cctally 1.19.0 → 1.20.0

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.
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env bash
2
+ # cctally-statusline — thin wrapper. Mirrors bin/cctally-<cmd> siblings.
3
+ exec "$(dirname "$0")/cctally" statusline "$@"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cctally",
3
- "version": "1.19.0",
3
+ "version": "1.20.0",
4
4
  "description": "Claude Code usage tracker and local dashboard for Pro/Max subscription limits - weekly cost-per-percent trend, quota forecasts, threshold alerts. ccusage-compatible.",
5
5
  "homepage": "https://github.com/omrikais/cctally",
6
6
  "repository": {
@@ -44,6 +44,7 @@
44
44
  "bin/_lib_semver.py",
45
45
  "bin/_lib_share.py",
46
46
  "bin/_lib_share_templates.py",
47
+ "bin/_lib_statusline.py",
47
48
  "bin/_lib_subscription_weeks.py",
48
49
  "bin/_lib_view_models.py",
49
50
  "bin/cctally",
@@ -57,6 +58,7 @@
57
58
  "bin/cctally-npm-shim.js",
58
59
  "bin/cctally-project",
59
60
  "bin/cctally-refresh-usage",
61
+ "bin/cctally-statusline",
60
62
  "bin/cctally-sync-week",
61
63
  "bin/cctally-tui",
62
64
  "bin/cctally-update",