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.22
· recent
Published to npm: https://www.npmjs.com/package/ccstatusline
What's Changed
- chore(deps-dev): bump the dev-dependencies group with 4 updates by @dependabot[bot] in https://github.com/sirmalloc/ccstatusline/pull/446
- feat: add per-widget dim styling, whole widget or parens-only by @zachthedev in https://github.com/sirmalloc/ccstatusline/pull/433
- fix(config): non-destructive recovery + loud warning for invalid settings.json by @CorticalCode in https://github.com/sirmalloc/ccstatusline/pull/447
- fix(context-bar): render counts >= 1M as "1.0M" instead of "1000k" by @zachthedev in https://github.com/sirmalloc/ccstatusline/pull/451
- feat(compaction): make the reclaimed-tokens arrow an overridable glyph by @zachthedev in https://github.com/sirmalloc/ccstatusline/pull/452
- test: make the suite pass on Windows hosts by @zachthedev in https://github.com/sirmalloc/ccstatusline/pull/454
- fix: honour flex-separator in powerline render path by @ssoriche in https://github.com/sirmalloc/ccstatusline/pull/411
New Contributors
- @ssoriche made their first contribution in https://github.com/sirmalloc/ccstatusline/pull/411
Full Changelog: https://github.com/sirmalloc/ccstatusline/compare/v2.2.21...v2.2.22