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.29
· today
Published to npm: https://www.npmjs.com/package/ccstatusline
What's Changed
- fix: stream JSONL reads so token widgets work on large transcripts by @LZong-tw in https://github.com/sirmalloc/ccstatusline/pull/551
- feat: unify widget hiding into a single hideable-state system by @zachthedev in https://github.com/sirmalloc/ccstatusline/pull/430
- feat: configurable numeric precision (per-widget, type-aware, optional global) by @zachthedev in https://github.com/sirmalloc/ccstatusline/pull/456
- Add hide Git conflicts on zero option by @pelmered in https://github.com/sirmalloc/ccstatusline/pull/562
- fix(renderer): drop spacing separator stranded against a flex-separator by @tough-griff in https://github.com/sirmalloc/ccstatusline/pull/567
- feat: Claude Status widget with incident history strip by @JimmySpivey in https://github.com/sirmalloc/ccstatusline/pull/553
New Contributors
- @LZong-tw made their first contribution in https://github.com/sirmalloc/ccstatusline/pull/551
- @pelmered made their first contribution in https://github.com/sirmalloc/ccstatusline/pull/562
- @tough-griff made their first contribution in https://github.com/sirmalloc/ccstatusline/pull/567
- @JimmySpivey made their first contribution in https://github.com/sirmalloc/ccstatusline/pull/553
Full Changelog: https://github.com/sirmalloc/ccstatusline/compare/v2.2.28...v2.2.29