diff options
| -rw-r--r-- | .config/claude-code/settings.json | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/.config/claude-code/settings.json b/.config/claude-code/settings.json index 25dd90b..f066122 100644 --- a/.config/claude-code/settings.json +++ b/.config/claude-code/settings.json @@ -1,19 +1,21 @@ { + "model": "sonnet", "permissions": { + "defaultMode": "acceptEdits", + "disableBypassPermissionsMode": "disable", "allow": [ "Bash(fd:*)", "Bash(find:*)", + "Bash(git diff:*)", + "Bash(git fetch:*)", + "Bash(git log:*)", + "Bash(git status:*)", "Bash(grep:*)", "Bash(ls:*)", "Bash(mkdir:*)", "Bash(rg:*)", "Bash(touch:*)", - "Bash(tree:*)", - - "Bash(git diff:*)", - "Bash(git fetch:*)", - "Bash(git log:*)", - "Bash(git status:*)" + "Bash(tree:*)" ], "deny": [ "Bash(git push:*)" |
