pi-one-ui 0.5.0 → 0.5.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.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.5.1] - 2026-09-05
10
+
11
+ ### Changed
12
+
13
+ - Refined the `cc-dark` theme: `thinkingLow` uses cyan, `thinkingXhigh` yellow, and `thinkingMax` orange for a clearer effort-level hierarchy; `cwd` and `editorModel` labels switch from blue to the muted token for calmer status text.
14
+
9
15
  ## [0.5.0] - 2026-09-05
10
16
 
11
17
  ### Changed
@@ -87,7 +93,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
87
93
 
88
94
  - Reduced rendering lag when expanding settled tool groups by reusing cached child output.
89
95
 
90
- [Unreleased]: https://github.com/kerolt/pi-one-ui/compare/v0.5.0...HEAD
96
+ [Unreleased]: https://github.com/kerolt/pi-one-ui/compare/v0.5.1...HEAD
97
+ [0.5.1]: https://github.com/kerolt/pi-one-ui/compare/v0.5.0...v0.5.1
91
98
  [0.5.0]: https://github.com/kerolt/pi-one-ui/compare/v0.4.0...v0.5.0
92
99
  [0.4.0]: https://github.com/kerolt/pi-one-ui/compare/v0.3.1...v0.4.0
93
100
  [0.3.1]: https://github.com/kerolt/pi-one-ui/compare/v0.3.0...v0.3.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-one-ui",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "A single, customizable Pi UI package with layout-oriented Context and Shell rendering for Pi.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -76,14 +76,14 @@
76
76
  "syntaxPunctuation": "muted",
77
77
  "thinkingOff": "muted",
78
78
  "thinkingMinimal": "dim",
79
- "thinkingLow": "blue",
79
+ "thinkingLow": "cyan",
80
80
  "thinkingMedium": "accent",
81
81
  "thinkingHigh": "accentBright",
82
- "thinkingXhigh": "#4db9cd",
83
- "thinkingMax": "cyan",
82
+ "thinkingXhigh": "yellow",
83
+ "thinkingMax": "orange",
84
84
  "bashMode": "green",
85
- "cwd": "blue",
86
- "editorModel": "blue",
85
+ "cwd": "muted",
86
+ "editorModel": "muted",
87
87
  "editorBorder": "blue"
88
88
  },
89
89
  "export": {