@magyk/vincent 0.1.9 → 0.1.10
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 +20 -0
- package/dist/vincent.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,26 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
+
## [0.1.10] — 2026-05-12
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
- **Inline images on Ghostty / macOS** — `@earendil-works/pi-tui@0.74.0` added
|
|
13
|
+
Ghostty detection (it was absent in 0.63.1), so non-PNG product photos now
|
|
14
|
+
attempt inline display. The previous sharp subprocess approach couldn't find
|
|
15
|
+
the module for global npm installs and fell back to sending raw JPEG bytes as
|
|
16
|
+
PNG — Ghostty silently ignored them. All non-PNG files now use the async
|
|
17
|
+
jimp conversion path, which correctly produces PNG and shows a placeholder
|
|
18
|
+
while converting.
|
|
19
|
+
- **Proposal box text duplication** — the proposal description and footer were
|
|
20
|
+
already shown verbatim in the embed above the callout; the widget was
|
|
21
|
+
repeating them. The cyan BorderBox callout now shows only the accept/feedback
|
|
22
|
+
controls.
|
|
23
|
+
- **Product analysis output hidden from user** — the internal "Product Analysis
|
|
24
|
+
Complete" embed (with the full analysis text) was visible in chat. That text
|
|
25
|
+
is for the agent, not the user; only the product image is shown now.
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
9
29
|
## [0.1.9] — 2026-05-12
|
|
10
30
|
|
|
11
31
|
### Added
|