feat: add Claude Fable 5 model, upgrade bundled claude-code to 2.1.170#771
Merged
Conversation
Add claude-fable-5[1m] to the Claude Code model catalogs (Rust + sidecar), placed above Opus 4.8. Fable 5 burns limits ~2x faster than Opus, so useEnsureDefaultModel now pins the app default to the `default` (Opus) entry instead of blindly taking the first listed option. Bump @anthropic-ai/claude-code 2.1.154 -> 2.1.170 and @anthropic-ai/claude-agent-sdk 0.3.154 -> 0.3.170 (the bundled 2.1.154 CLI predates Fable 5), with new SHA256 pins for both arch tarballs. No fast mode on Fable 5 (Opus 4.6+ only); effort levels low-max including xhigh, verified against the 2.1.170 CLI metadata.
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
claude-fable-5[1m], 1M context) to the Claude Code model catalogs (Rustagents/catalog.rs+ sidecarmodel-catalog.ts), placed above Opus 4.8 as the most capable pick.useEnsureDefaultModelnow pins the repaired default to thedefault(Opus 4.8) entry instead of blindly taking the first listed claude option.@anthropic-ai/claude-code2.1.154 → 2.1.170 and@anthropic-ai/claude-agent-sdk0.3.154 → 0.3.170 — the bundled 2.1.154 CLI predates Fable 5. New SHA256 pins for both darwin arch tarballs invendor-platform.ts; bundle cache wiped and sidecar rebuilt to verify (staged CLI reports 2.1.170).Capability details (verified against docs + 2.1.170 CLI metadata)
low–maxincludingxhigh(CLI: "Fable 5, Opus 4.8/4.7 only" for xhigh).thinking: {type: "disabled"}— the sidecar's main path usesadaptive(safe), and the disabled-thinking title path never receives the picker model (defaults to haiku).Test plan
listModelsexpectation)cargo clippy --all-targets -- -D warningsclean, biome clean, typecheck clean