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 = [
"Edit"
"Write"
"Bash(git:*)"
"Bash(nix-shell:*)"
"Bash(nix eval:*)"
"Bash(nix flake check:*)"
"Read"
"Glob"
"Grep"
"Bash"
"WebFetch"
"WebSearch"
"Agent"
"NotebookEdit"
];
};
alwaysThinkingEnabled = true;