Skip to content

v0.4.1

Choose a tag to compare

@clawcrab clawcrab released this 19 Apr 23:04
· 290 commits to main since this release
7140b3d

Features

  • Persist inbound images to disk (#57). Every image received via iMessage or Telegram is now additionally written to <workspace>/memory/incoming-images/YYYY-MM-DD/HHMMSS_<session>_<guid8>.<ext> at download time, in addition to the existing base64 inlining into the SDK event. Previously images lived only in the session archive and vanished from the agent's view on compaction. New saveInboundImages config flag (default true) gates the behavior.

Other

  • cli --version synced to 0.4.1 (was stale at 0.3.7 across 0.3.8 – 0.4.0 releases).