Skip to content

pstack: use Task-spawnable default model slugs - #336

Open
matthiasroder wants to merge 1 commit into
cursor:mainfrom
matthiasroder:pstack/task-spawnable-default-slugs
Open

pstack: use Task-spawnable default model slugs#336
matthiasroder wants to merge 1 commit into
cursor:mainfrom
matthiasroder:pstack/task-spawnable-default-slugs

Conversation

@matthiasroder

Copy link
Copy Markdown

Summary

  • Replace pstack's baked-in Task defaults (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.
  • Note in /setup-pstack that 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 selection even when the same models are enabled in Settings → Models. A fresh pstack install cannot spawn the configured subagents until someone writes a remapped pstack-models.mdc. interrogate already says to open a PR when a slug is rejected.

Closes #335.

Test plan

  • Task a 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.
  • Confirm /setup-pstack still treats the session Task allow-list as source of truth.
  • If Cursor later exposes -max / -xhigh, bump the table again rather than keeping this mapping forever.

Made with Cursor

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pstack: default Task model slugs are unresolvable in current Cursor

1 participant