Add a model-selector to Commands so that we can have certain commands run by specific models if desired

Feature request for product/service

Cursor IDE

Describe the request

Please add a model-selector to Commands so that we can have certain commands run by certain models seamlessly.

examples:

I want to use Composer to do my time-tracking command that uses a bunch of MCP tools and gathers info from JIRA and github because it is fast and great at tool calls.

But I want my architecture planning command to only use gpt-5-high to perform because it is better for the longer term planning and reasoning.

Being able to do this at the command level means I get more consistent results because the model is consistent, rather than needing to swap models before running each command, or relying on Auto where I don’t know which model is running under the hood.