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
Since Claude Code v2.1.75, the default model shipped with the Max subscription is Opus 4.6 with a 1M token context window. ccstatusline doesn't calculate the context usage percentage correctly for this configuration — it likely still assumes the previous context window size, resulting in inaccurate percentage values in the status line.
Note
The exact model ID is claude-opus-4-6[1m]. You can verify this by checking claude --version or looking at the model info in the system prompt of any active session.