zot/packages
patriceckhart 1a24a204b4
Some checks are pending
ci / test (macos-latest) (push) Waiting to run
ci / test (ubuntu-latest) (push) Waiting to run
ci / test (windows-latest) (push) Waiting to run
fix: correct image MIME by content and re-encode for kitty
read tool and Anthropic builder derived an image's media type from its
file extension, so a .png file containing JPEG bytes was declared
image/png. Anthropic sniffs the real bytes and 400s the whole request
on a mismatch, breaking the session and making it impossible to resume.

- read tool now sniffs the real format from magic bytes (sniffImageMIME)
- Anthropic request builder reconciles declared MIME against the actual
  bytes on every outbound image, repairing already-persisted sessions on
  continue/resume
- kitty renderer re-encodes non-PNG images to PNG (f=100 is PNG-only),
  fixing empty image boxes for JPEG/GIF screenshots
2026-06-20 18:18:52 +02:00
..
agent fix: correct image MIME by content and re-encode for kitty 2026-06-20 18:18:52 +02:00
core Add temperature option 2026-06-14 11:42:31 +02:00
ignore fix(tui): honor nested .gitignore in recursive @-picker + raise entry cap 2026-06-10 09:13:18 -04:00
provider fix: correct image MIME by content and re-encode for kitty 2026-06-20 18:18:52 +02:00
tui fix: correct image MIME by content and re-encode for kitty 2026-06-20 18:18:52 +02:00