mirror of
https://github.com/tiennm99/ccs.git
synced 2026-08-21 02:23:20 +00:00
chore(reviewer): upgrade review model from opus 4.5 to opus 4.6
- update default model in code-reviewer.ts - update REVIEW_MODEL, ANTHROPIC_MODEL, ANTHROPIC_DEFAULT_OPUS_MODEL in ai-review.yml workflow - aligns reviewer with AGY model catalog default
This commit is contained in:
@@ -26,7 +26,7 @@ interface PRContext {
|
||||
// Config
|
||||
const MAX_DIFF_LINES = 10000;
|
||||
const CLIPROXY_URL = process.env.CLIPROXY_URL || 'http://localhost:8317';
|
||||
const MODEL = process.env.REVIEW_MODEL || 'gemini-claude-opus-4-5-thinking';
|
||||
const MODEL = process.env.REVIEW_MODEL || 'gemini-claude-opus-4-6-thinking';
|
||||
|
||||
// System prompt for code review - new style
|
||||
const CODE_REVIEWER_SYSTEM_PROMPT = `You are the CCS AGY Code Reviewer, an expert AI assistant reviewing pull requests for the CCS CLI project.
|
||||
|
||||
Reference in New Issue
Block a user