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
| 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`|
163
-
| 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`|
164
-
| Plan |`experimental.plan`| Enable Plan Mode. |`true`|
165
-
| Model Steering |`experimental.modelSteering`| Enable model steering (user hints) to guide the model during tool execution. |`false`|
166
-
| Direct Web Fetch |`experimental.directWebFetch`| Enable web fetch behavior that bypasses LLM summarization. |`false`|
167
-
| Memory Manager Agent |`experimental.memoryManager`| Replace the built-in save_memory tool with a memory manager subagent that supports adding, removing, de-duplicating, and organizing memories. |`false`|
168
-
| Agent History Truncation |`experimental.agentHistoryTruncation`| Enable truncation window logic for the Agent History Provider. |`false`|
169
-
| Agent History Truncation Threshold |`experimental.agentHistoryTruncationThreshold`| The maximum number of messages before history is truncated. |`30`|
170
-
| Agent History Retained Messages |`experimental.agentHistoryRetainedMessages`| The number of recent messages to retain after truncation. |`15`|
171
-
| Agent History Summarization |`experimental.agentHistorySummarization`| Enable summarization of truncated content via a small model for the Agent History Provider. |`false`|
172
-
| Topic & Update Narration |`experimental.topicUpdateNarration`| Enable the experimental Topic & Update communication model for reduced chattiness and structured progress reporting. |`false`|
| 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`|
163
+
| 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`|
164
+
| Plan |`experimental.plan`| Enable Plan Mode. |`true`|
165
+
| Model Steering |`experimental.modelSteering`| Enable model steering (user hints) to guide the model during tool execution. |`false`|
166
+
| Direct Web Fetch |`experimental.directWebFetch`| Enable web fetch behavior that bypasses LLM summarization. |`false`|
167
+
| Memory Manager Agent |`experimental.memoryManager`| Replace the built-in save_memory tool with a memory manager subagent that supports adding, removing, de-duplicating, and organizing memories. |`false`|
| Topic & Update Narration |`experimental.topicUpdateNarration`| Enable the experimental Topic & Update communication model for reduced chattiness and structured progress reporting. |`false`|
0 commit comments