pstack: use Task-spawnable default model slugs - #336
Open
matthiasroder wants to merge 1 commit into
Open
Conversation
Cursor Task currently rejects grok-4.6-fast-xhigh, claude-fable-5-1-thinking-max, gpt-5.6-sol-max, and claude-opus-5-thinking-xhigh. Point the baked-in defaults at the highest spawnable slug of each family so a fresh install can launch subagents before pstack-models.mdc exists. Fixes cursor#335. Co-authored-by: Cursor <cursoragent@cursor.com>
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
Taskdefaults (grok-4.6-fast-xhigh,claude-fable-5-1-thinking-max,gpt-5.6-sol-max,claude-opus-5-thinking-xhigh) with the highest slugs Cursor currently accepts for those families./setup-pstackthat enabling a model in the picker or Explore Subagent Model does not add it to the Task allow-list.Why
Those four default slugs fail with
Invalid model selectioneven when the same models are enabled in Settings → Models. A fresh pstack install cannot spawn the configured subagents until someone writes a remappedpstack-models.mdc.interrogatealready says to open a PR when a slug is rejected.Closes #335.
Test plan
Taska subagent with each new default slug (cursor-grok-4.6-high-fast,claude-fable-5-1-thinking-high,gpt-5.6-sol-medium,claude-opus-5-thinking-high) and confirm they resolve./setup-pstackstill treats the session Task allow-list as source of truth.-max/-xhigh, bump the table again rather than keeping this mapping forever.Made with Cursor