Skip to content

Commit 92c65a6

Browse files
jgravelleclaude
andcommitted
docs: literal defaults in CONFIGURATION.md tier keys (docs-config parity)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent b35fc21 commit 92c65a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONFIGURATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ The full list of supported language identifiers matches the values in `LANGUAGE_
103103
|-----|------|---------|-------------|
104104
| `disabled_tools` | list | `[]` | Tool names to remove from `list_tools()` schema. Project-level disabling also blocks execution via `call_tool()`. |
105105
| `descriptions` | dict | `{}` | Override tool and parameter descriptions. See [Descriptions](#descriptions) below. |
106-
| `tool_profile` | string | `"full"` (existing installs); new installs are initialized to the compact core tier | Which tool tier `list_tools()` exposes: `core`, `standard`, or `full`. `set_tool_tier` switches tiers in-session without editing config; `jcodemunch_guide` is present at every tier. |
106+
| `tool_profile` | string | `"full"` | Which tool tier `list_tools()` exposes: `core`, `standard`, or `full`. New installs are *initialized* to the compact core tier by `init`/`install` writing this key; the in-code fallback stays `"full"` so existing installs are unaffected. `set_tool_tier` switches tiers in-session without editing config; `jcodemunch_guide` is present at every tier. |
107107
| `tool_tier_bundles` | dict | `{}` | Override the tool lists per tier (`{"core": [...], "standard": [...]}`). Missing or malformed entries fall back to the built-in tier constants. |
108108
| `adaptive_tiering` | bool | `false` | Let the server recommend tier switches based on observed usage. Off = tiers only change when explicitly switched. |
109109
| `allow_disabling_tier_controls` | bool | `false` | By default the tier-control tools can't be removed via `disabled_tools` (a config typo could otherwise strand a session in a tier). Set `true` to allow disabling them anyway. |
110-
| `compact_schemas` | bool | (tier-dependent) | Emit compacted tool schemas; the compact core tier's full schema payload is held under a CI-enforced 4,000-token ceiling. |
110+
| `compact_schemas` | bool | `false` | Emit compacted tool schemas (stripped/demoted params). The core tier enables compaction in practice; its full schema payload is held under a CI-enforced 4,000-token ceiling. |
111111

112112
**Example — disable tools you don't use:**
113113

0 commit comments

Comments
 (0)