@owloops/claude-powerline 1.5.5 → 1.5.6
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
|
@@ -199,6 +199,9 @@ Create config file:
|
|
|
199
199
|
curl -o ~/.claude/claude-powerline.json https://raw.githubusercontent.com/Owloops/claude-powerline/main/.claude-powerline.json
|
|
200
200
|
```
|
|
201
201
|
|
|
202
|
+
> [!IMPORTANT]
|
|
203
|
+
> The example configuration showcases all available segments and features of the powerline.
|
|
204
|
+
|
|
202
205
|
Configuration priority (top overrides bottom):
|
|
203
206
|
|
|
204
207
|
1. CLI arguments (`--theme`, `--style`, `--usage`, `--session-budget`, `--config`)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@owloops/claude-powerline",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.6",
|
|
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",
|