Skip to content

[docs] Add troubleshooting for Sonnet 4.6 context window meter showing 200K instead of 1M (#61734)#61738

Open
giruuuuj wants to merge 1 commit into
anthropics:mainfrom
giruuuuj:fix/context-window-display-61734
Open

[docs] Add troubleshooting for Sonnet 4.6 context window meter showing 200K instead of 1M (#61734)#61738
giruuuuj wants to merge 1 commit into
anthropics:mainfrom
giruuuuj:fix/context-window-display-61734

Conversation

@giruuuuj
Copy link
Copy Markdown

@giruuuuj giruuuuj commented May 23, 2026

Summary

Adds a troubleshooting entry for the Sonnet 4.6 context window display/limit bug ? a regression in v2.1.150. The status bar shows 200K and the actual context is capped to 200K, even though Sonnet 4.6 supports 1M tokens per the API.

Root cause: v2.1.150's "internal infrastructure improvements" likely reset Sonnet 4.6's max_input_tokens from 1M back to the default 200K in the model capabilities config. This is the same class of bug as the Opus 4.7 fix in v2.1.117. No user-side workaround exists ? requires a CLI patch to restore the correct value.

Closes #61734

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Context window status bar shows 200k for Claude Sonnet 4.6, but model supports 1M tokens

1 participant