@owloops/claude-powerline 1.9.2 → 1.9.3

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 +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -461,8 +461,8 @@ Create custom themes by defining segment colors.
461
461
 
462
462
  ## Performance
463
463
 
464
- • **~50ms** default config (`directory`, `git`, `model`, `session`, `today`, `context`)
465
- • **~190ms** full-featured
464
+ • **~80ms** default config (`directory`, `git`, `model`, `session`, `today`, `context`)
465
+ • **~240ms** full-featured
466
466
 
467
467
  **Benchmark Tool:**
468
468
 
@@ -472,13 +472,13 @@ Create custom themes by defining segment colors.
472
472
  |-------------|-----------|----------|--------------------------------|
473
473
  | `directory` | ~40ms | ✗ | No external commands |
474
474
  | `model` | ~40ms | ✗ | Uses hook data |
475
- | `session` | ~41ms | ✗ | Minimal transcript parsing |
475
+ | `session` | ~40ms | ✗ | Minimal transcript parsing |
476
476
  | `context` | ~40ms | ✗ | Hook data calculation |
477
477
  | `metrics` | ~40ms | ✗ | Transcript analysis |
478
- | `git` | ~70ms | ✗ | No caching for fresh data |
479
- | `tmux` | ~90ms | ✗ | Environment check + command |
480
- | `block` | ~165ms | ✗ | 5-hour window transcript load |
481
- | `today` | ~460ms | ~55ms | Full daily transcript load |
478
+ | `git` | ~60ms | ✗ | No caching for fresh data |
479
+ | `tmux` | ~50ms | ✗ | Environment check + command |
480
+ | `block` | ~180ms | ✗ | 5-hour window transcript load |
481
+ | `today` | ~250ms | ~50ms | Full daily transcript load |
482
482
  | `version` | ~40ms | ✗ | Uses hook data |
483
483
 
484
484
  • **Tips:** Install globally (`npm install -g`) to avoid npx overhead
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@owloops/claude-powerline",
3
- "version": "1.9.2",
3
+ "version": "1.9.3",
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",