Unverified 提交 c12e8f76 authored 作者: Will Chen's avatar Will Chen 提交者: GitHub

Use Opus 4.6 for workflows (#2512)

<!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/dyad-sh/dyad/pull/2512" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1"> <img src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1" alt="Open with Devin"> </picture> </a> <!-- devin-review-badge-end --> <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Only updates the configured Claude model IDs for PR review and issue triage automation; behavior changes are limited to upstream model differences. > > **Overview** > Updates the automated PR review orchestrator and GitHub Actions workflows to use `claude-opus-4-6` instead of the prior Opus 4.5 model identifiers. > > This aligns model selection across the multi-agent review script (`REVIEW_MODEL`) and the `claude-pr-review`/`claude-triage` workflows (`--model`/`model`). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 5a870393caea2f5a942dbed21c67f1f302694e98. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Switch PR review and triage to use claude-opus-4-6 for improved results and consistent model usage across jobs. Updated orchestrate_review.py, claude-pr-review.yml, and claude-triage.yml to replace 4-5/4-5-20251101 with 4-6. <sup>Written for commit 5a870393caea2f5a942dbed21c67f1f302694e98. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. -->
上级 e22a95e7
......@@ -27,7 +27,7 @@ except ImportError:
NUM_AGENTS = 3
CONSENSUS_THRESHOLD = 2
MIN_SEVERITY = "MEDIUM"
REVIEW_MODEL = "claude-opus-4-5"
REVIEW_MODEL = "claude-opus-4-6"
DEDUP_MODEL = "claude-sonnet-4-5"
# Extended thinking configuration (interleaved thinking with max effort)
......
......@@ -78,4 +78,4 @@ jobs:
# Uses .claude/settings.json for permissions; only add MCP tool not in settings
claude_args: |
--model claude-opus-4-5-20251101 --allowedTools "mcp__github_inline_comment__create_inline_comment"
--model claude-opus-4-6 --allowedTools "mcp__github_inline_comment__create_inline_comment"
......@@ -17,7 +17,7 @@ jobs:
with:
# anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
model: claude-opus-4-5-20251101
model: claude-opus-4-6
allowed_tools: "Bash(gh issue:*),Bash(gh search:*)"
prompt: |
# GitHub Issue Triage Agent
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论