fix(anthropic): move (latest) tag from 4.5 to 5 for Opus and Sonnet - #6433
Closed
bharadwaj-pendyala wants to merge 1 commit into
Closed
bharadwaj-pendyala wants to merge 1 commit into
bharadwaj-pendyala wants to merge 1 commit into
Conversation
Opus 4.5 and Sonnet 4.5 still carry the (latest) display name while Opus 5 (2026-07-24) and Sonnet 5 (2026-06-30) are the current models per https://docs.anthropic.com/en/docs/about-claude/models. Haiku 4.5 keeps (latest) — no Haiku 5 exists yet.
Contributor
Action items
|
Author
|
Superseded by #6434, which includes the same strips plus the root fix in sync logic so the tag can't rot again. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
claude-opus-4-5/claude-sonnet-4-5showed as(latest)in opencode/modelspicker while newerOpus 5/Sonnet 5exist.(latest)display name to the current models per https://docs.anthropic.com/en/docs/about-claude/models (Opus 5 2026-07-24, Sonnet 5 2026-06-30).(latest)— no Haiku 5 exists, it is still the current Haiku.Changes
models/anthropic/claude-opus-4-5.toml:Claude Opus 4.5 (latest)->Claude Opus 4.5models/anthropic/claude-opus-5.toml:Claude Opus 5->Claude Opus 5 (latest)models/anthropic/claude-sonnet-4-5.toml:Claude Sonnet 4.5 (latest)->Claude Sonnet 4.5models/anthropic/claude-sonnet-5.toml:Claude Sonnet 5->Claude Sonnet 5 (latest)Verification
bun ./packages/core/script/validate.tsleft to CI (no bun locally).