@owloops/claude-powerline 1.1.7 → 1.1.9
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 +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -158,8 +158,6 @@ claude-powerline --usage=breakdown
|
|
|
158
158
|
claude-powerline --daily-budget=50
|
|
159
159
|
```
|
|
160
160
|
|
|
161
|
-
- **breakdown**: Show detailed token breakdown (`1.2Kin + 0.8Kout + 1.5Kcached`)
|
|
162
|
-
|
|
163
161
|
### Status Indicators
|
|
164
162
|
|
|
165
163
|
- **Git**: `✓` Clean, `●` Dirty, `⚠` Conflicts, `↑3` Ahead, `↓2` Behind remote
|
|
@@ -184,6 +182,9 @@ Configuration priority (top overrides bottom):
|
|
|
184
182
|
- `~/.config/claude-powerline/config.json` (XDG)
|
|
185
183
|
4. Default values
|
|
186
184
|
|
|
185
|
+
> [!NOTE]
|
|
186
|
+
> Config files are reloaded automatically when changed - no need to restart Claude Code.
|
|
187
|
+
|
|
187
188
|
### Enable Additional Segments
|
|
188
189
|
|
|
189
190
|
```json
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@owloops/claude-powerline",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.9",
|
|
4
4
|
"description": "Beautiful vim-style powerline statusline for Claude Code with real-time cost tracking, git integration, and custom themes",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|