Open
Conversation
Opus 4.7 is adaptive-only (extended thinking returns 400) and defaults thinking content to "omitted". Removes stale CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING workaround from v0.30.1, adds showThinkingSummaries to restore visible thinking blocks, and splits effort levels (xhigh base, max work override).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Opus 4.7 launched with several breaking changes: extended thinking is removed (adaptive-only now, sending the old fixed-budget param returns 400), and thinking content defaults to
"omitted"rather than"summarized"— meaning thinking blocks appear in the TUI but with empty content.ANTHROPIC_DEFAULT_OPUS_MODEL→claude-opus-4-7(base) /claude-opus-4-7[1m](work profile)CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING— was a v0.30.1 workaround for an Opus 4.6 under-allocation bug; no-op on 4.7showThinkingSummaries: trueto fix silent empty thinking blocks (separate fromalwaysThinkingEnabled, which only controls the TUI toggle)xhighas base default (new 4.7 tier, falls back tohighon non-4.7 models),maxas work profile override