feat(claude): broaden allowed tool permissions in settings

Replace restrictive bash-only permissions with full tool access
including Read, Glob, Grep, WebFetch, WebSearch, Agent, and
NotebookEdit for a more capable Claude Code experience.
This commit is contained in:
2026-04-21 18:59:14 -04:00
parent f613917d4c
commit 5c14b05c16
+8 -4
View File
@@ -276,10 +276,14 @@
allow = [ allow = [
"Edit" "Edit"
"Write" "Write"
"Bash(git:*)" "Read"
"Bash(nix-shell:*)" "Glob"
"Bash(nix eval:*)" "Grep"
"Bash(nix flake check:*)" "Bash"
"WebFetch"
"WebSearch"
"Agent"
"NotebookEdit"
]; ];
}; };
alwaysThinkingEnabled = true; alwaysThinkingEnabled = true;