@owloops/claude-powerline 1.9.7 → 1.9.9
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 +12 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,6 +12,12 @@
|
|
|
12
12
|
|
|
13
13
|
[](https://github.com/hesreallyhim/awesome-claude-code)
|
|
14
14
|
|
|
15
|
+
### Demo
|
|
16
|
+
|
|
17
|
+
<img src="images/demo.gif" alt="Claude Powerline Demo" width="600"/>
|
|
18
|
+
|
|
19
|
+
*Live demonstration: real-time usage tracking, git integration, and theme showcase*
|
|
20
|
+
|
|
15
21
|
<table>
|
|
16
22
|
<tr>
|
|
17
23
|
<td align="center">
|
|
@@ -153,7 +159,7 @@ export CLAUDE_POWERLINE_DEBUG=1 # Enable debug logging
|
|
|
153
159
|
curl -o ~/.claude/claude-powerline.json https://raw.githubusercontent.com/Owloops/claude-powerline/main/.claude-powerline.json
|
|
154
160
|
```
|
|
155
161
|
|
|
156
|
-
**Config locations** (
|
|
162
|
+
**Config locations** (in priority order):
|
|
157
163
|
|
|
158
164
|
- `./.claude-powerline.json` - Project-specific
|
|
159
165
|
- `~/.claude/claude-powerline.json` - User config
|
|
@@ -302,6 +308,8 @@ Configure context window limits for different model types. Defaults to 200K toke
|
|
|
302
308
|
}
|
|
303
309
|
```
|
|
304
310
|
|
|
311
|
+
**Display:** `tmux:session-name`
|
|
312
|
+
|
|
305
313
|
</details>
|
|
306
314
|
|
|
307
315
|
<details>
|
|
@@ -355,13 +363,8 @@ Configure context window limits for different model types. Defaults to 200K toke
|
|
|
355
363
|
|
|
356
364
|
**Weighted Tokens:** Opus tokens count 5x toward rate limits compared to Sonnet/Haiku tokens
|
|
357
365
|
|
|
358
|
-
**Rate Limit Indicators:** `25%` Normal • `+75%` Moderate (50-79%) • `!85%` Warning (80%+)
|
|
359
|
-
|
|
360
366
|
**Symbols:** `◱` Block
|
|
361
367
|
|
|
362
|
-
> [!TIP]
|
|
363
|
-
> Claude's rate limits consider multiple factors beyond tokens (message count, length, attachments, model). See [Anthropic's usage documentation](https://support.anthropic.com/en/articles/11014257-about-claude-s-max-plan-usage) for details.
|
|
364
|
-
|
|
365
368
|
</details>
|
|
366
369
|
|
|
367
370
|
<details>
|
|
@@ -400,6 +403,9 @@ Configure context window limits for different model types. Defaults to 200K toke
|
|
|
400
403
|
|
|
401
404
|
**Indicators:** `25%` Normal • `+75%` Moderate (50-79%) • `!85%` Warning (80%+)
|
|
402
405
|
|
|
406
|
+
> [!TIP]
|
|
407
|
+
> Claude's rate limits consider multiple factors beyond tokens (message count, length, attachments, model). See [Anthropic's usage documentation](https://support.anthropic.com/en/articles/11014257-about-claude-s-max-plan-usage) for details.
|
|
408
|
+
|
|
403
409
|
### Multi-line Layout
|
|
404
410
|
|
|
405
411
|
Prevent segment cutoff by organizing segments across multiple lines.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@owloops/claude-powerline",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.9",
|
|
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.js",
|