release: v6.7.2 - #42
Merged
Merged
Conversation
The Axon Eido 3 Pro models (200k and 400k) are now restricted to Pro, Pro Plus, and Ultra plans. The free plan can still use the default Axon Eido 3 Code Mini model. - src/api/models.ts: add EIDO_PRO_MODEL_PLANS set, canUseEidoProModels helper, and isEidoProAxonModel predicate. - src/headless.ts: reject Eido Pro selections on ineligible plans with a descriptive error before exiting. - src/ui/App.tsx: surface an error row when the user picks an Eido Pro model on an ineligible plan, and auto-fall back to the default Eido model when a stored Eido Pro selection is no longer permitted. - src/ui/components/ModelPicker.tsx: lock Eido Pro rows on ineligible plans with a 'Pro and above only' badge, sort rows by display rank (Flash, Mini, Pro, Lumen) within each context-window group, and strip the redundant context suffix from row labels. - test/models.test.ts: cover canUseEidoProModels plan matrix and isEidoProAxonModel variant detection. - CHANGELOG.md, package.json: document and version the v6.7.2 release.
Contributor
Contributor
|
✅ Reviewed the changes: Clean release PR adding Axon Eido 3 Pro model support with plan-based gating across headless CLI, TUI, and model picker. Logic is consistent with existing Lumen/400k patterns and tests cover the new functions. |
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.
What's Changed
Gates the Axon Eido 3 Pro models (200k and 400k) to Pro, Pro Plus, and Ultra plans. The free plan keeps access to the default Axon Eido 3 Code Mini model.
Changes
src/api/models.ts: addEIDO_PRO_MODEL_PLANSset,canUseEidoProModelshelper, andisEidoProAxonModelpredicate.src/headless.ts: reject Eido Pro selections on ineligible plans with a descriptive error before exiting.src/ui/App.tsx: surface an error row when the user picks an Eido Pro model on an ineligible plan, and auto-fall back to the default Eido model when a stored Eido Pro selection is no longer permitted.src/ui/components/ModelPicker.tsx: lock Eido Pro rows on ineligible plans with a "Pro and above only" badge, sort rows by display rank (Flash, Mini, Pro, Lumen) within each context-window group, and strip the redundant context suffix from row labels.test/models.test.ts: covercanUseEidoProModelsplan matrix andisEidoProAxonModelvariant detection.CHANGELOG.md,package.json: document and version the v6.7.2 release.Commit
115d32ffeat(models): gate Axon Eido 3 Pro to Pro and above plans