Patch Changes
- #9932
4f7f9c7Thanks @hntrl! - feat(anthropic): add Claude Opus 4.6 support with adaptive thinking, effort parameter, compaction API, output_config migration, inference_geo, and structured outputs GA- Upgrade
@anthropic-ai/sdkfrom^0.71.0to^0.73.0 - Add
claude-opus-4-6model with 16384 default max output tokens - Support adaptive thinking (
thinking: { type: "adaptive" }) recommended for Opus 4.6 - Add
outputConfigparameter with effort levels (low,medium,high,max) for controlling token usage - Migrate
outputFormattooutputConfig.format(backwards compatible,outputFormatdeprecated) - Add compaction API support (beta) with auto-detection of
compact_20260112edits and streaming handlers for compaction content blocks - Add
inferenceGeoparameter for data residency controls - Remove structured-outputs beta header requirement (now GA)
- Upgrade