@owloops/claude-powerline 1.23.0 → 1.23.2
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 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -114,9 +114,9 @@ Requires Node.js 18+, Claude Code, and Git 2.0+. For best display, install a [Ne
|
|
|
114
114
|
The interactive wizard walks you through theme, style, font, segment, and budget selection.
|
|
115
115
|
|
|
116
116
|
```bash
|
|
117
|
-
# run inside Claude Code
|
|
118
|
-
/plugin marketplace add Owloops/claude-powerline
|
|
119
|
-
/plugin install
|
|
117
|
+
# run inside Claude Code, one at a time
|
|
118
|
+
/plugin marketplace add Owloops/claude-powerline
|
|
119
|
+
/plugin install claude-powerline@claude-powerline
|
|
120
120
|
/powerline
|
|
121
121
|
```
|
|
122
122
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@owloops/claude-powerline",
|
|
3
|
-
"version": "1.23.
|
|
3
|
+
"version": "1.23.2",
|
|
4
4
|
"description": "Beautiful vim-style powerline statusline for Claude Code with real-time usage tracking, git integration, and custom themes",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.mjs",
|