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
fix: add adaptive thinking support for Claude Opus 4.7+
Claude Opus 4.7 only supports adaptive thinking mode (thinking.type: 'adaptive')
and rejects the legacy budget-based thinking (thinking.type: 'enabled').
This change:
- Adds model detection to automatically use adaptive thinking for Opus 4.7+
- Uses adaptive thinking by default for Opus 4.6 and Sonnet 4.6 (recommended)
- Falls back to budget-based thinking for older models (Sonnet 4.5, etc.)
- Adds thinking support for google-vertex-anthropic and amazon-bedrock providers
- Adds ANTHROPIC_EFFORT env var to control thinking depth (low/medium/high/max)
Fixes #SOU-918
Co-authored-by: Michael Sukkarieh <msukkari@users.noreply.github.com>
0 commit comments