fix(agents): refresh provider model presets#556
Open
cbusillo wants to merge 2 commits intojust-every:mainfrom
Open
fix(agents): refresh provider model presets#556cbusillo wants to merge 2 commits intojust-every:mainfrom
cbusillo wants to merge 2 commits intojust-every:mainfrom
Conversation
Anthropic's stale Sonnet slug kicked off this refresh. Update the built-in Anthropic, Gemini, and Qwen presets to current provider model IDs, keep legacy slugs resolving through aliases and validation upgrades, and align docs/examples/tests with the new defaults.
Extend legacy slug upgrades to user-configured `[[agents]]` names and `[[subagents.commands]].agents` lists so older Anthropic, Gemini, and Qwen slugs are rewritten to the new built-in defaults during config load. Add regression tests for both config locations.
Author
|
Follow-up compatibility fix pushed in This extends the legacy slug migration path so renamed provider presets are upgraded not only in top-level
That keeps older Anthropic, Gemini, and Qwen config entries from staying stale after upgrade. Validation:
|
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
Why
This started because Every Code was still advertising Anthropic's older
claude-sonnet-4.5slug even though Anthropic's current lineup has moved to Sonnet 4.6. Once that drift showed up, I refreshed the Gemini and Qwen built-ins at the same time so the provider catalog stayed coherent.Provider updates
claude-sonnet-4.5->claude-sonnet-4.6, and pin Claude built-ins to explicit current model namesgemini-3.1-pro-previewandgemini-3-flash-previewqwen3-coder-plusValidation
./build-fast.sh