Skip to content

Commit e080e95

Browse files
committed
feat: Add local Claude permissions for shell and websearch
1 parent f85c08a commit e080e95

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.claude/settings.local.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(test:*)",
5+
"Bash(cat:*)",
6+
"WebSearch",
7+
"Bash(gh issue list:*)"
8+
],
9+
"deny": [],
10+
"ask": []
11+
}
12+
}

0 commit comments

Comments
 (0)