diff --git a/.github/workflows/claude-implement.yml b/.github/workflows/claude-implement.yml index d796916..4dd3766 100644 --- a/.github/workflows/claude-implement.yml +++ b/.github/workflows/claude-implement.yml @@ -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:*)" diff --git a/.github/workflows/issue-plan.yml b/.github/workflows/issue-plan.yml index eaac82b..0770e2b 100644 --- a/.github/workflows/issue-plan.yml +++ b/.github/workflows/issue-plan.yml @@ -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. @@ -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. diff --git a/.github/workflows/issue-triage.yml b/.github/workflows/issue-triage.yml index 292ac39..22ec128 100644 --- a/.github/workflows/issue-triage.yml +++ b/.github/workflows/issue-triage.yml @@ -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:*)"