Skip to content

v0.4.16 - Image attachments from mobile

Choose a tag to compare

@richardbowman richardbowman released this 17 May 22:05
· 658 commits to main since this release
63c84cd

What's new

Mobile users can now attach images when sending messages via the relay.

  • Tap the attach button (⊕) next to the message input to pick one or more images from your device
  • Images are resized to a max of 1024px on the longest side and compressed to JPEG before transmission, keeping payload sizes manageable
  • A thumbnail strip appears above the input showing pending images; tap × on any thumbnail to remove it before sending
  • Sending with images (and no text) is supported
  • Images flow through the relay protocol and are passed directly to ThreadManager.sendMessage, where they are already handled by the existing Claude API integration