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
Release notes
v2.2.19
Published to npm: https://www.npmjs.com/package/ccstatusline
What's Changed
- fix(git): use compatible git commands for older git versions by @deepakdewani123 in https://github.com/sirmalloc/ccstatusline/pull/385
- fix: cache git subprocess output for statusline in https://github.com/sirmalloc/ccstatusline/commit/6a581e6c6a701a3069117eb48088a33fe9c3f636
- Adds persistent git command caching under
~/.cache/ccstatusline/git-cachewith command-only entries, cwd metadata,.git/HEAD/.git/indexmtime checks, and configurable TTL. - Exposes Git Cache TTL in Configure Status Line, defaults it to 5s, and passes it through the render context.
- Makes pinned global install the top/default option, clarifies install wording, and sets
windowsHidefor runtime child processes.
- Adds persistent git command caching under
- feat(terminal): honor
CCSTATUSLINE_WIDTHenv var to override probe by @danielnc in https://github.com/sirmalloc/ccstatusline/pull/380
New Contributors
- @deepakdewani123 made their first contribution in https://github.com/sirmalloc/ccstatusline/pull/385
- @danielnc made their first contribution in https://github.com/sirmalloc/ccstatusline/pull/380
Full Changelog: https://github.com/sirmalloc/ccstatusline/compare/v2.2.18...v2.2.19