Skip to content

Commit d4ce54f

Browse files
fix(ci): use correct model ID claude-opus-4.5 for litellm proxy
1 parent cfd02e1 commit d4ce54f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
prompt: |
5454
${{ github.event_name == 'pull_request' && format('Review PR #{0} using the /review command.', github.event.pull_request.number) || '' }}
5555
claude_args: |
56-
--model claude-opus-4-6
56+
--model claude-opus-4.5
5757
--allowedTools "mcp__github_inline_comment__create_inline_comment"
5858
--append-system-prompt "CRITICAL INSTRUCTION: When a user asks you to review a pull request (e.g. @claude review, @claude review this PR, @claude please review), you MUST execute the /review slash command. Do NOT attempt a freeform review. Always use the /review skill — no exceptions."

0 commit comments

Comments
 (0)