You'll notice
Useful3 Signal0
The effort label in your status line stays correct when the model changes mid-turn.
What's wrong with this entry?
Anonymous. No account, no email.
What
The effort label in the status line is computed against the model actually running the turn, so it stays correct after a mid-turn model change or a fallback.
Details
- The agent status store gained
turnModelalongsideturnEffort setTurnEffort(effort, model)is called at turn start with the resolved agent model, and again onquery_model_changeand on fallback-model events- Cleared with
setTurnEffort(null, null)at turn end - The spinner/status component takes the new
turnModelprop and uses it when computing the label
Evidence
setTurnEffort
Strings lifted out of the shipped bundle, so the claim above can be checked against them.