lumira 1.15.0 → 1.15.1
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.
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
},
|
|
6
6
|
"metadata": {
|
|
7
7
|
"description": "Real-time statusline HUD for Claude Code and Qwen Code — analytics, quota projection, themes, powerline",
|
|
8
|
-
"version": "1.15.
|
|
8
|
+
"version": "1.15.1"
|
|
9
9
|
},
|
|
10
10
|
"plugins": [
|
|
11
11
|
{
|
|
12
12
|
"name": "lumira",
|
|
13
13
|
"source": "./",
|
|
14
14
|
"description": "Real-time statusline HUD for Claude Code and Qwen Code. Session analytics, API latency widget, 7-day quota projection, auto-compact warnings, 7 themes, powerline support. Zero runtime dependencies. Run /lumira:setup after install to activate.",
|
|
15
|
-
"version": "1.15.
|
|
15
|
+
"version": "1.15.1",
|
|
16
16
|
"author": {
|
|
17
17
|
"name": "Carlos Cativo"
|
|
18
18
|
},
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
]
|
|
33
33
|
}
|
|
34
34
|
],
|
|
35
|
-
"version": "1.15.
|
|
35
|
+
"version": "1.15.1"
|
|
36
36
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lumira",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.1",
|
|
4
4
|
"description": "Real-time statusline HUD for Claude Code and Qwen Code — session analytics, API latency, 7-day quota projection, auto-compact warnings, 7 themes, powerline. Zero runtime deps.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Carlos Cativo"
|
package/README.md
CHANGED
|
@@ -35,7 +35,7 @@ Interactive wizard — preset, theme, icons — previewed live before write.
|
|
|
35
35
|

|
|
36
36
|

|
|
37
37
|
|
|
38
|
-
> **What's new in v1.
|
|
38
|
+
> **What's new in v1.15.0:** `line1Align: "packed"` packs line 1 tightly to the left with only the version pinned to the true right edge; the repo segment now sits next to the branch (git identity grouped, `branch → repo → directory`); and a Box Drawing width fix (the `│` separator was miscounted) aligns every line to the real terminal edge. Recent highlights: [subagent panel rows](#subagent-rows) (v1.14), extended-thinking badge (v1.12), [PR widget](#features) (v1.11), repo-identity segment + a full [feature comparison](#how-lumira-compares) (v1.10–v1.13). Still a **Claude Code plugin** — `/plugin marketplace add cativo23/lumira`, no npm required; run `/lumira:setup` to activate.
|
|
39
39
|
|
|
40
40
|
## Table of contents
|
|
41
41
|
|
|
@@ -487,10 +487,11 @@ PRs welcome — particularly for new themes (one of the most common contribution
|
|
|
487
487
|
|
|
488
488
|
### What's next
|
|
489
489
|
|
|
490
|
-
- **v1.0** — soak window on v0.7.x, then tagging stable. CLI flags, preset names, and config schema are considered frozen from this point.
|
|
491
490
|
- **Themes** — community theme contributions welcome via the theme PR template.
|
|
492
491
|
- **Backlog** — incremental transcript parsing for very large sessions (deferred; full re-parse stays under budget for real-world transcripts).
|
|
493
492
|
|
|
493
|
+
CLI flags, preset names, and the config schema have been stable since v1.0 — additive changes only.
|
|
494
|
+
|
|
494
495
|
For security issues, see [SECURITY.md](SECURITY.md).
|
|
495
496
|
|
|
496
497
|
## Credits
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lumira",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.1",
|
|
4
4
|
"description": "Real-time statusline HUD for Claude Code and Qwen Code. Includes session analytics CLI, API latency overhead widget, 7d quota projection, auto-compact proximity warnings, themes, and powerline. Zero deps.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
package/skills/lumira/SKILL.md
CHANGED
|
@@ -30,6 +30,7 @@ Your job: read the user's current config, translate their natural-language reque
|
|
|
30
30
|
| `icons` | string | `"nerd"` \| `"emoji"` \| `"none"` | Default `"nerd"` (requires Nerd Font) |
|
|
31
31
|
| `theme` | string | `"dracula"` \| `"nord"` \| `"tokyo-night"` \| `"catppuccin"` \| `"monokai"` \| `"gruvbox"` \| `"solarized"` | Requires `colors.mode: "truecolor"` to take effect |
|
|
32
32
|
| `style` | string | `"classic"` \| `"powerline"` | Visual style for line 1 |
|
|
33
|
+
| `line1Align` | string | `"justified"` \| `"packed"` | Line 1 classic layout. `"justified"` (default) pins the left cluster to the start and the right cluster to the end. `"packed"` packs everything tightly to the left, leaving only the version pinned to the true right edge. No-op in powerline mode (always packs). |
|
|
33
34
|
| `powerline.style` | string | `"arrow"` \| `"flame"` \| `"slant"` \| `"round"` \| `"diamond"` \| `"compatible"` \| `"plain"` \| `"auto"` | Separator preset; only meaningful when `style: "powerline"` |
|
|
34
35
|
| `colors.mode` | string | `"auto"` \| `"named"` \| `"256"` \| `"truecolor"` | Color depth |
|
|
35
36
|
| `gsd` | boolean | `true` \| `false` | Show GSD task info section |
|
|
@@ -81,6 +82,13 @@ User intent → minimal JSON patch (assume existing config is preserved unless e
|
|
|
81
82
|
}
|
|
82
83
|
```
|
|
83
84
|
|
|
85
|
+
**"pegá todo a la izquierda, sacá el hueco del medio"** / "packed line 1"
|
|
86
|
+
```json
|
|
87
|
+
{
|
|
88
|
+
"line1Align": "packed"
|
|
89
|
+
}
|
|
90
|
+
```
|
|
91
|
+
|
|
84
92
|
**"hide cost and tokens, keep everything else"** (patch only the toggles requested)
|
|
85
93
|
```json
|
|
86
94
|
{
|