feat(models): add Sonnet 5 and Fable 5 with fallback#443
Conversation
Add claude-sonnet-5 and claude-fable-5 to AVAILABLE_MODELS, both frontend dropdowns, and Vertex model map. Fable thinking is always-on (omit param to avoid 400). If a selected model is unavailable (404, org policy block), automatically retry with Opus 4.6 as fallback and notify the user via system message. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Centaur ReviewFound 6 issue(s) (1 critical) (4 warning).
|
Summary
claude-sonnet-5andclaude-fable-5to model picker (server, mobile, desktop)disabledreturns 400)FALLBACK_MODEL(claude-opus-4-6): if selected model fails with 404/access error, auto-retry with fallback and notify userTest plan
model-spec.test.ts— 13/13 passing (added Fable + Sonnet 5 cases)npx tsc --noEmit)🤖 Generated with Claude Code