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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's New
1M context window support — Use /model opus[1m] to enable the 1M context window for Opus models via the SDK betas parameter
Model name in usage footer — Per-turn footer now shows the active model and a (1M) indicator when applicable (e.g. opus 4.6 (1M) · 3 in · 51 out · ctx 0%)
Guard against non-Opus 1M — /model sonnet[1m] is blocked with a clear error since the API doesn't support it yet
Fix process crash on /model — Unhandled promise rejection from setModel on an active session no longer kills the process