ccstatusline 2.1.3 → 2.1.5
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 +5 -1
- package/dist/ccstatusline.js +496 -613
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -46,12 +46,14 @@
|
|
|
46
46
|
|
|
47
47
|
## 🆕 Recent Updates
|
|
48
48
|
|
|
49
|
-
### v2.1.0 - v2.1.
|
|
49
|
+
### v2.1.0 - v2.1.4 - Usage widgets, links, new git insertions / deletions widgets, and reliability fixes
|
|
50
50
|
|
|
51
51
|
- **🧩 New Usage widgets (v2.1.0)** - Added **Session Usage**, **Weekly Usage**, **Reset Timer**, and **Context Bar** widgets.
|
|
52
52
|
- **📊 More accurate counts (v2.1.0)** - Usage/context widgets now use new statusline JSON metrics when available for more accurate token and context counts.
|
|
53
53
|
- **🪟 Windows empty file bug fix (v2.1.1)** - Fixed a Windows issue that could create an empty `c:\dev\null` file.
|
|
54
54
|
- **🔗 New Link widget (v2.1.3)** - Added a new **Link** widget with clickable OSC8 rendering, preview parity, and raw mode support.
|
|
55
|
+
- **➕ New Git Insertions widget (v2.1.4)** - Added a dedicated Git widget that shows only uncommitted insertions (e.g., `+42`).
|
|
56
|
+
- **➖ New Git Deletions widget (v2.1.4)** - Added a dedicated Git widget that shows only uncommitted deletions (e.g., `-10`).
|
|
55
57
|
|
|
56
58
|
### v2.0.26 - v2.0.29 - Performance, git internals, and workflow improvements
|
|
57
59
|
|
|
@@ -412,6 +414,8 @@ bun run example
|
|
|
412
414
|
- **Model Name** - Shows the current Claude model (e.g., "Claude 3.5 Sonnet")
|
|
413
415
|
- **Git Branch** - Displays current git branch name
|
|
414
416
|
- **Git Changes** - Shows uncommitted insertions/deletions (e.g., "+42,-10")
|
|
417
|
+
- **Git Insertions** - Shows uncommitted insertions only (e.g., "+42")
|
|
418
|
+
- **Git Deletions** - Shows uncommitted deletions only (e.g., "-10")
|
|
415
419
|
- **Git Root Dir** - Shows the git repository root directory name
|
|
416
420
|
- **Git Worktree** - Shows the name of the current git worktree
|
|
417
421
|
- **Session Clock** - Shows elapsed time since session start (e.g., "2hr 15m")
|