ccstatusline 2.2.9 โ†’ 2.2.11

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.
Files changed (3) hide show
  1. package/README.md +10 -4
  2. package/dist/ccstatusline.js +2780 -1170
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -47,15 +47,21 @@
47
47
 
48
48
  ## ๐Ÿ†• Recent Updates
49
49
 
50
- ### v2.2.9 - GitLab support, refresh intervals, and TUI polish
50
+ ### v2.2.9 - v2.2.11 - GitLab support, reset timers, context, compaction, and git widgets
51
51
 
52
52
  - **๐ŸฆŠ 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.
53
53
  - **๐Ÿ”„ Status line refresh interval** - Installed configs can set Claude Code's `statusLine.refreshInterval` from the TUI when Claude Code >=2.1.97 supports it.
54
54
  - **๐Ÿงญ Wrap-around TUI navigation** - Menu/list navigation and move/reorder modes now wrap at the first and last items.
55
55
  - **๐Ÿ“‹ Clone widget shortcut** - Press `k` in the item editor to duplicate the selected widget, with fresh Powerline background color for cloned Powerline items.
56
- - **๐Ÿง  Thinking Effort updates** - Added `xhigh`, show `default` when no effort is set, and mark unknown future effort levels with `?`.
56
+ - **๐Ÿ“Š Short bar display modes** - Context percentage, Context Bar, Session Usage, Weekly Usage, Block Timer, and reset timer widgets can use compact bar variants.
57
+ - **๐Ÿ•’ Reset timer timestamps** - Block and Weekly Reset Timer widgets can show exact reset timestamps with compact formatting, 12/24-hour display, IANA time zones, and locale selection.
58
+ - **๐ŸชŸ Context Window widget** - Added a `Context Window` widget for total model window size, keeping `Context Length` focused on current context usage.
59
+ - **๐Ÿ” Compaction Counter widget** - Added a `Compaction Counter` widget that tracks session context compactions, with icon/text/number formats, optional Nerd Font icon, and hide-when-zero behavior.
60
+ - **๐Ÿงฎ Git file status widgets** - Added `Git Staged Files`, `Git Unstaged Files`, `Git Untracked Files`, and `Git Clean Status` for file counts and clean/dirty state.
61
+ - **๐Ÿง  Thinking Effort updates** - Added `xhigh`, show `default` when no effort is set, mark unknown future effort levels with `?`, and track live status JSON plus `/effort` command changes.
57
62
  - **๐Ÿงฎ More accurate token counts** - Streaming duplicate JSONL entries are deduped so token widgets do not overcount live Claude Code output.
58
- - **๐Ÿท๏ธ Cleaner model display** - The Model widget strips trailing context suffixes like `(1M context)`; use Context Length when you want the window size shown.
63
+ - **๐Ÿท๏ธ Cleaner model display** - The Model widget strips trailing context suffixes like `(1M context)`; use `Context Window` when you want the total window size shown.
64
+ - **๐Ÿงน Cleaner empty-widget separators** - Manual separators now collapse around widgets that render empty, avoiding dangling separators when hide-when-empty widgets disappear.
59
65
  - **๐Ÿงฑ More resilient Git helpers** - Git widgets handle missing or unusual git command output more defensively.
60
66
 
61
67
  ### v2.2.8 - Git widgets, smarter picker search, and minimalist mode
@@ -188,7 +194,7 @@
188
194
 
189
195
  ## โœจ Features
190
196
 
191
- - **๐Ÿ“Š Real-time Metrics** - Display model name, git branch, token usage, session duration, block timer, and more
197
+ - **๐Ÿ“Š Real-time Metrics** - Display model name, git branch, token usage, session duration, compaction count, block timer, and more
192
198
  - **๐ŸŽจ Fully Customizable** - Choose what to display and customize colors for each element
193
199
  - **โšก Powerline Support** - Beautiful Powerline-style rendering with arrow separators, caps, and custom fonts
194
200
  - **๐Ÿ“ Multi-line Support** - Configure multiple independent status lines