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: only show 1M context checkbox for supported models (#739)
The 1M context window checkbox was appearing for all Anthropic models
(including Opus) but it's only supported for Claude Sonnet 4 and 4.5.
- Changed `ModelSettings` prop from `provider` to full `model` string
- Now uses `supports1MContext()` to determine checkbox visibility
_Generated with `mux`_
0 commit comments