@owloops/claude-powerline 1.1.8 → 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 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -182,6 +182,9 @@ Configuration priority (top overrides bottom):
|
|
|
182
182
|
- `~/.config/claude-powerline/config.json` (XDG)
|
|
183
183
|
4. Default values
|
|
184
184
|
|
|
185
|
+
> [!NOTE]
|
|
186
|
+
> Config files are reloaded automatically when changed - no need to restart Claude Code.
|
|
187
|
+
|
|
185
188
|
### Enable Additional Segments
|
|
186
189
|
|
|
187
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",
|