You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli/settings.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ they appear in the UI.
144
144
| Enable Tool Output Masking |`experimental.toolOutputMasking.enabled`| Enables tool output masking to save tokens. |`true`|
145
145
| Use OSC 52 Paste |`experimental.useOSC52Paste`| Use OSC 52 for pasting. This may be more robust than the default system when using remote terminal sessions (if your terminal is configured to allow it). |`false`|
146
146
| Use OSC 52 Copy |`experimental.useOSC52Copy`| Use OSC 52 for copying. This may be more robust than the default system when using remote terminal sessions (if your terminal is configured to allow it). |`false`|
147
-
| Plan |`experimental.plan`| Enable planning features (Plan Mode and tools).|`false`|
147
+
| Plan |`experimental.plan`| Enable Plan Mode. |`true`|
148
148
| Model Steering |`experimental.modelSteering`| Enable model steering (user hints) to guide the model during tool execution. |`false`|
149
149
| Direct Web Fetch |`experimental.directWebFetch`| Enable web fetch behavior that bypasses LLM summarization. |`false`|
150
150
| Enable Gemma Model Router |`experimental.gemmaModelRouter.enabled`| Enable the Gemma Model Router. Requires a local endpoint serving Gemma via the Gemini API using LiteRT-LM shim. |`false`|
0 commit comments