ccstatusline 2.2.13 → 2.2.14

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,6 +47,11 @@
47
47
 
48
48
  ## 🆕 Recent Updates
49
49
 
50
+ ### v2.2.14 - Version pinning
51
+
52
+ - **📌 Version pinning support** - Added support for pinned global installs so Claude Code can keep running a specific ccstatusline version.
53
+ - **🔄 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.
54
+
50
55
  ### v2.2.13 - Weekly model usage, voice status, hooks, and docs
51
56
 
52
57
  - **📊 Weekly Sonnet/Opus usage widgets** - Added separate weekly usage widgets for Sonnet and Opus API buckets, matching Claude Code's `/usage` model split.
@@ -238,6 +243,8 @@ npx -y ccstatusline@latest
238
243
  bunx -y ccstatusline@latest
239
244
  ```
240
245
 
246
+ Both commands launch the same TUI. During the initial setup flow, choose **Pinned global install** if you want Claude Code to stay on the ccstatusline version you are running instead of following `@latest`; the TUI will install that version globally with npm or Bun and write the pinned `ccstatusline` command to Claude Code settings. After a pinned install, you can run `ccstatusline` directly to launch the TUI in the future.
247
+
241
248
  <br />
242
249
  <details>
243
250
  <summary><b>Configure ccstatusline</b></summary>
@@ -288,6 +295,8 @@ Other supported command values are:
288
295
  - `bunx -y ccstatusline@latest`
289
296
  - `ccstatusline` (for self-managed/global installs)
290
297
 
298
+ For pinned installs, launch the TUI with `npx -y ccstatusline@latest` or `bunx -y ccstatusline@latest`, then choose **Pinned global install**. The TUI pins the active version by installing it globally and writing `"command": "ccstatusline"` to `settings.json`; afterward, you can run `ccstatusline` directly to open the TUI.
299
+
291
300
  </details>
292
301
 
293
302
  ## 🤝 Contributing