ccstatusline
Notes
🎨 A highly customizable status line formatter for Claude Code CLI Display model info, git branch, token usage, and other metrics in your terminal
# install
npm install -g ccstatusline@2.2.21
Release notes
v2.2.21
· recent
Published to npm: https://www.npmjs.com/package/ccstatusline
What's Changed
- fix: point package module to published build by @Pugsin in https://github.com/sirmalloc/ccstatusline/pull/442
- fix: add missing metadata fields to package.json by @BWM0223 in https://github.com/sirmalloc/ccstatusline/pull/443
- feat: allow overriding widget symbols with a custom glyph by @zachthedev in https://github.com/sirmalloc/ccstatusline/pull/431
- fix(compaction): count compact_boundary markers instead of inferring from context-% drops by @CorticalCode in https://github.com/sirmalloc/ccstatusline/pull/425
- fix: format extra usage in the currency reported by the usage API by @mhriemers in https://github.com/sirmalloc/ccstatusline/pull/418
- feat: add Extra Usage Used widget showing spent overage budget by @mhriemers in https://github.com/sirmalloc/ccstatusline/pull/417
- feat(custom-command): include terminal_width in stdin JSON by @CorticalCode in https://github.com/sirmalloc/ccstatusline/pull/396
- feat(widget): add cache-hit-rate widget by @sebryu in https://github.com/sirmalloc/ccstatusline/pull/409
- feat(widget): add Cache Hit / Read / Write widgets by @Viperwow in https://github.com/sirmalloc/ccstatusline/pull/423
- feat(compaction): opt-in trigger split and tokens reclaimed by @CorticalCode in https://github.com/sirmalloc/ccstatusline/pull/445
- fix(renderer): token counts near 1M render as "1000.0k" instead of "1.0M" by @CorticalCode in https://github.com/sirmalloc/ccstatusline/pull/444
New Contributors
- @Pugsin made their first contribution in https://github.com/sirmalloc/ccstatusline/pull/442
- @BWM0223 made their first contribution in https://github.com/sirmalloc/ccstatusline/pull/443
- @sebryu made their first contribution in https://github.com/sirmalloc/ccstatusline/pull/409
- @Viperwow made their first contribution in https://github.com/sirmalloc/ccstatusline/pull/423
Full Changelog: https://github.com/sirmalloc/ccstatusline/compare/v2.2.20...v2.2.21