Skip to content

Commit 9aa7abc

Browse files
Zachary-wWclaude
andcommitted
ci: use configured Claude model channel
Keep the workflow model name aligned with the configured Anthropic proxy channel while retaining robust response parsing in the review script. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 0cdc50b commit 9aa7abc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/claude-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
env:
6060
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
6161
ANTHROPIC_BASE_URL: ${{ secrets.ANTHROPIC_BASE_URL }}
62-
CLAUDE_MODEL: "claude-sonnet-4-6"
62+
CLAUDE_MODEL: "Claude Sonnet 4.6"
6363
SKILL_PATH: "skills/loongforge-review/SKILL.md"
6464
DIFF_PATH: "/tmp/pr-diff.txt"
6565
PR_TITLE: ${{ steps.meta.outputs.title }}

0 commit comments

Comments
 (0)