Skip to content

feat(agents): pin opus-medium and opus-xhigh to Opus 5.5 - #45

Merged
gborges0727 merged 1 commit into
mainfrom
feat/opus-5-5
Sep 22, 2026
Merged

gborges0727 merged 1 commit into
mainfrom
feat/opus-5-5

Conversation

@gborges0727

Copy link
Copy Markdown
Owner

Anthropic shipped Opus 5.5 on 2026-09-22, and this PR moves both Opus rungs of the delegation ladder onto it.

What changed

  • The two agent files, opus-medium.md and opus-xhigh.md, pin model: claude-opus-5-5 instead of the opus alias. The alias resolves to whatever Opus each machine's Claude Code build knows, so an older build could keep sending work to Opus 5. Efforts stay at medium and xhigh.
  • The README agent table and both routing docs carry Opus 5.5 at 4 / 0.20 / 20 dollars per million tokens (input, cache hit, output) against Opus 5's 5 / 0.50 / 25. The ratios were redone. Sonnet is 50% of Opus on input and output and 100% on cache hits. Fable is 250% / 125% / 250%. Sol on the Codex side now costs exactly what Opus 5.5 does.
  • docs/model-routing.md gains a "Why the ladder changed on 2026-09-22" section, an open question asking for the three-brief rerun on Opus 5.5, and a source line for Anthropic's migration guide.
  • The fork test that fakes an Opus session uses the Opus 5.5 id.
  • Plugin version 1.33.0 to 1.34.0. Rev 39 to 40.

What the docs could not say

No independent Opus 5.5 benchmark has been published. Every Claude score row keeps its Opus 5 number and says so. The case for keeping medium effort rests on Anthropic's migration guide, which says Opus 5.5 at medium matches or beats Opus 5 at high in about half the tokens.

Check

python3 -m unittest discover -s tests
Ran 76 tests in 2.633s
OK

Anthropic shipped Opus 5.5 on 2026-09-22 as the successor to Opus 5 at
4 / 0.20 / 20 dollars per million tokens against Opus 5's 5 / 0.50 / 25.
The two Opus agents now pin the id 'claude-opus-5-5' instead of the
'opus' alias, so a machine on an older Claude Code build runs the same
model as every other. Efforts stay at medium and xhigh.

The README table, docs/subagent-routing.md, and docs/model-routing.md
carry the new prices and the redone ratios. Sonnet is now 50% of Opus on
input and output, Fable is 250%, and Sol on the Codex side matches Opus
5.5's price exactly. The published score rows keep their Opus 5 numbers,
labeled as such, because no independent Opus 5.5 score exists yet.

Plugin version 1.33.0 to 1.34.0, rev 39 to 40.
@gborges0727
gborges0727 merged commit e1bc033 into main Sep 22, 2026
2 checks passed
@gborges0727
gborges0727 deleted the feat/opus-5-5 branch September 22, 2026 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant