diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index cf71b35..ee531f4 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -35,7 +35,7 @@ jobs: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} # Optional: Specify model (defaults to Claude Sonnet 4, uncomment for Claude Opus 4) - model: "claude-opus-4-7" + model: "claude-opus-4-8" # Direct prompt for automated review (no @claude mention needed) direct_prompt: | diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index e2ee530..46d05ea 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -41,7 +41,7 @@ jobs: actions: read # Optional: Specify model (defaults to Claude Sonnet 4, uncomment for Claude Opus 4) - model: "claude-opus-4-7" + model: "claude-opus-4-8" # Optional: Customize the trigger phrase (default: @claude) # trigger_phrase: "/claude"