Skip to content

v0.12.1

Choose a tag to compare

@foorgange foorgange released this 22 Aug 13:49
· 2 commits to main since this release

v0.12.1 - image attachments support (matches the web UI protocol)

  • Paste an image (Ctrl+V) directly into the chat input: it becomes an image attachment chip with a thumbnail and is sent as a base64 image content block - vision models can recognize it
  • Picking an image file via the attachment picker now sends it as an image block too (previously it was read as UTF-8 text garbage)
  • Same wire format as the web GUI: {type:image, mediaType, data(base64), name}