ci(cursor-review): bump panel to latest per-lab reasoning tiers (GPT-5.6 Sol, Opus 4.8 max)#28
ci(cursor-review): bump panel to latest per-lab reasoning tiers (GPT-5.6 Sol, Opus 4.8 max)#28mattmillerai wants to merge 1 commit into
Conversation
OpenAI lane: gpt-5.3-codex-xhigh -> gpt-5.6-sol-max (GPT-5.6 Sol is the 5.6-family coding flagship; no 5.6 codex variant exists in Cursor's catalog). Anthropic lane + judge default: claude-opus-4-8-thinking-xhigh -> claude-opus-4-8-thinking-max. Fable 5 tops the catalog but every Fable entry is marked NO ZDR, so it is excluded from a panel that reviews private-repo diffs. Gemini and Kimi lanes unchanged (still the single top tier per lab). README and judge-prompt examples synced. Both new IDs validated with live cursor-agent calls; actionlint clean.
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 20 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Comment |
ELI-5
The 4-model review panel was pinned to models from a few releases ago. This bumps each lane to the newest, highest-reasoning model its lab currently offers in Cursor's catalog, so PR reviews come from the best available reviewers.
What changed
gpt-5.3-codex-xhighgpt-5.6-sol-maxclaude-opus-4-8-thinking-xhighclaude-opus-4-8-thinking-maxgemini-3.1-prokimi-k2.7-codeAlso syncs the panel table in the cursor-review README and the model-name examples in the judge prompt, and rewrites the matrix comment with the selection rationale and a last-checked date.
Selection notes
Validation
actionlintclean.cursor-agent --model <id> -pcalls (both respond correctly) — guarding against the pin-a-nonexistent-ID failure mode this file has hit before.🤖 Generated with Claude Code