@owloops/claude-powerline 1.23.3 → 1.23.4

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 +0 -53
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -52,59 +52,6 @@ _Live demonstration: real-time usage tracking, git integration, and theme showca
52
52
  </table>
53
53
  </div>
54
54
 
55
- ## Features
56
-
57
- <table>
58
- <tr>
59
- <td width="50%">
60
-
61
- **Real-time usage tracking**
62
-
63
- Monitor session costs, 5-hour billing windows, and daily budgets with percentage alerts.
64
-
65
- </td>
66
- <td width="50%">
67
-
68
- **Git integration**
69
-
70
- Branch status, commits ahead/behind, working tree changes, and repository info at a glance.
71
-
72
- </td>
73
- </tr>
74
- <tr>
75
- <td width="50%">
76
-
77
- **6 built-in themes**
78
-
79
- Dark, light, nord, tokyo-night, rose-pine, and gruvbox themes with full custom color support.
80
-
81
- </td>
82
- <td width="50%">
83
-
84
- **Multiple styles**
85
-
86
- Minimal, powerline, capsule, and TUI panel display with unicode or ASCII character sets.
87
-
88
- </td>
89
- </tr>
90
- <tr>
91
- <td width="50%">
92
-
93
- **Auto-wrap layout**
94
-
95
- Segments automatically wrap to new lines based on terminal width. No more cutoff.
96
-
97
- </td>
98
- <td width="50%">
99
-
100
- **Zero dependencies**
101
-
102
- Lightweight and fast with no external dependencies to install.
103
-
104
- </td>
105
- </tr>
106
- </table>
107
-
108
55
  ## Installation
109
56
 
110
57
  Requires Node.js 18+, Claude Code, and Git 2.0+. For best display, install a [Nerd Font](https://www.nerdfonts.com/) or use `--charset=text` for ASCII-only symbols.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@owloops/claude-powerline",
3
- "version": "1.23.3",
3
+ "version": "1.23.4",
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",