Patch Changes
-
bd8bf1f: feat(anthropic): add Claude Opus 5.5 support
- add the
claude-opus-5-5model ID to@ai-sdk/anthropicandanthropic/claude-opus-5.5to@ai-sdk/gateway - models that always use adaptive thinking (
claude-opus-5-5,claude-fable-5,claude-fable-5-1) no longer receivethinking: { type: 'disabled' }or budget-based thinking; the provider drops the unsupported setting and emits a warning - models that reject forced tool use (
claude-opus-5-5,claude-fable-5-1) fall back toautotool choice forrequiredand named tool choices, and to native structured outputs whenstructuredOutputMode: 'jsonTool'is requested, each with a warning - add the
computerToolset_20260801computer use tool (computer_toolset_20260801), which is required for computer use onclaude-opus-5-5 - use the documented
mid-conversation-output-config-2026-07-01beta header for per-message effort
- add the