@magyk/vincent 0.1.17 → 0.1.18
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 +15 -0
- package/dist/vincent.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,21 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
+
## [0.1.18] — 2026-05-14
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
- **Agent no longer claims it can't access local files** — the image-ready hint
|
|
13
|
+
sent to the agent no longer includes the original file path (e.g.
|
|
14
|
+
`~/Downloads/photo.jpg`). Seeing a local path caused the agent to hallucinate
|
|
15
|
+
"I can't access your file system" even though the file was already copied to
|
|
16
|
+
the session directory. The hint is now path-free.
|
|
17
|
+
- **Wrong product image — clearer recovery path** — if `analyze_product_image`
|
|
18
|
+
returns a result that doesn't look like a product (e.g. you accidentally
|
|
19
|
+
uploaded the wrong photo), Vincent now says so explicitly and tells you to
|
|
20
|
+
type `/new` to start a fresh session with the correct image.
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
9
24
|
## [0.1.17] — 2026-05-14
|
|
10
25
|
|
|
11
26
|
### Fixed
|