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
Conversation History built-in skill — retrieve recent Slack and WhatsApp conversation history from the local SQLite event store (read-only). List channels/chats, then pull a clean chronological transcript filtered by source, contact/channel/chat, limit, and time range.
Conversation history API endpoints — new /api/events routes: GET /whatsapp, GET /conversations (unified Slack + WhatsApp transcript), and GET /conversations/contacts.
Changed
Google Drive integration refinements (drive-client / drive-routes).
Guake terminal output theming updates.
Technical Details
New query functions queryWhatsAppMessages, queryConversationHistory, listConversations in event-queries.ts.