What problem does it solve? It lets you read iMessage/SMS conversation history and send texts directly from the terminal on macOS, without manually opening Messages.app. ## Core Features & Use Cases - List and Inspect Chats: Run imsg chats --limit 10 --json to enumerate recent conversations with structured JSON output. - Read History and Watch Threads: Use imsg history --chat-id 1 --json to review past messages, or imsg watch to monitor a thread for new incoming messages. - Send Messages with Attachments: Send text or files to phone numbers and Apple IDs, with control over iMessage vs SMS via the --service flag. - Use Case: A user says "Text mom that I'll be late" — the assistant finds Mom's chat, confirms the recipient and content, then runs imsg send --to "+1555123456" --text "I'll be late". ## Quick Start Ask the assistant to send an iMessage saying hello to a specific phone number, and confirm the recipient and message content before it is sent.