Observed while fixing the pricing case in #89.
resource-kit/docs/cost-calculator/index.html line 121 displays Claude Opus 4.8.
- Line 327 sets the JS pricing table label to
'Opus 4.8'.
claude-opus-5 is the current Opus model and is priced identically at $5/$25 per million tokens.
- The page footer reads
Verified July 24, 2026 from Anthropic pricing.
No cost is miscalculated, since Opus 5 and Opus 4.8 share the same rates, and #89 added *opus-5* to the snippet's Opus arm so those sessions now price correctly. The user-visible label is what is out of date.
Deferred from #89 because that PR's scope was the three reported review threads, and relabelling the tier is a content decision rather than a correctness fix.
Observed while fixing the pricing case in #89.
resource-kit/docs/cost-calculator/index.htmlline 121 displaysClaude Opus 4.8.'Opus 4.8'.claude-opus-5is the current Opus model and is priced identically at $5/$25 per million tokens.Verified July 24, 2026 from Anthropic pricing.No cost is miscalculated, since Opus 5 and Opus 4.8 share the same rates, and #89 added
*opus-5*to the snippet's Opus arm so those sessions now price correctly. The user-visible label is what is out of date.Deferred from #89 because that PR's scope was the three reported review threads, and relabelling the tier is a content decision rather than a correctness fix.