ccstatusline-usage 2.0.44 → 2.0.46
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 +16 -5
- package/dist/ccstatusline.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -65,11 +65,14 @@ These widgets are enabled by default. Just install and run!
|
|
|
65
65
|
|
|
66
66
|
## 🆕 Recent Updates
|
|
67
67
|
|
|
68
|
-
### [v2.0.
|
|
68
|
+
### [v2.0.46](https://github.com/pcvelz/ccstatusline-usage/releases/tag/v2.0.46) - Upstream sync
|
|
69
69
|
|
|
70
|
-
-
|
|
70
|
+
- Merged 101 upstream commits: line reorder move mode, Claude Session ID widget, `CLAUDE_CONFIG_DIR` support, Windows fixes, Block Timer fixes, model string/object handling fix, and more
|
|
71
|
+
|
|
72
|
+
### [v2.0.45](https://github.com/pcvelz/ccstatusline-usage/releases/tag/v2.0.45) - Extra usage spending display
|
|
73
|
+
|
|
74
|
+
- Extra usage spending display in Reset Timer widget (e.g. `Extra: €41.24/€47.00`)
|
|
71
75
|
- Auto-detect currency from timezone (Europe/* = €, else $)
|
|
72
|
-
- Updated README release notes
|
|
73
76
|
|
|
74
77
|
### [v2.0.42](https://github.com/pcvelz/ccstatusline-usage/releases/tag/v2.0.42) - Fix reset timer API field
|
|
75
78
|
|
|
@@ -146,6 +149,8 @@ These widgets are enabled by default. Just install and run!
|
|
|
146
149
|
|
|
147
150
|
---
|
|
148
151
|
|
|
152
|
+
</div>
|
|
153
|
+
|
|
149
154
|
## ✨ Features
|
|
150
155
|
|
|
151
156
|
- **📊 Real-time Metrics** - Display model name, git branch, token usage, session duration, block timer, and more
|
|
@@ -426,7 +431,7 @@ These settings affect where long lines are truncated, and where right-alignment
|
|
|
426
431
|
|
|
427
432
|
Configure global formatting preferences that apply to all widgets:
|
|
428
433
|
|
|
429
|
-

|
|
434
|
+

|
|
430
435
|
|
|
431
436
|
#### Default Padding & Separators
|
|
432
437
|
- **Default Padding** - Add consistent padding to the left and right of each widget
|
|
@@ -458,7 +463,7 @@ Configure global formatting preferences that apply to all widgets:
|
|
|
458
463
|
|
|
459
464
|
The Block Timer widget helps you track your progress through Claude Code's 5-hour conversation blocks:
|
|
460
465
|
|
|
461
|
-

|
|
466
|
+

|
|
462
467
|
|
|
463
468
|
**Display Modes:**
|
|
464
469
|
- **Time Display** - Shows elapsed time as "3hr 45m" (default)
|
|
@@ -650,6 +655,7 @@ jq 'del(.statusLine)' ~/.claude/settings.json > /tmp/cs.json && cat /tmp/cs.json
|
|
|
650
655
|
|
|
651
656
|
---
|
|
652
657
|
|
|
658
|
+
|
|
653
659
|
## 📄 License
|
|
654
660
|
|
|
655
661
|
[MIT](LICENSE) © Matthew Breedlove
|
|
@@ -662,6 +668,11 @@ jq 'del(.statusLine)' ~/.claude/settings.json > /tmp/cs.json && cat /tmp/cs.json
|
|
|
662
668
|
|
|
663
669
|
- GitHub: [@sirmalloc](https://github.com/sirmalloc)
|
|
664
670
|
|
|
671
|
+
**PC van Velzen** ([pcvelz/ccstatusline-usage](https://github.com/pcvelz/ccstatusline-usage) fork)
|
|
672
|
+
|
|
673
|
+
- GitHub: [@pcvelz](https://github.com/pcvelz)
|
|
674
|
+
|
|
675
|
+
|
|
665
676
|
---
|
|
666
677
|
|
|
667
678
|
## 🔗 Related Projects
|
package/dist/ccstatusline.js
CHANGED
|
@@ -51450,7 +51450,7 @@ import { execSync as execSync3 } from "child_process";
|
|
|
51450
51450
|
import * as fs5 from "fs";
|
|
51451
51451
|
import * as path4 from "path";
|
|
51452
51452
|
var __dirname = "/Users/peter/Documents/Code/ccstatusline-usage/src/utils";
|
|
51453
|
-
var PACKAGE_VERSION = "2.0.
|
|
51453
|
+
var PACKAGE_VERSION = "2.0.46";
|
|
51454
51454
|
function getPackageVersion() {
|
|
51455
51455
|
if (/^\d+\.\d+\.\d+/.test(PACKAGE_VERSION)) {
|
|
51456
51456
|
return PACKAGE_VERSION;
|