You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🤖 fix: make model tooltip abbreviations dynamic (#806)
Tooltip now derives abbreviation examples from `KNOWN_MODELS` instead of
hardcoding model names, so updates to model versions automatically
propagate to the tooltip.
Before: `/model opus - Claude Opus 4.1` (hardcoded, incorrect)
After: `/model opus - Opus 4.5` (dynamic, correct)
_Generated with `mux`_
0 commit comments