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.
- package/README.md +10 -4
- package/dist/ccstatusline.js +2780 -1170
- 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,
|
|
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
|
-
-
|
|
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
|
|
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
|