ccstatusline 2.2.18 โ†’ 2.2.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -47,13 +47,28 @@
47
47
 
48
48
  ## ๐Ÿ†• Recent Updates
49
49
 
50
- ### v2.2.14 - v2.2.18 - Version pinning, npm provenance, usage overage widgets, and Git lock avoidance
50
+ ### v2.2.20 - Gradients, token accuracy, usage reliability, and Git PR/MR fixes
51
+
52
+ - **๐ŸŒˆ Gradient colors** - Added per-widget and whole-line foreground gradients with named presets, custom hex stops, TUI picker support, and Powerline-aware rendering. Press `g` on the Edit Colors screen for widget gradients, or press `g` for Override FG Color in Global Overrides for a line-wide gradient.
53
+ - **๐ŸŽฏ More accurate token counts** - `Tokens Input` and `Tokens Output` now prefer cumulative transcript metrics before falling back to context-window totals.
54
+ - **๐Ÿ’ธ Extra usage no-limit fix** - Extra usage widgets no longer get stuck on `[Timeout]` for accounts with overage enabled but no monthly limit configured.
55
+ - **๐Ÿ” Compaction glitch filtering** - `Compaction Counter` ignores transient below-1% context readings so incomplete status frames do not create false compaction counts.
56
+ - **๐Ÿ”€ SSH alias Git PR/MR detection** - Git PR/MR detection resolves SSH host aliases while preserving canonical GitHub and GitLab hosts for CLI selection and fallback repo links.
57
+ - **๐Ÿงช Usage test cache isolation** - Usage-fetch test probes now isolate `HOME`, `USERPROFILE`, `CLAUDE_CONFIG_DIR`, and proxy variables so local tests cannot touch the real ccstatusline cache.
58
+ - **๐Ÿ“ฆ Dependency refresh** - Refreshed React/React DOM and Bun lockfile development-tooling resolutions for the release.
59
+
60
+ ### v2.2.14 - v2.2.19 - Version pinning, npm provenance, usage overage widgets, and Git lock avoidance
51
61
 
52
62
  - **๐Ÿ“Œ Version pinning support** - Added support for pinned global installs so Claude Code can keep running a specific ccstatusline version.
53
63
  - **๐Ÿ” npm provenance attestations** - Published packages now use trusted publishing provenance so users can verify where releases were built while avoiding long-lived npm publish tokens.
54
64
  - **๐Ÿ”„ Moving from auto-update installs** - If you currently use an auto-updating install, use the TUI uninstall option first, then reinstall to go through the version pinning flow. Your ccstatusline settings are preserved when uninstalling.
55
65
  - **๐Ÿ’ธ Extra usage widgets** - Added Extra Usage Utilization and Extra Usage Remaining widgets for monthly pay-as-you-go overage limits, with null rate-limit buckets handled as zero usage.
56
66
  - **๐Ÿ”’ Git lock avoidance** - Git helpers now pass `--no-optional-locks` so background status checks avoid creating `index.lock` races.
67
+ - **๐Ÿงฑ Older Git compatibility** - Git widgets avoid newer command forms so repository status works on older Git installations.
68
+ - **โšก Persistent Git cache** - Git command output is cached under `~/.cache/ccstatusline/git-cache` with configurable TTL and `.git/HEAD`/`.git/index` mtime checks to reduce repeated subprocess work.
69
+ - **๐Ÿงญ Install flow polish** - Pinned global install is now the default install option, with clearer wording for install and migration flows.
70
+ - **๐ŸชŸ Hidden helper processes** - Runtime child processes set `windowsHide` so helper commands do not open extra windows on Windows.
71
+ - **๐Ÿ“ Terminal width override** - `CCSTATUSLINE_WIDTH` can provide an explicit terminal width when automatic probing is unavailable.
57
72
 
58
73
  ### v2.2.13 - Weekly model usage, voice status, hooks, and docs
59
74
 
@@ -92,6 +107,10 @@
92
107
  - **๐Ÿ“ Better terminal width detection** - Flex separators and right-alignment now work more reliably when ccstatusline is launched through wrapper processes or nested PTYs.
93
108
  - **๐ŸŽจ Powerline theme continuity** - Built-in Powerline themes can now continue colors cleanly across multiple status lines instead of restarting each line.
94
109
 
110
+ <br />
111
+ <details>
112
+ <summary><b>Older updates (v2.2.6 and earlier)</b></summary>
113
+
95
114
  ### v2.2.0 - v2.2.6 - Speed, widgets, links, and reliability updates
96
115
 
97
116
  - **๐Ÿš€ New Token Speed widgets** - Added three widgets: **Input Speed**, **Output Speed**, and **Total Speed**.
@@ -106,10 +125,6 @@
106
125
  - **๐Ÿ”— Git widget link modes (v2.2.6)** - `Git Branch` can render clickable GitHub branch links, and `Git Root Dir` can render clickable IDE links for VS Code and Cursor.
107
126
  - **๐Ÿค Better subagent-aware speed reporting** - Token speed calculations continue to include referenced subagent activity so displayed speeds better reflect actual concurrent work.
108
127
 
109
- <br />
110
- <details>
111
- <summary><b>Older updates (v2.1.10 and earlier)</b></summary>
112
-
113
128
  ### v2.1.0 - v2.1.10 - Usage widgets, links, new git insertions / deletions widgets, and reliability fixes
114
129
 
115
130
  - **๐Ÿงฉ New Usage widgets (v2.1.0)** - Added **Session Usage**, **Weekly Usage**, **Block Reset Timer**, and **Context Bar** widgets.
@@ -200,7 +215,7 @@
200
215
  ### v2.0.0 - Powerline Support & Enhanced Themes
201
216
  - **โšก Powerline Mode** - Beautiful Powerline-style status lines with arrow separators and customizable caps
202
217
  - **๐ŸŽจ Built-in Themes** - Multiple pre-configured themes that you can copy and customize
203
- - **๐ŸŒˆ Advanced Color Support** - Basic (16), 256-color (with custom ANSI codes), and truecolor (with hex codes) modes
218
+ - **๐ŸŒˆ Advanced Color Support** - Basic (16), 256-color (with custom ANSI codes), and truecolor (with hex codes) modes, plus multi-stop **gradients** (per-widget or spanning the whole line)
204
219
  - **๐Ÿ”— Widget Merging** - Merge multiple widgets together with or without padding for seamless designs
205
220
  - **๐Ÿ“ฆ Easy Installation** - Install directly with `npx` or `bunx` - no global package needed
206
221
  - **๐Ÿ”ค Custom Separators** - Add multiple Powerline separators with custom hex codes for font support