mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-05-21 07:22:44 +00:00
fix: use Opus 4.5 for GitHub Actions (#10)
Claude Code GitHub Actions default to Sonnet. Configure both workflows to use claude-opus-4-5-20251101 via claude_args. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
4
.github/workflows/claude.yml
vendored
4
.github/workflows/claude.yml
vendored
@@ -43,8 +43,6 @@ jobs:
|
||||
# Optional: Give a custom prompt to Claude. If this is not specified, Claude will perform the instructions specified in the comment that tagged it.
|
||||
# prompt: 'Update the pull request description to include a summary of changes.'
|
||||
|
||||
# Optional: Add claude_args to customize behavior and configuration
|
||||
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
|
||||
# or https://code.claude.com/docs/en/cli-reference for available options
|
||||
# claude_args: '--allowed-tools Bash(gh pr:*)'
|
||||
claude_args: '--model claude-opus-4-5-20251101'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user