Skip to content

v0.11.1

Latest

Choose a tag to compare

@steipete steipete released this 10 Jun 09:43
v0.11.1
f97a116

Read Commands

  • fix: let chats and history run without prompting for Contacts when permission is still undecided, while preserving Contacts prompts for explicit name-resolution flows (#135, thanks @cemendes).

JSON Output

  • feat: expose raw Messages balloon_bundle_id in message JSON/RPC payloads so consumers can recognize URL-preview rows without parsing text (#137, thanks @omarshahine).
  • fix: coalesce Apple URL-preview split-send rows into one logical message across history, search, and watch, with url_preview metadata when the preview row is folded into the text row (#141, thanks @omarshahine).

Advanced IMCore

  • fix: defer injected bridge bootstrap until after Messages startup so macOS 26 dyld constructor ordering cannot touch ObjC/Foundation/IMCore before the process is ready (#138, thanks @omarshahine).
  • fix: let bridge-backed sends and initial chat creation wait longer for slow Messages private-send completions while keeping short timeouts for probe and mutation calls (#139, thanks @omarshahine).