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
fix: re-arm watch/RPC filesystem sources after SQLite rotates chat.db-wal or chat.db-shm, so busy iCloud-synced databases keep emitting inbound rows (#126).
fix: retry live watch rows whose chat metadata has not resolved yet, then drop them fail-closed instead of emitting chat_id=0 direct-message-shaped payloads (#118).
Native Polls
feat: add native Apple Messages poll decoding and bridge-backed imsg poll send / poll.send support, including threaded poll replies and vote readback (#125, thanks @veteranbv).
JSON-RPC
fix: return chat GUID, message GUID, and service identity from JSON-RPC send/create responses when observable (#119, thanks @svetly).