@magyk/vincent 0.1.9 → 0.1.11

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,36 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
 
7
7
  ---
8
8
 
9
+ ## [0.1.11] — 2026-05-12
10
+
11
+ ### Fixed
12
+ - **Terminal corruption on Esc-quit (Ghostty / Kitty terminals)** — pressing Esc
13
+ at the session picker left raw mode and the Kitty keyboard protocol unreset,
14
+ causing escape sequences to leak as literal text into the shell after exit.
15
+ The TUI is now properly torn down before the process exits.
16
+
17
+ ---
18
+
19
+ ## [0.1.10] — 2026-05-12
20
+
21
+ ### Fixed
22
+ - **Inline images on Ghostty / macOS** — `@earendil-works/pi-tui@0.74.0` added
23
+ Ghostty detection (it was absent in 0.63.1), so non-PNG product photos now
24
+ attempt inline display. The previous sharp subprocess approach couldn't find
25
+ the module for global npm installs and fell back to sending raw JPEG bytes as
26
+ PNG — Ghostty silently ignored them. All non-PNG files now use the async
27
+ jimp conversion path, which correctly produces PNG and shows a placeholder
28
+ while converting.
29
+ - **Proposal box text duplication** — the proposal description and footer were
30
+ already shown verbatim in the embed above the callout; the widget was
31
+ repeating them. The cyan BorderBox callout now shows only the accept/feedback
32
+ controls.
33
+ - **Product analysis output hidden from user** — the internal "Product Analysis
34
+ Complete" embed (with the full analysis text) was visible in chat. That text
35
+ is for the agent, not the user; only the product image is shown now.
36
+
37
+ ---
38
+
9
39
  ## [0.1.9] — 2026-05-12
10
40
 
11
41
  ### Added