Skip to content

Upgrade default Opus model to 4.7#5

Open
wpfleger96 wants to merge 1 commit intomainfrom
opus-4-7-upgrade
Open

Upgrade default Opus model to 4.7#5
wpfleger96 wants to merge 1 commit intomainfrom
opus-4-7-upgrade

Conversation

@wpfleger96
Copy link
Copy Markdown
Owner

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_MODELclaude-opus-4-7 (base) / claude-opus-4-7[1m] (work profile)
  • Removes CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING — was a v0.30.1 workaround for an Opus 4.6 under-allocation bug; no-op on 4.7
  • Adds showThinkingSummaries: true to fix silent empty thinking blocks (separate from alwaysThinkingEnabled, which only controls the TUI toggle)
  • Splits effort level: xhigh as base default (new 4.7 tier, falls back to high on non-4.7 models), max as work profile override

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).
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.

1 participant