From d3c79f02a01ec2e668fbdcaf393fe0d412db187e Mon Sep 17 00:00:00 2001 From: bastien Date: Mon, 27 Apr 2026 13:16:39 +0200 Subject: [PATCH] feat(settings): enable auto permission mode by default Switch defaultMode from "default" to "auto" so Claude Code uses the classifier-driven auto mode instead of prompting on each tool call. Drop disableAutoMode: "disable" which would otherwise reject the new defaultMode at startup. Auto mode requires Claude Code v2.1.83+, a Max/Team/Enterprise/API plan, a compatible Sonnet 4.6 / Opus 4.6 / Opus 4.7 model, and the Anthropic API provider. If any prerequisite is missing, Claude Code reports auto mode as unavailable on session start. Co-Authored-By: Claude --- settings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/settings.json b/settings.json index 77369e5..648ea4e 100644 --- a/settings.json +++ b/settings.json @@ -182,9 +182,8 @@ "Bash(git stash drop*)", "Bash(git stash clear)" ], - "defaultMode": "default", + "defaultMode": "auto", "disableBypassPermissionsMode": "disable", - "disableAutoMode": "disable", "additionalDirectories": [] }, "hooks": {