ccstatusline-usage 2.4.3 → 2.4.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 CHANGED
@@ -100,6 +100,16 @@ Session: [████░░░░░░░░░░░] 27.0% | Weekly: [██
100
100
 
101
101
  ## 🆕 Recent Updates
102
102
 
103
+ ### [v2.4.5](https://github.com/pcvelz/ccstatusline-usage/releases/tag/v2.4.5) - Upstream sync (both widget sets working) + context-bar zero fallback
104
+
105
+ - [sirmalloc/ccstatusline](https://github.com/sirmalloc/ccstatusline): **Upstream sync** — 18 commits merged through 2.2.19: Windows npm shim fix, Remote Control status widget, weekly-reset weekday display mode, `CCSTATUSLINE_WIDTH` override, git lock avoidance (`--no-optional-locks`) + persistent git cache, older-git compatibility, and npm provenance attestations.
106
+ - [pcvelz/ccstatusline-usage](https://github.com/pcvelz/ccstatusline-usage): **Hybrid usage retrieval — both widget sets work** — Adopted upstream's declarative usage-prefetch pipeline (`getMissingFetchFields`/`mergeUsageData`) while keeping the fork's `resolveProvider()` fetch seam. Upstream's new Extra Usage Utilization / Extra Usage Remaining widgets now populate generically, and all existing fork widgets (Session, Weekly, Reset Timer, Context Bar, Weekly Pace, per-model Sonnet/Opus) keep working. The fork's usage-prefetch shrank from a parallel implementation to a single provider seam.
107
+ - [pcvelz/ccstatusline-usage](https://github.com/pcvelz/ccstatusline-usage): **Context bar zero-usage fallback** — When Claude Code reports all-zero token usage mid-turn (common with local models before token accounting flushes), the Context Bar now falls back to transcript-based metrics instead of flashing `0k/200k`. Applied in both `getContextWindowMetrics` and `ContextBarWidget`. Default bar width nudged 15 → 16.
108
+
109
+ ### [v2.4.4](https://github.com/pcvelz/ccstatusline-usage/releases/tag/v2.4.4) - Session extra usage dollar amount fix
110
+
111
+ - [pcvelz/ccstatusline-usage](https://github.com/pcvelz/ccstatusline-usage): **Session widget shows extra usage amounts** — When session hits 100% and extra usage is active (weekly still below 100%), the split bar now renders the actual dollar amount (`$0.97/$419.00`) instead of falling back to `100.0%`. The `SessionUsageWidget` was already drawing the split bar but wasn't passing `extraUsed`/`extraLimit` to `formatSplitUsageBar`; this fix completes the conditional chain so the amount always appears alongside the overdraft indicator.
112
+
103
113
  ### [v2.4.3](https://github.com/pcvelz/ccstatusline-usage/releases/tag/v2.4.3) - Off Hours for Weekly Pace
104
114
 
105
115
  - [pcvelz/ccstatusline-usage](https://github.com/pcvelz/ccstatusline-usage): **Off Hours configuration for Weekly Pace** — Optional recurring window (e.g. `22:00 → 07:00`) that Weekly Pace subtracts from both sides of its expected-% calculation, so the delta doesn't drift negative while you sleep. Wall-clock `dayOfWeek` still tracks calendar (D4/7 = Wednesday regardless of off-hours state). New TUI menu: `(e)` toggle, `(s)` / `(n)` edit start/end, `(r)` reset. Off by default — existing configs parse unchanged. Thanks to @BenIsLegit ([#4](https://github.com/pcvelz/ccstatusline-usage/pull/4)).
@@ -407,7 +417,7 @@ Session: [████░░░░░░░░░░░] 27.0% | Weekly: [██
407
417
 
408
418
  ## ✨ Features
409
419
 
410
- - **📊 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
420
+ - **📊 Real-time Metrics** - Display model name, git branch, token usage, per-model weekly usage, extra usage limits, voice input state, session duration, compaction count, block timer, and more
411
421
  - **📈 API Usage Tracking** - Real-time 5-hour session and weekly utilization from Anthropic API with progress bars
412
422
  - **⏱️ Reset Timer** - Countdown to when your 5-hour session window resets
413
423
  - **🎨 Fully Customizable** - Choose what to display and customize colors for each element