Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/claude-implement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
uses: anthropics/claude-code-action@v1
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
claude_args: |
claude_args: >-
--model claude-sonnet-4-20250514
--max-turns 25
--allowedTools "Read,Write,Edit,Grep,Glob,Bash(npm run compile),Bash(npm run lint),Bash(git:*),Bash(gh:*)"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/issue-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
uses: anthropics/claude-code-action@v1
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
claude_args: |
claude_args: >-
--model claude-sonnet-4-20250514
--max-turns 15
--allowedTools "Read,Grep,Glob,Bash(gh issue:*),Bash(gh label:*)"
--allowedTools "Read,Write,Grep,Glob,Bash(gh issue:*),Bash(gh label:*)"
prompt: |
You are a technical planning assistant for the Infrahub VSCode Extension.

Expand Down Expand Up @@ -90,10 +90,10 @@ jobs:
uses: anthropics/claude-code-action@v1
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
claude_args: |
claude_args: >-
--model claude-sonnet-4-20250514
--max-turns 15
--allowedTools "Read,Grep,Glob,Bash(gh issue:*),Bash(gh label:*)"
--allowedTools "Read,Write,Grep,Glob,Bash(gh issue:*),Bash(gh label:*)"
prompt: |
You are a bug analysis assistant for the Infrahub VSCode Extension.

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: anthropics/claude-code-action@v1
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
claude_args: |
claude_args: >-
--model claude-sonnet-4-20250514
--max-turns 5
--allowedTools "Read,Bash(gh issue:*),Bash(gh label:*)"
Expand Down