chore: sync model preset proposal with latest upstream dev - #5
Merged
twoimo merged 1 commit intoJul 25, 2026
Merged
Conversation
* feat(models): repoint opus presets to claude-opus-5 Anthropic shipped claude-opus-5 (2026-07-24) with the same published envelope as claude-opus-4-8: 1M context, 128k output, effort range low..max, 5/25 pricing. Repoint the opus-related built-in presets to it. - claude-opus: default/planner/critic/architect -> anthropic/claude-opus-5 with existing effort suffixes; executor stays anthropic/claude-sonnet-5 - opus-codex: default -> anthropic/claude-opus-5:xhigh; the durable anthropic/claude-sonnet-5 planner override is unchanged - fable-opus-codex: planner/critic -> anthropic/claude-opus-5; the fable default and codex roles are unchanged - Regenerate packages/ai/src/models.json so anthropic/claude-opus-5 resolves; zero providers or models removed - Extend the generator's Claude Opus vision normalization to opus-5, which upstream shipped without image input on three variants, and replace the duplicated substring guard with a shared exact-generation parser plus a tripwire test that fails when the catalog bundles an Opus generation newer than any reviewed one - Realign preset expectation tests and update docs; measured opus-4-8 figures in docs/multi-vendor-profiles.md stay attributed to opus-4-8 rather than silently transferring to an unmeasured model * fix(models): remove unrelated opus preset catalog drift --------- Co-authored-by: Yeachan-Heo <yeachan-heo@gajae.dev>
twoimo
marked this pull request as ready for review
July 25, 2026 07:27
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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.
Temporary internal synchronization PR for the latest upstream
devadvance.