Refresh config docs for workspace isolation + model slots#1
Merged
mgoldsborough merged 1 commit intomainfrom Apr 18, 2026
Merged
Refresh config docs for workspace isolation + model slots#1mgoldsborough merged 1 commit intomainfrom
mgoldsborough merged 1 commit intomainfrom
Conversation
The config/nimblebrain-json page was describing a pre-workspace-
refactor world. Rewrote it to:
- Split the reference into instance config (nimblebrain.json) and
per-workspace config (new workspace-json page).
- Lead the example with `models.{default,fast,reasoning}` slots and
the `providers` multi-provider object. Keep `model` + `defaultModel`
in a "Legacy" section with a deprecation note.
- Add table entries for `files`, `store`, `logging.level`,
`logging.retentionDays`, `allowInsecureRemotes`,
`maxToolResultSize`, and updated `maxIterations` default (25, cap 50).
- Call out that `bundles`, `skillDirs`, `agents`, `home`, `preferences`,
and `noDefaultBundles` are silently stripped when placed at the
top level; they belong in workspace.json.
- Deprecation callouts for `identity` and `contextFile` (use context
skills).
Peripheral pages updated:
- config/agents: clarify profiles live in workspace.json; model IDs
use slot names (`"fast"`, `"reasoning"`) or `provider:model-id`;
iteration budget explanation now references all four caps.
- config/environment: grouped tables for providers / runtime / auth /
telemetry; added rate-limit, MCP session, home, WorkOS, internal
vars; fix NB_WORK_DIR precedence.
- config/logging: document `level` and `retentionDays`.
- concepts: iteration defaults (25, cap 50); model slot in Defaults.
- using/delegation: profiles live in workspace.json; slot names in
examples; corrected iteration-budget language.
- Bulk swap `claude-sonnet-4-5-20250929` →
`anthropic:claude-sonnet-4-6` across API response samples and
CLI examples.
Sidebar: add workspace.json under Configuration.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
config/nimblebrain-json.mdx: leads withmodels.{default,fast,reasoning}slots and theprovidersmulti-provider object; adds tables forfiles,store,logging.level/retentionDays,allowInsecureRemotes,maxToolResultSize; calls out thatbundles/skillDirs/agents/home/preferences/noDefaultBundlesare silently stripped at the top level; deprecation callouts foridentity/contextFile; updatedmaxIterationsdefault (25, cap 50).config/workspace-json.mdxpage (added to sidebar): documents per-workspacebundles,skillDirs,agents, optionalmodelsandidentityoverrides, the_devdev-mode workspace, and per-workspace data isolation.agents.mdx(profiles live inworkspace.json, slot-name model refs, corrected iteration budget),environment.mdx(added rate-limit / MCP session / home / WorkOS / internal vars; fixed NB_WORK_DIR precedence),logging.mdx(addedlevelandretentionDays),concepts.mdx(iteration defaults),using/delegation.mdx(profile location + slot names).claude-sonnet-4-5-20250929→anthropic:claude-sonnet-4-6across API samples and CLI examples.Paired with NimbleBrainInc/nimblebrain#32 in the code repo.
Test plan
bun run build— 67 pages (was 66; +1 forworkspace-json), clean build, no broken linksbun run dev