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:
+4
-2
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user