ccstatusline 2.2.12 → 2.2.13
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 +9 -1
- package/dist/ccstatusline.js +1436 -258
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -47,6 +47,13 @@
|
|
|
47
47
|
|
|
48
48
|
## 🆕 Recent Updates
|
|
49
49
|
|
|
50
|
+
### v2.2.13 - Weekly model usage, voice status, hooks, and docs
|
|
51
|
+
|
|
52
|
+
- **📊 Weekly Sonnet/Opus usage widgets** - Added separate weekly usage widgets for Sonnet and Opus API buckets, matching Claude Code's `/usage` model split.
|
|
53
|
+
- **🎤 Voice Status widget** - Added a widget that shows whether Claude Code voice input is enabled, with icon, text, word, and optional Nerd Font display modes.
|
|
54
|
+
- **📉 Timer short bars** - Block Timer, Block Reset Timer, and Weekly Reset Timer now support compact short-bar progress displays.
|
|
55
|
+
- **🔕 Quieter hook output** - Hook handling now suppresses no-op JSON output so non-status updates stay silent.
|
|
56
|
+
|
|
50
57
|
### v2.2.9 - v2.2.12 - GitLab support, reset timers, context, compaction, and git widgets
|
|
51
58
|
|
|
52
59
|
- **🦊 GitLab PR/MR support** - `Git Branch` and `Git PR/MR` now support GitHub, GitLab, and compatible self-hosted remotes, using `gh` or `glab` as appropriate.
|
|
@@ -197,7 +204,7 @@
|
|
|
197
204
|
|
|
198
205
|
## ✨ Features
|
|
199
206
|
|
|
200
|
-
- **📊 Real-time Metrics** - Display model name, git branch, token usage, session duration, compaction count, block timer, and more
|
|
207
|
+
- **📊 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
|
|
201
208
|
- **🎨 Fully Customizable** - Choose what to display and customize colors for each element
|
|
202
209
|
- **⚡ Powerline Support** - Beautiful Powerline-style rendering with arrow separators, caps, and custom fonts
|
|
203
210
|
- **📐 Multi-line Support** - Configure multiple independent status lines
|
|
@@ -318,6 +325,7 @@ If ccstatusline is useful to you, consider buying me a coffee:
|
|
|
318
325
|
- [tweakcc](https://github.com/Piebald-AI/tweakcc) - Customize Claude Code themes, thinking verbs, and more.
|
|
319
326
|
- [ccusage](https://github.com/ryoppippi/ccusage) - Track and display Claude Code usage metrics.
|
|
320
327
|
- [codachi](https://github.com/vincent-k2026/codachi) - A tamagotchi-style statusline pet that grows with your context window.
|
|
328
|
+
- [AIWatch](https://ai-watch.dev) - Live status monitor for 30+ AI APIs and apps; pairs with a Custom Command widget to surface provider outages in your status line.
|
|
321
329
|
|
|
322
330
|
|
|
323
331
|
## 🙏 Acknowledgments
|