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/agent-provider-model-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
fetch-depth: 0

- name: Attempt provider-direct sync with Claude Code
timeout-minutes: 25
uses: anthropics/claude-code-action@fbda2eb1bdc90d319b8d853f5deb53bca199a7c1 # v1.0.140
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
github_token: ${{ github.token }}
display_report: "true"
timeout_minutes: "25"
claude_args: |
--model claude-opus-4-6
--max-turns 200
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/fix-missing-model-bot-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,13 +252,13 @@ jobs:

- name: Verify proposed changes and document sync_models deviations
if: steps.fix_initial.outputs.unsupported_count != '0'
timeout-minutes: 15
uses: anthropics/claude-code-action@fbda2eb1bdc90d319b8d853f5deb53bca199a7c1 # v1.0.140
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
github_token: ${{ github.token }}

display_report: "true"
timeout_minutes: "15"
claude_args: |
--model claude-opus-4-6
--max-turns 80
Expand Down Expand Up @@ -745,13 +745,13 @@ jobs:

- name: Respond to Codex review with Claude Code
if: steps.codex_comments.outputs.found == 'true'
timeout-minutes: 15
uses: anthropics/claude-code-action@fbda2eb1bdc90d319b8d853f5deb53bca199a7c1 # v1.0.140
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
github_token: ${{ github.token }}

display_report: "true"
timeout_minutes: "15"
claude_args: |
--model claude-opus-4-6
--max-turns 80
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ jobs:

- name: Enrich changed model metadata with Claude Code
if: ${{ steps.changed_models.outputs.count != '0' }}
timeout-minutes: 15
uses: anthropics/claude-code-action@fbda2eb1bdc90d319b8d853f5deb53bca199a7c1 # v1.0.140
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
github_token: ${{ github.token }}
display_report: "true"
timeout_minutes: "15"
claude_args: |
--model claude-opus-4-6
--max-turns 80
Expand Down Expand Up @@ -355,12 +355,12 @@ jobs:

- name: Respond to Codex review with Claude Code
if: steps.codex_comments.outputs.found == 'true'
timeout-minutes: 15
uses: anthropics/claude-code-action@fbda2eb1bdc90d319b8d853f5deb53bca199a7c1 # v1.0.140
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
github_token: ${{ github.token }}
display_report: "true"
timeout_minutes: "15"
claude_args: |
--model claude-opus-4-6
--max-turns 80
Expand Down
Loading