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.28
· today
Published to npm: https://www.npmjs.com/package/ccstatusline
What's Changed
- refactor(widgets): collapse the duplicated Nerd Font toggle helpers by @zachthedev in https://github.com/sirmalloc/ccstatusline/pull/544
- docs: fix broken star history chart by @FaintFlower in https://github.com/sirmalloc/ccstatusline/pull/555
- chore(deps-dev): bump the dev-dependencies group across 1 directory with 10 updates by @dependabot[bot] in https://github.com/sirmalloc/ccstatusline/pull/558
- perf(jsonl): read each transcript once per render instead of five times by @zachthedev in https://github.com/sirmalloc/ccstatusline/pull/568
- perf(blocks): stop rescanning every transcript when no block is found by @zachthedev in https://github.com/sirmalloc/ccstatusline/pull/569
- docs(readme): note what the install specifier costs per repaint by @zachthedev in https://github.com/sirmalloc/ccstatusline/pull/570
- refactor(timers): route the timer bars through the shared progress helper by @zachthedev in https://github.com/sirmalloc/ccstatusline/pull/543
- fix(usage): recover from a usage lock deadline that can never expire by @CrazyCoder in https://github.com/sirmalloc/ccstatusline/pull/526
- fix(git): stop leaking temp files when the cache write fails by @niklasgs in https://github.com/sirmalloc/ccstatusline/pull/564
New Contributors
- @FaintFlower made their first contribution in https://github.com/sirmalloc/ccstatusline/pull/555
- @CrazyCoder made their first contribution in https://github.com/sirmalloc/ccstatusline/pull/526
- @niklasgs made their first contribution in https://github.com/sirmalloc/ccstatusline/pull/564
Full Changelog: https://github.com/sirmalloc/ccstatusline/compare/v2.2.27...v2.2.28