Show full conversation thread with a contact
Displays the full message history with a specific contact, optionally filtered by date or message count. Use it to quickly review recent conversations or find specific messages from a person.
/plugin marketplace add cardmagic/messages/plugin install messages@cardmagic<name> [--after date] [--limit N]Show the full conversation thread with a specific contact.
which messages fails, install it:npm install -g @cardmagic/messages
messages thread "$ARGUMENTS"
--after YYYY-MM-DD - Only messages after this date--limit N - Maximum number of messages (default: 50)User: /messages:thread Mom
-> messages thread "Mom"
User: /messages:thread "John Smith" --after 2024-12-01
-> messages thread "John Smith" --after 2024-12-01
User: /messages:thread Boss --limit 100
-> messages thread "Boss" --limit 100