ccstatusline 2.2.17 → 2.2.18
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 +4 -2
- package/dist/ccstatusline.js +1436 -473
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -47,11 +47,13 @@
|
|
|
47
47
|
|
|
48
48
|
## 🆕 Recent Updates
|
|
49
49
|
|
|
50
|
-
### v2.2.14 - v2.2.
|
|
50
|
+
### v2.2.14 - v2.2.18 - 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
|
+
- **💸 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
|
+
- **🔒 Git lock avoidance** - Git helpers now pass `--no-optional-locks` so background status checks avoid creating `index.lock` races.
|
|
55
57
|
|
|
56
58
|
### v2.2.13 - Weekly model usage, voice status, hooks, and docs
|
|
57
59
|
|
|
@@ -210,7 +212,7 @@
|
|
|
210
212
|
|
|
211
213
|
## ✨ Features
|
|
212
214
|
|
|
213
|
-
- **📊 Real-time Metrics** - Display model name, git branch, token usage, per-model weekly usage, voice input state, session duration, compaction count, block timer, and more
|
|
215
|
+
- **📊 Real-time Metrics** - Display model name, git branch, token usage, per-model weekly usage, extra usage limits, voice input state, session duration, compaction count, block timer, and more
|
|
214
216
|
- **🎨 Fully Customizable** - Choose what to display and customize colors for each element
|
|
215
217
|
- **⚡ Powerline Support** - Beautiful Powerline-style rendering with arrow separators, caps, and custom fonts
|
|
216
218
|
- **📐 Multi-line Support** - Configure multiple independent status lines
|