ccstatusline 2.0.25 → 2.0.27
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 +14 -0
- package/dist/ccstatusline.js +823 -121
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -46,6 +46,19 @@
|
|
|
46
46
|
|
|
47
47
|
## 🆕 Recent Updates
|
|
48
48
|
|
|
49
|
+
### v2.0.27 - Git Root Dir widget and raw-mode editor guardrails
|
|
50
|
+
|
|
51
|
+
- **📁 Git Root Dir widget** - Added a new Git widget that shows the repository root directory name.
|
|
52
|
+
|
|
53
|
+
### v2.0.26 - Session naming, CWD options, and TUI workflow improvements
|
|
54
|
+
|
|
55
|
+
- **🏷️ Session Name widget** - Added a new widget that shows the current Claude Code session name from `/rename`.
|
|
56
|
+
- **🏠 Current Working Directory home abbreviation** - Added a `~` abbreviation option for CWD display in both preview and live rendering.
|
|
57
|
+
- **🧠 Context model suffix fix** - Context widgets now recognize the `[1m]` suffix across models, not just a single model path.
|
|
58
|
+
- **🧭 Widget picker UX updates** - Improved widget discovery/navigation and added clearer, safer clear-line behavior.
|
|
59
|
+
- **⌨️ TUI editor input fix** - Prevented shortcut/input leakage into widget editor flows.
|
|
60
|
+
- **📄 Repo docs update** - Migrated guidance from `CLAUDE.md` to `AGENTS.md` (with symlink compatibility).
|
|
61
|
+
|
|
49
62
|
### v2.0.16 - Add fish style path abbreviation toggle to Current Working Directory widget
|
|
50
63
|
|
|
51
64
|
### v2.0.15 - Block Timer calculation fixes
|
|
@@ -355,6 +368,7 @@ Once configured, ccstatusline automatically formats your Claude Code status line
|
|
|
355
368
|
- **Git Worktree** - Shows the name of the current git worktree
|
|
356
369
|
- **Session Clock** - Shows elapsed time since session start (e.g., "2hr 15m")
|
|
357
370
|
- **Session Cost** - Shows total session cost in USD (e.g., "$1.23")
|
|
371
|
+
- **Session Name** - Shows the session name set via `/rename` command in Claude Code
|
|
358
372
|
- **Block Timer** - Shows time elapsed in current 5-hour block or progress bar
|
|
359
373
|
- **Current Working Directory** - Shows current working directory with configurable path segments
|
|
360
374
|
- **Version** - Shows Claude Code version
|