Skip to content

Commit 53b088a

Browse files
ZhaoChaoqunclaude
andcommitted
chore: switch Claude review bot to custom proxy endpoint and opus-4.6-1m model
Update model from claude-opus-4-6 to claude-opus-4.6-1m for both auto-resolve and main review steps. API endpoint and key updated via GitHub Secrets (ANTHROPIC_PROXY_URL, ANTHROPIC_PROXY_KEY). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 609f4ac commit 53b088a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/claude-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
anthropic_api_key: ${{ secrets.ANTHROPIC_PROXY_KEY }}
114114
use_sticky_comment: false
115115
claude_args: >-
116-
--model claude-opus-4-6
116+
--model claude-opus-4.6-1m
117117
--max-turns 20
118118
--allowedTools Bash(gh api repos:*),Bash(gh api graphql:*),Bash(git diff:*),Bash(git log:*),Read
119119
prompt: |
@@ -229,7 +229,7 @@ jobs:
229229
use_sticky_comment: true
230230
show_full_output: true
231231
claude_args: >-
232-
--model claude-opus-4-6
232+
--model claude-opus-4.6-1m
233233
--max-turns 50
234234
--allowedTools Task,Read,Glob,Grep,Bash(git diff:*),Bash(git show:*),Bash(gh pr view:*),mcp__github_comment__create_or_update_comment,mcp__github_comment__create_comment,mcp__github_comment__update_claude_comment,mcp__github_inline_comment__create_inline_comment,mcp__github_inline_comment__create_review
235235
prompt: |

0 commit comments

Comments
 (0)