Bladeren bron

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 <noreply@anthropic.com>
bastien 2 weken geleden
bovenliggende
commit
14215787fc
1 gewijzigde bestanden met toevoegingen van 1 en 2 verwijderingen
  1. 1 2
      settings.json

+ 1 - 2
settings.json

@@ -182,9 +182,8 @@
       "Bash(git stash drop*)",
       "Bash(git stash clear)"
     ],
-    "defaultMode": "default",
+    "defaultMode": "auto",
     "disableBypassPermissionsMode": "disable",
-    "disableAutoMode": "disable",
     "additionalDirectories": []
   },
   "hooks": {