Commit Graph

13 Commits

Author SHA1 Message Date
Peter Steinberger
bbd6b93a1e
docs: add per-feature docs site and deploy to imsg.sh
Some checks failed
CI / build (push) Has been cancelled
pages / Deploy docs (push) Has been cancelled
Per-feature pages (install, quickstart, permissions, chats, history,
watch, send, groups, attachments, json, rpc, completions, advanced-imcore,
troubleshooting) plus an Apple-styled static-site builder rendering them
to dist/docs-site. GitHub Pages workflow deploys on every docs/ change to
imsg.sh.
2026-05-05 19:09:09 +01:00
Peter Steinberger
327829a819
feat: expose chat routing hints 2026-05-05 02:00:56 +01:00
Peter Steinberger
abddb40268
fix: detect Tahoe group send ghost rows 2026-05-04 07:48:10 +01:00
Peter Steinberger
19c4cd3083
fix: keep watch streams alive after missed events 2026-05-04 07:37:20 +01:00
Peter Steinberger
af6fd822c1
fix: return RPC send message identifiers 2026-05-04 07:25:33 +01:00
Peter Steinberger
60ed8a9f02
fix: expose RPC watch debounce 2026-05-04 07:00:45 +01:00
Peter Steinberger
0a4388dd68
fix: decouple RPC watch reactions from attachments 2026-05-04 05:53:15 +01:00
Alex
ba9a1ff079 feat: expose destination_caller_id in message output
This field helps distinguish between messages actually sent by the local
user vs messages received on a secondary phone number registered with
the same Apple ID.

When is_from_me is true but destination_caller_id differs from the
user's own numbers, the message was actually received from another
device/person messaging that secondary number.

This enables tools like Clawdbot to properly detect inbound messages
on secondary iMessage phone numbers.
2026-02-16 05:33:29 +01:00
Peter Steinberger
05c97e514c chore: drop private api send mode 2026-01-02 23:11:53 +01:00
Peter Steinberger
bdcc5d8538 feat: add imcore reaction send 2026-01-02 22:13:09 +01:00
Peter Steinberger
d62f156126 feat: add imcore send mode 2026-01-02 20:45:26 +01:00
Peter Steinberger
aaec16d032 feat: add reply metadata and reaction filtering 2026-01-02 20:16:07 +01:00
Peter Steinberger
a008954e2a docs: add rpc and group notes 2026-01-02 00:27:42 +01:00