Skip to content

Commit 78758ed

Browse files
ashwin-antclaude
andauthored
chore: bump model version in workflows (#1227)
https://claude.ai/code/session_01Mc8dExn9NcARLohJ1XG5kv Co-authored-by: Claude <noreply@anthropic.com>
1 parent c3d45e8 commit 78758ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/claude-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
prompt: "/review-pr REPO: ${{ github.repository }} PR_NUMBER: ${{ github.event.pull_request.number }}"
2626
claude_args: |
2727
--allowedTools "mcp__github_inline_comment__create_inline_comment"
28-
--model "claude-opus-4-6"
28+
--model "claude-opus-4-7"

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
3737
claude_args: |
3838
--allowedTools "Bash(bun install),Bash(bun test:*),Bash(bun run format),Bash(bun typecheck)"
39-
--model "claude-opus-4-6"
39+
--model "claude-opus-4-7"

0 commit comments

Comments
 (0)