@owloops/claude-powerline 1.9.7 → 1.9.8

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 +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -153,7 +153,7 @@ export CLAUDE_POWERLINE_DEBUG=1 # Enable debug logging
153
153
  curl -o ~/.claude/claude-powerline.json https://raw.githubusercontent.com/Owloops/claude-powerline/main/.claude-powerline.json
154
154
  ```
155
155
 
156
- **Config locations** (first found wins):
156
+ **Config locations** (in priority order):
157
157
 
158
158
  - `./.claude-powerline.json` - Project-specific
159
159
  - `~/.claude/claude-powerline.json` - User config
@@ -302,6 +302,8 @@ Configure context window limits for different model types. Defaults to 200K toke
302
302
  }
303
303
  ```
304
304
 
305
+ **Display:** `tmux:session-name`
306
+
305
307
  </details>
306
308
 
307
309
  <details>
@@ -355,13 +357,8 @@ Configure context window limits for different model types. Defaults to 200K toke
355
357
 
356
358
  **Weighted Tokens:** Opus tokens count 5x toward rate limits compared to Sonnet/Haiku tokens
357
359
 
358
- **Rate Limit Indicators:** `25%` Normal • `+75%` Moderate (50-79%) • `!85%` Warning (80%+)
359
-
360
360
  **Symbols:** `◱` Block
361
361
 
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
362
  </details>
366
363
 
367
364
  <details>
@@ -400,6 +397,9 @@ Configure context window limits for different model types. Defaults to 200K toke
400
397
 
401
398
  **Indicators:** `25%` Normal • `+75%` Moderate (50-79%) • `!85%` Warning (80%+)
402
399
 
400
+ > [!TIP]
401
+ > 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.
402
+
403
403
  ### Multi-line Layout
404
404
 
405
405
  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.7",
3
+ "version": "1.9.8",
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",