template: catalog-valid model names — 'claude-fable-5-high' is not a model id - #83
Merged
Merged
Conversation
…model id The template's default (copied into cellbound-3d) named a model that does not exist; the '-high' thinking suffix is not part of CLI model names. First live /build with a fully working agent spawn died on it. Plain names come from the catalog; a thinking-effort variant is pinned via the exact modelId bracket syntax, which resolve_model already matches. Co-authored-by: Cursor <cursoragent@cursor.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Contributor
Author
|
Correction for the record: |
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.
Third live-fire finding of the plans#36 ceremony: with workspace (#81) and credentials (#82) fixed, the agent spawn now fully works — and the run died on
model 'claude-fable-5-high' is not in the agent's catalog. The template's default (which cellbound-3d copied) names a model that does not exist: the-highthinking suffix is not part of CLI model names. Fix:claude-fable-5as the template default, and the per-command example now shows the exact-modelId bracket syntax (claude-fable-5[thinking=true,effort=high]) thatresolve_modelalready matches, which is how a thinking-effort variant is actually pinned. docs/architecture.md example aligned. Companion config fix in cellbound-3d.Made with Cursor