@owloops/claude-powerline 1.6.6 → 1.6.7
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 +18 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -198,6 +198,8 @@ Shows current working directory name.
|
|
|
198
198
|
|
|
199
199
|
- `showBasename`: Show only folder name instead of full path
|
|
200
200
|
|
|
201
|
+
---
|
|
202
|
+
|
|
201
203
|
#### Git
|
|
202
204
|
|
|
203
205
|
Shows branch, status, and repository information.
|
|
@@ -231,6 +233,8 @@ Shows branch, status, and repository information.
|
|
|
231
233
|
|
|
232
234
|
- `⎇` Branch • `♯` SHA • `⌂` Tag • `⧇` Stash • `✓` Clean • `●` Dirty • `⚠` Conflicts • `↑3` Ahead • `↓2` Behind • `(+1 ~2 ?3)` Staged/Unstaged/Untracked
|
|
233
235
|
|
|
236
|
+
---
|
|
237
|
+
|
|
234
238
|
#### Metrics
|
|
235
239
|
|
|
236
240
|
Shows performance analytics from your Claude sessions.
|
|
@@ -256,6 +260,8 @@ Shows performance analytics from your Claude sessions.
|
|
|
256
260
|
|
|
257
261
|
- `⧖` Average response time • `Δ` Last response time • `⧗` Session duration • `⟐` Message count
|
|
258
262
|
|
|
263
|
+
---
|
|
264
|
+
|
|
259
265
|
#### Model
|
|
260
266
|
|
|
261
267
|
Shows current Claude model being used.
|
|
@@ -266,6 +272,8 @@ Shows current Claude model being used.
|
|
|
266
272
|
}
|
|
267
273
|
```
|
|
268
274
|
|
|
275
|
+
---
|
|
276
|
+
|
|
269
277
|
#### Context
|
|
270
278
|
|
|
271
279
|
Shows context window usage and auto-compact threshold.
|
|
@@ -278,6 +286,8 @@ Shows context window usage and auto-compact threshold.
|
|
|
278
286
|
|
|
279
287
|
**Display:** `◔ 34,040 (79%)` - tokens used and percentage remaining until auto-compact
|
|
280
288
|
|
|
289
|
+
---
|
|
290
|
+
|
|
281
291
|
#### Tmux
|
|
282
292
|
|
|
283
293
|
Shows tmux session name and window info when in tmux.
|
|
@@ -288,6 +298,8 @@ Shows tmux session name and window info when in tmux.
|
|
|
288
298
|
}
|
|
289
299
|
```
|
|
290
300
|
|
|
301
|
+
---
|
|
302
|
+
|
|
291
303
|
#### Version
|
|
292
304
|
|
|
293
305
|
Shows Claude Code version.
|
|
@@ -300,6 +312,8 @@ Shows Claude Code version.
|
|
|
300
312
|
|
|
301
313
|
**Display:** `v1.0.81`
|
|
302
314
|
|
|
315
|
+
---
|
|
316
|
+
|
|
303
317
|
#### Session
|
|
304
318
|
|
|
305
319
|
Shows real-time usage for current Claude conversation.
|
|
@@ -317,6 +331,8 @@ Shows real-time usage for current Claude conversation.
|
|
|
317
331
|
|
|
318
332
|
**Symbols:** `§` Session
|
|
319
333
|
|
|
334
|
+
---
|
|
335
|
+
|
|
320
336
|
#### Block
|
|
321
337
|
|
|
322
338
|
Shows usage within current 5-hour billing window (Claude's rate limit period).
|
|
@@ -336,6 +352,8 @@ Shows usage within current 5-hour billing window (Claude's rate limit period).
|
|
|
336
352
|
|
|
337
353
|
**Symbols:** `◱` Block
|
|
338
354
|
|
|
355
|
+
---
|
|
356
|
+
|
|
339
357
|
#### Today
|
|
340
358
|
|
|
341
359
|
Shows total daily usage with budget monitoring.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@owloops/claude-powerline",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.7",
|
|
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",
|