This release adds 5 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+5 more
Summary
AI summaryWasted token detection flags low cache efficiency sessions and new billable‑only toggle shows cost‑driving tokens.
Full changelog
New
- Wasted token detection — sessions are flagged when cache efficiency is low (<50% reuse on large sessions) or when lots of tokens are spent without any file edits
- Cache efficiency metric —
cache_read / (input + cache_read + cache_create)properly accounts for expensive cache creation costs - Efficiency column in sessions table with cache reuse % and waste badges
- Billable-only toggle on daily tokens chart to see just the cost-driving tokens (input, output, cache write)
- DB pruning with configurable retention policy
- Keyboard shortcuts for tab switching and memory search
--openflag to auto-launch browser on start
Improved
- Simplified daily tokens chart (single bar) with stacked billable breakdown on toggle
- Fixed indistinguishable Input/Cache Write legend colors
- Cache reuse % and file edit status shown in session detail panel
- Multiple rounds of tech debt reduction: deduplicated helpers, better error wrapping, mutex for memory cache
Install
Single binary, zero config. Download, run, open http://localhost:3131.
Reads credentials from ~/.claude/.credentials.json or your OS credential store. If missing, session tracking still works — only API usage gauges are unavailable.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Claumon
All releases →Related context
Related tools
Earlier breaking changes
- v0.14.0 Forecast model v2.1 removes CI inversion cap; interval now raw p10/p90 uncapped.
Beta — feedback welcome: [email protected]