You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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).