ccstatusline 2.2.18 → 2.2.19
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 +6 -1
- package/dist/ccstatusline.js +678 -342
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -47,13 +47,18 @@
|
|
|
47
47
|
|
|
48
48
|
## 🆕 Recent Updates
|
|
49
49
|
|
|
50
|
-
### v2.2.14 - v2.2.
|
|
50
|
+
### v2.2.14 - v2.2.19 - Version pinning, npm provenance, usage overage widgets, and Git lock avoidance
|
|
51
51
|
|
|
52
52
|
- **📌 Version pinning support** - Added support for pinned global installs so Claude Code can keep running a specific ccstatusline version.
|
|
53
53
|
- **🔐 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
54
|
- **🔄 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
55
|
- **💸 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
56
|
- **🔒 Git lock avoidance** - Git helpers now pass `--no-optional-locks` so background status checks avoid creating `index.lock` races.
|
|
57
|
+
- **🧱 Older Git compatibility** - Git widgets avoid newer command forms so repository status works on older Git installations.
|
|
58
|
+
- **⚡ 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.
|
|
59
|
+
- **🧭 Install flow polish** - Pinned global install is now the default install option, with clearer wording for install and migration flows.
|
|
60
|
+
- **🪟 Hidden helper processes** - Runtime child processes set `windowsHide` so helper commands do not open extra windows on Windows.
|
|
61
|
+
- **📏 Terminal width override** - `CCSTATUSLINE_WIDTH` can provide an explicit terminal width when automatic probing is unavailable.
|
|
57
62
|
|
|
58
63
|
### v2.2.13 - Weekly model usage, voice status, hooks, and docs
|
|
59
64
|
|