release 0.47.0 — 2026-09 pricing (Fable 5.1 cache reads, Sonnet 5, 1M windows, fast mode off the wire) + the docs the UI arc shipped without - #108
Merged
Conversation
…M windows, fast mode and us-inference off the wire The embedded offline table (models.dev is the live source and already carried these) follows the 2026-09-01 pricing docs: cache reads on Claude Fable 5.1 / Mythos 5.1 are 0.025x input ($0.25; Fable 5 stays $1), Sonnet 5's $2/$10 launch price is the standard price. Long context on Claude 4.6+ bills at standard rates across the full 1M window — what cctrace always assumed — and the window fallback now says 1M for Opus 4.6+/5, Sonnet 4.6/5 and Fable/Mythos (a 431k prompt on Fable 5 read "100% of context used" against a wrong 200k), 200k for earlier tiers and every Haiku, 0 for an unversioned name. Two modifiers are read off the wire in ONE place (pairRates), so the per-pair cost and the cache-bump arithmetic price the same request the same way: fast mode — the response's usage.speed is "fast" (Opus 5 / Opus 4.8; a silently downgraded request says "standard" and is not fast) — doubles every rate with the cache multipliers on top; US-only inference (inference_geo: "us") is 1.1x on every token class. The cost tooltip names the modifiers. No existing trace carries either field. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Version 0.47.0. README (en + zh) replay bullet rewritten for the trajectory bar (turn blocks, both-way sync; the loop-row diagram is gone), the Context deck names the inspector, an insights bullet, the 2026-09 pricing note; docs/web-ui.md: the inspector, the bar, replay, the cost modifiers; the version badge's fresh-off-the-wire list. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
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.
Release PR for 0.47.0. Two commits on top of main (#104 #105 #107 merged today).
Pricing follows the 2026-09-01 docs (src/pricing.ts, src/summarize.ts, src/cost.ts)
pairRates) so the per-pair cost and the cache-bump arithmetic agree: fast mode - the response'susage.speedis "fast" (Opus 5 / 4.8; a silently downgraded request says "standard" and is not fast) - doubles every rate with the cache multipliers on top; US-only inference (inference_geo: "us") is 1.1x on every class. The cost tooltip names the modifiers. No existing trace carries either field.Release surfaces
Verified:
bun test900 pass / 0 fail,make buildclean.🤖 Generated with Claude Code