Feature request for product/service
Cursor IDE
Describe the request
Feature request for product/service
Cursor IDE (Agent / Chat)
Describe the request
When Auto is selected, Cursor routes each request to a different underlying model. That’s useful, but today there’s no way to see which model actually handled each turn or agent step after the fact.
The UI only shows “Auto” as the selected model. Local agent transcripts don’t include model metadata per message. The usage dashboard aggregates Auto + Composer pool usage but doesn’t expose per-step routing decisions.
This makes it hard to:
- Debug quality regressions — “this answer was worse than yesterday” with no way to know if the router picked a lighter model
- Build trust in Auto — users can’t tell if a complex task got a capable model or a fast/cheap one
- Audit subagent routing — subagents may run on different models, but the parent chat doesn’t surface what ran where
- Compare cost vs quality — Premium shows model per request on the usage page; Auto does not
Proposed solution
Minimal viable observability:
- Per-message badge or tooltip in chat/agent UI showing the resolved model (e.g. “Composer 2.5”, “Claude Sonnet”) for each assistant turn
- Subagent steps should show both agent name and resolved model
- Optional detail panel (click to expand) with model id, reasoning effort / thinking mode if applicable
- Usage dashboard parity — per-request breakdown for Auto-routed requests, same as Premium
- Transcript export — include
model_idin exported/local transcript JSONL for debugging
Why this matters
Auto is positioned as the default for everyday agentic coding and draws from a generous included pool. Observability is the missing piece: even if I keep Auto as the default, I need to know afterward what model handled each step — especially for production code changes where quality and predictability matter.
Related community sentiment: several threads mention wanting visibility into Auto’s routing decisions rather than a black box.
Tags (if applicable)
auto-mode, agents-window, composer, subagents
Operating System (if it applies)
Windows 10/11