Loading workspace insights... Statistics interval
7 days30 daysLatest CI Pipeline Executions
9708660c feat(ai-anthropic): first-class Claude Sonnet 5 and Claude Fable 5 support
The claude-sonnet-5 and claude-fable-5 entries landed mechanically via the
OpenRouter metadata sync (#772) but were never wired into the adapter's
capability maps, so the models were selectable without per-model type
safety or the native combined tools+schema path.
- Per-model provider options now match the API surface: Fable 5 accepts
only adaptive thinking (explicit disabled/budget_tokens 400), Sonnet 5
accepts adaptive or disabled, and neither accepts temperature/top_p/top_k
- output_config.effort gains the 'xhigh' level (Opus 4.7+, Sonnet 5, Fable 5)
- Both models registered in ANTHROPIC_COMBINED_TOOLS_AND_SCHEMA_MODELS
(plus the missing claude-opus-4.8 / 4.8-fast entries)
- Tool-capability type map covers sonnet-5, fable-5, opus-4-7-fast,
opus-4.8, opus-4.8-fast so provider tools type-check on those models
- Model metadata: adaptive_thinking flags; Sonnet 5 sticker pricing ($3/$15)
- Docs, adapter-configuration skill reference, and changeset updated
Closes #880
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> 8965f456 feat(ai-anthropic): first-class Claude Sonnet 5 and Claude Fable 5 support
The claude-sonnet-5 and claude-fable-5 entries landed mechanically via the
OpenRouter metadata sync (#772) but were never wired into the adapter's
capability maps, so the models were selectable without per-model type
safety or the native combined tools+schema path.
- Per-model provider options now match the API surface: Fable 5 accepts
only adaptive thinking (explicit disabled/budget_tokens 400), Sonnet 5
accepts adaptive or disabled, and neither accepts temperature/top_p/top_k
- output_config.effort gains the 'xhigh' level (Opus 4.7+, Sonnet 5, Fable 5)
- Both models registered in ANTHROPIC_COMBINED_TOOLS_AND_SCHEMA_MODELS
(plus the missing claude-opus-4.8 / 4.8-fast entries)
- Tool-capability type map covers sonnet-5, fable-5, opus-4-7-fast,
opus-4.8, opus-4.8-fast so provider tools type-check on those models
- Model metadata: adaptive_thinking flags; Sonnet 5 sticker pricing ($3/$15)
- Docs, adapter-configuration skill reference, and changeset updated
Closes #880
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>