We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e69354 commit 183dc96Copy full SHA for 183dc96
.github/workflows/claude.yml
@@ -35,3 +35,24 @@ jobs:
35
with:
36
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
37
38
+ # Define which tools Claude can use
39
+ allowed_tools: |
40
+ Bash(git status)
41
+ Bash(git log)
42
+ Bash(git show)
43
+ Bash(git blame)
44
+ Bash(git reflog)
45
+ Bash(git stash list)
46
+ Bash(git ls-files)
47
+ Bash(git branch)
48
+ Bash(git tag)
49
+ Bash(git diff)
50
+ Bash(uv:*)
51
+ Bash(uv run:*)(
52
+ Bash(cd:*)
53
+ Bash(grep:*)
54
+ Bash(ls:*)
55
+ View
56
+ GlobTool
57
+ GrepTool
58
+ BatchTool
0 commit comments