diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index ccbe7fd..9770a44 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-fable-5" + model: "claude-opus-4-8" # Direct prompt for automated review (no @claude mention needed) direct_prompt: | @@ -71,4 +71,4 @@ jobs: # Optional: Skip review for certain conditions # if: | # !contains(github.event.pull_request.title, '[skip-review]') && - # !contains(github.event.pull_request.title, '[WIP]') + # !contains(github.event.pull_request.title, '[WIP]') \ No newline at end of file diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 77bce8b..02a7604 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-fable-5" + model: "claude-opus-4-8" # Optional: Customize the trigger phrase (default: @claude) # trigger_phrase: "/claude" @@ -60,4 +60,4 @@ jobs: # Optional: Custom environment variables for Claude # claude_env: | - # NODE_ENV: test + # NODE_ENV: test \ No newline at end of file