ccstatusline 2.0.6 → 2.0.7

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
@@ -42,6 +42,24 @@
42
42
 
43
43
  ## 🆕 Recent Updates
44
44
 
45
+ ### v2.0.7 - Current Working Directory & Session Cost
46
+
47
+ ![Current Working Directory and Session Cost](https://raw.githubusercontent.com/sirmalloc/ccstatusline/main/screenshots/cwdAndSessionCost.png)
48
+
49
+ - **📁 Current Working Directory** - Display the current working directory with configurable segment display
50
+ - Set the number of path segments to show (e.g., show only last 2 segments: `.../Personal/ccstatusline`)
51
+ - Supports raw value mode for compact display
52
+ - Automatically truncates long paths with ellipsis
53
+ - **💰 Session Cost Widget** - Track your Claude Code session costs (requires Claude Code 1.0.85+)
54
+ - Displays total session cost in USD
55
+ - Supports raw value mode (shows just `$X.YZ` vs `Cost: $X.YZ`)
56
+ - Real-time cost tracking from Claude Code session data
57
+ - Note: Cost may not update properly when using `/resume` (Claude Code limitation)
58
+ - **🐛 Bug Fixes**
59
+ - Fixed Block Timer calculations for accurate time tracking across block boundaries
60
+ - Improved widget editor stability with proper Ctrl+S handling
61
+ - Enhanced cursor display in numeric input fields
62
+
45
63
  ### v2.0.2 - Block Timer Widget
46
64
 
47
65
  ![Block Timer](https://raw.githubusercontent.com/sirmalloc/ccstatusline/main/screenshots/blockTimerSmall.png)