ccstatusline 2.2.26 → 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,10 @@
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
+
50
54
  ### v2.2.25 - v2.2.26 - Fable usage, migrated usage API support, compaction accuracy, and rendering reliability
51
55
 
52
56
  - **🪄 Weekly Fable usage** - Added a `Weekly Fable Usage` widget with percentage, progress-bar, remaining-mode, and time-cursor controls.
@@ -273,6 +277,7 @@
273
277
  - **🖥️ Interactive TUI** - Built-in configuration interface using React/Ink
274
278
  - **🔎 Fast Widget Picker** - Add/change widgets by category with search and ranked matching
275
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
276
281
  - **🚀 Cross-platform** - Works seamlessly with both Bun and Node.js
277
282
  - **🔧 Flexible Configuration** - Supports custom Claude Code config directory via `CLAUDE_CONFIG_DIR` environment variable
278
283
  - **📏 Smart Width Detection** - Automatically adapts to terminal width with flex separators
@@ -313,6 +318,7 @@ The interactive configuration tool provides a terminal UI where you can:
313
318
  - Configure flex separator behavior
314
319
  - Configure Claude Code status line refresh interval when supported
315
320
  - Edit custom text widgets
321
+ - Export JSON backups and preview imported configs before replacing or merging settings
316
322
  - Install/uninstall to Claude Code settings
317
323
  - Preview your status line in real-time
318
324