Where does the bug appear (feature/product)?
Cursor CLI
Describe the Bug
I always run prompts using the standard Composer 2.5 mode. However, starting today, Cursor began automatically spawning Composer 2.5 Fast subagents even though I never selected the Fast mode.
This behavior is extremely frustrating because Composer 2.5 Fast appears to consume usage at a significantly higher rate. Two relatively small tasks consumed approximately 30% (literally jumped from 40ish to 70ish) of my monthly allocation before I realized what was happening.
If you review my historical usage, youāll see that virtually all of my prior activity has been performed using the standard Composer 2.5 mode, not the Fast variant. There was no intentional change in my workflow or model selection.
The following is extracted from the agent run asking specifically what models were used. Also validated with the log file, that somehow the tooling call recommended fast mode, from a regular mode parent agent.
The session where the orchestrator passed āmodelā: ācomposer-2.5-fastā on every Task call is:
cd37c164-bda5-4985-bafb-f2d194a8482c
Transcript path:
/Users/superx3man/.cursor/projects/Users-superx3man-Documents-Code-chefaio-app-ios/agent-transcripts/cd37c164-bda5-4985-bafb-f2d
194a8482c/cd37c164-bda5-4985-bafb-f2d194a8482c.jsonl
That session was also a plan-followup-orchestrator run on Agents/plans/task-definition-walkthrough-type-on-element.md. It has 14
Task invocations, each with āmodelā:ācomposer-2.5-fastā.
For comparison, this session (the one that merged PR #103) is:
484b0f4b-382c-4a71-a199-f0c651202392
-ā same orchestrator + plan, but no model parameter on any Task call (parent-model inheritance).
There is one other session using an explicit model override, but a different slug: e81a2013-0fa3-463e-8a5d-dbb2d0adcb0b used
āmodelā:ācomposer-2-fastā for browser-agent-extract-components-sandbox-url-fetch.md (plan-execution-orchestrator, not
follow-up).
Steps to Reproduce
Select regular mode of composer 2.5, start workflow that would call subagents with no model configurations in header of the markdown.
Expected Behavior
All subagents should use composer 2.5 regular mode.
Screenshots / Screen Recordings
Operating System
MacOS
Version Information
2026.06.02-8c11d9f
Additional Information
This makes subagent unusable as it forces to use the more expensive yet same performance model.
Does this stop you from using Cursor
Yes - Cursor is unusable

