@owloops/claude-powerline 1.23.1 → 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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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 (pick one install method)
118
- /plugin marketplace add Owloops/claude-powerline # from GitHub
119
- /plugin install @owloops/claude-powerline@claude-powerline # or from npm
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.1",
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",