Skip to content

Commit ef6dc90

Browse files
committed
Allow gh pr, cat, and gh api in local settings
(this commit msg was generated in some part by [`claude-code`][claude-code-gh]) [claude-code-gh]: https://github.com/anthropics/claude-code
1 parent a5d425d commit ef6dc90

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.claude/settings.local.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
"Bash(find:*)",
1818
"Bash(git stash:*)",
1919
"Bash(ln:*)",
20-
"Bash(UV_PROJECT_ENVIRONMENT=py313 uv sync:*)"
20+
"Bash(UV_PROJECT_ENVIRONMENT=py313 uv sync:*)",
21+
"Bash(gh pr:*)",
22+
"Bash(cat:*)",
23+
"Bash(gh api:*)"
2124
],
2225
"deny": [],
2326
"ask": []

0 commit comments

Comments
 (0)