From 80936cde45ac6d729be5a665afca5cfca2c80d41 Mon Sep 17 00:00:00 2001 From: Bill Ballou Date: Sun, 10 May 2026 08:57:55 -0400 Subject: [PATCH] Default to auto mode and skip its prompt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - permissions.defaultMode: "auto" — start sessions in auto mode - skipAutoPermissionPrompt: true — skip the auto-mode confirmation prompt --- settings.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/settings.json b/settings.json index e605c00..7ded6da 100644 --- a/settings.json +++ b/settings.json @@ -37,7 +37,8 @@ "Bash(git branch -d:*)", "Bash(git branch -D:*)", "Bash(git branch --delete:*)" - ] + ], + "defaultMode": "auto" }, "statusLine": { "type": "command", @@ -51,5 +52,6 @@ "ralph-wiggum@claude-code-plugins": true }, "alwaysThinkingEnabled": true, - "skipDangerousModePermissionPrompt": true + "skipDangerousModePermissionPrompt": true, + "skipAutoPermissionPrompt": true }