diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-07-29 18:29:53 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-07-29 18:29:53 +0900 |
| commit | ef549dfa27228466ed92eaec72ca638baebece7f (patch) | |
| tree | 099e375914565b25541a0d4de8f6084e7df4eed8 | |
| parent | 6b7f1fa2391b8fb68971022ff2239113cc341029 (diff) | |
| download | dotfiles-ef549dfa27228466ed92eaec72ca638baebece7f.tar.gz dotfiles-ef549dfa27228466ed92eaec72ca638baebece7f.tar.zst dotfiles-ef549dfa27228466ed92eaec72ca638baebece7f.zip | |
claude: update settings
| -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:*)" |
