Default to auto mode and skip its prompt

- permissions.defaultMode: "auto" — start sessions in auto mode
- skipAutoPermissionPrompt: true — skip the auto-mode confirmation prompt
This commit is contained in:
2026-05-10 08:57:55 -04:00
parent e1e419b962
commit 80936cde45
+4 -2
View File
@@ -37,7 +37,8 @@
"Bash(git branch -d:*)", "Bash(git branch -d:*)",
"Bash(git branch -D:*)", "Bash(git branch -D:*)",
"Bash(git branch --delete:*)" "Bash(git branch --delete:*)"
] ],
"defaultMode": "auto"
}, },
"statusLine": { "statusLine": {
"type": "command", "type": "command",
@@ -51,5 +52,6 @@
"ralph-wiggum@claude-code-plugins": true "ralph-wiggum@claude-code-plugins": true
}, },
"alwaysThinkingEnabled": true, "alwaysThinkingEnabled": true,
"skipDangerousModePermissionPrompt": true "skipDangerousModePermissionPrompt": true,
"skipAutoPermissionPrompt": true
} }