ccstatusline 2.2.19 โ 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 +15 -5
- package/dist/ccstatusline.js +1052 -82
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -47,6 +47,16 @@
|
|
|
47
47
|
|
|
48
48
|
## ๐ Recent Updates
|
|
49
49
|
|
|
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
|
+
|
|
50
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.
|
|
@@ -97,6 +107,10 @@
|
|
|
97
107
|
- **๐ Better terminal width detection** - Flex separators and right-alignment now work more reliably when ccstatusline is launched through wrapper processes or nested PTYs.
|
|
98
108
|
- **๐จ Powerline theme continuity** - Built-in Powerline themes can now continue colors cleanly across multiple status lines instead of restarting each line.
|
|
99
109
|
|
|
110
|
+
<br />
|
|
111
|
+
<details>
|
|
112
|
+
<summary><b>Older updates (v2.2.6 and earlier)</b></summary>
|
|
113
|
+
|
|
100
114
|
### v2.2.0 - v2.2.6 - Speed, widgets, links, and reliability updates
|
|
101
115
|
|
|
102
116
|
- **๐ New Token Speed widgets** - Added three widgets: **Input Speed**, **Output Speed**, and **Total Speed**.
|
|
@@ -111,10 +125,6 @@
|
|
|
111
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.
|
|
112
126
|
- **๐ค Better subagent-aware speed reporting** - Token speed calculations continue to include referenced subagent activity so displayed speeds better reflect actual concurrent work.
|
|
113
127
|
|
|
114
|
-
<br />
|
|
115
|
-
<details>
|
|
116
|
-
<summary><b>Older updates (v2.1.10 and earlier)</b></summary>
|
|
117
|
-
|
|
118
128
|
### v2.1.0 - v2.1.10 - Usage widgets, links, new git insertions / deletions widgets, and reliability fixes
|
|
119
129
|
|
|
120
130
|
- **๐งฉ New Usage widgets (v2.1.0)** - Added **Session Usage**, **Weekly Usage**, **Block Reset Timer**, and **Context Bar** widgets.
|
|
@@ -205,7 +215,7 @@
|
|
|
205
215
|
### v2.0.0 - Powerline Support & Enhanced Themes
|
|
206
216
|
- **โก Powerline Mode** - Beautiful Powerline-style status lines with arrow separators and customizable caps
|
|
207
217
|
- **๐จ Built-in Themes** - Multiple pre-configured themes that you can copy and customize
|
|
208
|
-
- **๐ 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)
|
|
209
219
|
- **๐ Widget Merging** - Merge multiple widgets together with or without padding for seamless designs
|
|
210
220
|
- **๐ฆ Easy Installation** - Install directly with `npx` or `bunx` - no global package needed
|
|
211
221
|
- **๐ค Custom Separators** - Add multiple Powerline separators with custom hex codes for font support
|