I have several flows with orchestrator agents / skills that spawn subagents doing smaller parts of the flow. Some of those i’d like to do as cheap as possible, so i pinned the subagent model to composer-2.5. I noticed it still started up as composer-2.5-fast.
After some debugging (the attached screenshot) using hooks to look at subagent_model at startup, it appears it’s not possible to start a subagent with composer-2.5. It will either fail to start or default to composer-2.5-fast.
Steps to Reproduce
Explicitly tell cursor to start a subagent using composer-2.5.
Yes, i forgot to specify these are all custom subagents and i’m trying to set their model explicitly.
I tried the composer-2.5[fast=false] syntax and yes, I’m happy to say it works now. Thank you.
Is there any documentation where I could find this info for the future (the syntax and the possible model ids)? I can only find docs that point to other docs and lead to a dead end. Cursor itself also wasn’t able to find this info it seems.