VSCode extension: no way to see the currently active model in the UI
Status Open
Maintainer reply None cached
Activity 5 comments · opened Jul 5, 2026
In the terminal CLI, there's an optional statusLine feature (and /status) that can surface the active model persistently. The VSCode native extension has no equivalent — there's no status bar item, sidebar indicator, or setting to show which model (Sonnet/Opus/Haiku/etc.) is currently active.
Right now the only way to check is running /model or /usage on demand, which requires interrupting your flow to look it up.
Request: add a persistent model indicator to the VSCode extension UI — e.g. a status bar item, similar to the terminal's statusline — so the active model is visible at a glance without running a command.
Showing cached comments. Read the full discussion on GitHub ↗
3 Comments
I'm trying hard to imagine an honest reason why would someone deliberately (this does not happen by accident) decided to leave out this crucial information from the UI and I can't think of any.
This, along with no clean pattern to transition from Opus in Plan mode to Sonnet to implement on Agent mode; is causing me grief and I can only assume is a deliberate dark pattern to get me to token/price max.