Skip to content

v1.110.0

Choose a tag to compare

@deivid11 deivid11 released this 28 May 23:20
· 18 commits to master since this release

What's New

Added

  • 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.