Merge pull request #10595 from f321x/update_ci_review_model

ci: bump code review ci claude version 4.6 -> 4.7
This commit is contained in:
Felix
2026-04-21 13:27:30 +02:00
committed by GitHub
+1 -1
View File
@@ -35,7 +35,7 @@ PROMPT_FILE = os.path.join(SCRIPT_DIR, "security_review_prompt.md")
MAX_DIFF_CHARS = 800_000
CLAUDE_TIMEOUT_SECONDS = 20 * 60
CLAUDE_MODEL = "claude-opus-4-6"
CLAUDE_MODEL = "claude-opus-4-7"
CLAUDE_EFFORT = "max"
VERDICT_PASS = "PASS"