@groeponline/pi-wishcraft 0.21.0 → 0.22.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
@@ -2,6 +2,23 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.22.1] - 2026-08-20
6
+
7
+ ### Changed
8
+ - README is a landing page for the 0.22 cockpit. The Kongming banner stays; the inherited upstream screenshot is gone.
9
+
10
+ ### Fixed
11
+ - Segment-navigator detail (`→` in `alt+p` Navigate) snapshots live state when opened. It no longer runs a 1s timer (CHE-41).
12
+
13
+ ## [0.22.0] - 2026-08-20
14
+
15
+ ### Added
16
+ - `/tps` overlay reads the same 1s/5s ring as the segment; `/usage` shows session / today / week from `wishcraft-usage.json`.
17
+ - Rest of the tool-input repairs on custom tools: JSON-string arrays, `{}` placeholders, bare-string wrap, and path aliases.
18
+ - README hook examples (bash-guard, write-audit, SessionStart git-status) plus `wishcraft.hooksEnabled` kill-switch docs.
19
+ - Overlay type-to-filter uses substring on label, value, and description.
20
+ - `wishcraft.tokenBudget.daily` colours the cost segment at 80%/100% and warns on welcome; it never blocks.
21
+
5
22
  ## [0.21.0] - 2026-08-20
6
23
 
7
24
  ### Added