ci(repo): move the AI review pipeline's Claude pass to claude-opus-5-5 - #6740
Conversation
The repo's ANTHROPIC_API_KEY was probed against GET /v1/models/claude-opus-5-5 and returned 200, so the key has access to the new model. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
There was a problem hiding this comment.
Superseded by a newer AI review
🤖 AI Review
Claude’s independent review did not complete, so only the Codex review was available. The PR changes one workflow model identifier; inspection of the workflow found no verifiable issue.
Findings
No issues found.
Stats
Claude findings: 0 · Codex findings: 0 · Confirmed: 0 · Refuted: 0 · Uncertain: 0
Models: claude-opus-5-5 + gpt-6-sol · Trigger: auto · Workflow run
This review runs once per PR. A maintainer can request another with a /ai-review comment.
The first AI review on this branch failed in claude-review: the API
rejects Claude Code 2.1.247 for claude-opus-5-5 ("version 2.1.280 or
newer is required"). 2.1.280 is npm's current `latest`.
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
There was a problem hiding this comment.
🤖 AI Review
Both independent reviews reported no findings. Inspection of the changed workflow confirmed that the new Claude model is used consistently and the CLI install remains pinned to an exact version. No actionable issue was found.
Findings
No issues found.
Stats
Claude findings: 0 · Codex findings: 0 · Confirmed: 0 · Refuted: 0 · Uncertain: 0
Models: claude-opus-5-5 + gpt-6-sol · Trigger: manual · Workflow run
This review runs once per PR. A maintainer can request another with a /ai-review comment.
Summary
Moves the AI review pipeline's Claude pass (
claude-review) fromclaude-opus-5to
claude-opus-5-5. The Codex side stays ongpt-6-solfrom #6731.The repo's
ANTHROPIC_API_KEYdoesn't have access to every model (it returned 404for
claude-fable-5when the pipeline was first set up), so the key waschecked before making this change. A throwaway push-triggered workflow on a
now-deleted branch called
GET /v1/models/{id}with the secret and got HTTP 200for both
claude-opus-5andclaude-opus-5-5(run 35860464428).
The pinned Claude Code also has to move. The first automatic review on this PR
failed in
claude-reviewbecause the API rejects2.1.247for this model("version 2.1.280 or newer is required"), so the pin goes to
2.1.280. That isnpm's current
latest, published 2026-09-22. Thestabletag is still on2.1.267, which is too old for this model.Linked issue
No linked issue — maintainer change.
Checklist
fix(cli): …).pnpm check:allpasses; relevant package tests pass for every touched workspace, andpnpm types:checkpasses for each touched TypeScript workspace (or workspace declaring it).🤖 Generated with Claude Code