Merge branch 'main' into feature/differentiated-user-agent

This commit is contained in:
Bryan Morgan
2026-03-11 12:34:37 -04:00
committed by GitHub
26 changed files with 673 additions and 254 deletions
+2 -1
View File
@@ -105,7 +105,8 @@ their corresponding top-level category object in your `settings.json` file.
- **`general.defaultApprovalMode`** (enum):
- **Description:** 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.
read-only mode. YOLO mode (auto-approve all actions) can only be enabled via
command line (--yolo or --approval-mode=yolo).
- **Default:** `"default"`
- **Values:** `"default"`, `"auto_edit"`, `"plan"`