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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ they appear in the UI.
28
28
| Default Approval Mode |`general.defaultApprovalMode`| The default approval mode for tool execution. 'default' prompts for approval, 'auto_edit' auto-approves edit tools, and 'plan' is read-only mode. 'yolo' is not supported yet. |`"default"`|
29
29
| Enable Auto Update |`general.enableAutoUpdate`| Enable automatic updates. |`true`|
30
30
| Enable Notifications |`general.enableNotifications`| Enable run-event notifications for action-required prompts and session completion. Currently macOS only. |`false`|
31
+
| Plan Directory |`general.plan.directory`| The directory where planning artifacts are stored. If not specified, defaults to the system temporary directory. |`undefined`|
0 commit comments