ccstatusline 2.2.25 โ†’ 2.2.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 CHANGED
@@ -47,6 +47,18 @@
47
47
 
48
48
  ## ๐Ÿ†• Recent Updates
49
49
 
50
+ ### v2.2.27 - Portable configuration import and export
51
+
52
+ - **๐Ÿ“ฆ Config import/export** - Export the current TUI configuration to JSON, validate and preview imports, then replace all settings or merge only supplied fields while preserving local installation metadata and leaving the result unsaved for review.
53
+
54
+ ### v2.2.25 - v2.2.26 - Fable usage, migrated usage API support, compaction accuracy, and rendering reliability
55
+
56
+ - **๐Ÿช„ Weekly Fable usage** - Added a `Weekly Fable Usage` widget with percentage, progress-bar, remaining-mode, and time-cursor controls.
57
+ - **๐Ÿ“Š Reshaped usage API support** - Session and all-model weekly usage can fall back to the newer `limits[]` response, while Sonnet, Opus, and Fable weekly widgets read authoritative `weekly_scoped` entries so migrated accounts do not show stale or frozen values.
58
+ - **๐Ÿง  Correct post-compaction context** - Context length and percentage widgets reset immediately from `compact_boundary.postTokens` after `/compact`, then switch to the first new turn instead of retaining the pre-compaction size.
59
+ - **๐Ÿงน Reliable hidden-widget separators** - Manual separators now look past widgets that render empty, preserve the intended visible boundary, and inherit colors from the actual preceding visible widget.
60
+ - **โšก Non-blocking Git PR/CI refreshes** - Git PR and CI widgets render from a versioned disk cache while stale data refreshes in the background, preventing slow `gh` calls from blocking the status line.
61
+
50
62
  ### v2.2.22 - v2.2.24 - Powerline flex mode, cache/CI/sandbox visibility, layout controls, composable metrics, and safer config
51
63
 
52
64
  ![Powerline Flex Mode](https://raw.githubusercontent.com/sirmalloc/ccstatusline/main/screenshots/powerline-flex.png)
@@ -258,13 +270,14 @@
258
270
 
259
271
  ## โœจ Features
260
272
 
261
- - **๐Ÿ“Š 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
273
+ - **๐Ÿ“Š Real-time Metrics** - Display model name, git branch, token usage, Sonnet/Opus/Fable weekly usage, extra usage limits, voice input state, session duration, compaction count, block timer, and more
262
274
  - **๐ŸŽจ Fully Customizable** - Choose what to display and customize colors for each element
263
275
  - **โšก Powerline Support** - Beautiful Powerline-style rendering with arrow separators, caps, and custom fonts
264
276
  - **๐Ÿ“ Multi-line Support** - Configure multiple independent status lines
265
277
  - **๐Ÿ–ฅ๏ธ Interactive TUI** - Built-in configuration interface using React/Ink
266
278
  - **๐Ÿ”Ž Fast Widget Picker** - Add/change widgets by category with search and ranked matching
267
279
  - **โš™๏ธ Global Options** - Apply consistent formatting across all widgets (padding, separators, bold, minimalist mode, and color overrides)
280
+ - **๐Ÿ“ฆ Portable Configurations** - Export settings to JSON and preview replace-or-merge imports for backups and sharing
268
281
  - **๐Ÿš€ Cross-platform** - Works seamlessly with both Bun and Node.js
269
282
  - **๐Ÿ”ง Flexible Configuration** - Supports custom Claude Code config directory via `CLAUDE_CONFIG_DIR` environment variable
270
283
  - **๐Ÿ“ Smart Width Detection** - Automatically adapts to terminal width with flex separators
@@ -305,6 +318,7 @@ The interactive configuration tool provides a terminal UI where you can:
305
318
  - Configure flex separator behavior
306
319
  - Configure Claude Code status line refresh interval when supported
307
320
  - Edit custom text widgets
321
+ - Export JSON backups and preview imported configs before replacing or merging settings
308
322
  - Install/uninstall to Claude Code settings
309
323
  - Preview your status line in real-time
310
324