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.23
Published to npm: https://www.npmjs.com/package/ccstatusline
What's Changed
- feat(tui): warn on an invalid settings.json and confirm before overwriting it by @CorticalCode in https://github.com/sirmalloc/ccstatusline/pull/458
- fix: stop refetching usage every render on accounts without rate-limit windows by @zachthedev in https://github.com/sirmalloc/ccstatusline/pull/434
- feat(usage): invalidate the usage cache when the account token changes by @zachthedev in https://github.com/sirmalloc/ccstatusline/pull/460
- feat: print version and exit on --version by @CorticalCode in https://github.com/sirmalloc/ccstatusline/pull/463
- chore(deps-dev): bump the dev-dependencies group with 5 updates by @dependabot[bot] in https://github.com/sirmalloc/ccstatusline/pull/477
- chore(deps): bump actions/checkout from 6 to 7 by @dependabot[bot] in https://github.com/sirmalloc/ccstatusline/pull/476
- 🐛 fix(usage): clear in-flight lock on a successful fetch by @gaborbernat in https://github.com/sirmalloc/ccstatusline/pull/487
- feat(widget): add optional glyph to Current Working Dir by @CorticalCode in https://github.com/sirmalloc/ccstatusline/pull/479
- ✨ feat(renderer): let widgets opt out of powerline auto-align by @gaborbernat in https://github.com/sirmalloc/ccstatusline/pull/489
- ✨ feat(widgets): honor maxWidth in Git Branch and Git Root Dir by @gaborbernat in https://github.com/sirmalloc/ccstatusline/pull/488
- fix: self-heal legacy untagged ccstatusline hooks on sync by @bit-saver in https://github.com/sirmalloc/ccstatusline/pull/490
- feat(context): make the context-window fallback configurable by @CorticalCode in https://github.com/sirmalloc/ccstatusline/pull/480
- fix: silence stderr on best-effort package-manager probes by @huangguang1999 in https://github.com/sirmalloc/ccstatusline/pull/491
- fix: invert plain usage percentages by @ekkoitac in https://github.com/sirmalloc/ccstatusline/pull/473
- chore(deps-dev): bump the dev-dependencies group with 6 updates by @dependabot[bot] in https://github.com/sirmalloc/ccstatusline/pull/496
- feat(compaction): add a metric selector for composable sub-values by @zachthedev in https://github.com/sirmalloc/ccstatusline/pull/457
New Contributors
- @gaborbernat made their first contribution in https://github.com/sirmalloc/ccstatusline/pull/487
- @bit-saver made their first contribution in https://github.com/sirmalloc/ccstatusline/pull/490
- @ekkoitac made their first contribution in https://github.com/sirmalloc/ccstatusline/pull/473
Full Changelog: https://github.com/sirmalloc/ccstatusline/compare/v2.2.22...v2.2.23