Update claude-opus-4-5 to claude-opus-4-6 in workflow (#909)
* Update claude-opus-4-5 to claude-opus-4-6 in workflow * Fix whitespace formatting in docs and commands * Fix whitespace formatting in docs and commands * Add claude-opus-4-6 model to PR review workflow --------- Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
parent
6c61301d8e
commit
d5b01b6843
1
.github/workflows/claude-review.yml
vendored
1
.github/workflows/claude-review.yml
vendored
@ -25,3 +25,4 @@ jobs:
|
|||||||
prompt: "/review-pr REPO: ${{ github.repository }} PR_NUMBER: ${{ github.event.pull_request.number }}"
|
prompt: "/review-pr REPO: ${{ github.repository }} PR_NUMBER: ${{ github.event.pull_request.number }}"
|
||||||
claude_args: |
|
claude_args: |
|
||||||
--allowedTools "mcp__github_inline_comment__create_inline_comment"
|
--allowedTools "mcp__github_inline_comment__create_inline_comment"
|
||||||
|
--model "claude-opus-4-6"
|
||||||
|
|||||||
2
.github/workflows/claude.yml
vendored
2
.github/workflows/claude.yml
vendored
@ -36,4 +36,4 @@ jobs:
|
|||||||
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||||
claude_args: |
|
claude_args: |
|
||||||
--allowedTools "Bash(bun install),Bash(bun test:*),Bash(bun run format),Bash(bun typecheck)"
|
--allowedTools "Bash(bun install),Bash(bun test:*),Bash(bun run format),Bash(bun typecheck)"
|
||||||
--model "claude-opus-4-5"
|
--model "claude-opus-4-6"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user