Back to Changelog
v0.7.0
February 9, 2026

Memory & Email Plugins

Added

#[0.7.0] - 2026-02-09

#Added

  • Memory Plugin - Semantic Memory & Intelligent Curation

    • Production-ready semantic memory for persistent agent context across conversations
    • Automatic environment detection - local filesystem or cloud S3 storage
    • Workspace isolation for agent-specific or shared memory across teams
    • Project-scoped (default) or global memory for cross-project knowledge persistence
    • Intelligent LLM-powered curation that extracts key facts from daily logs
    • Hybrid semantic + keyword search for accurate memory retrieval
    • Importance scoring and pinning for critical information management
    • Automatic conversation logging with workflow/webhook/schedule source tracking
    • Configurable curation modes: on_stop, manual, or threshold-based (every:N)
    • Cost tracking and performance metrics for curation operations
    • Tools: remember, recall, read_memory, list_memories
    • Developer APIs: curate(), pin(), mark_important(), forget(), configure()
  • Email Plugin - Universal IMAP/SMTP Integration

    • Universal email integration supporting Gmail, Outlook, Yahoo, iCloud, and custom servers
    • Provider presets for one-line configuration with major email services
    • Full IMAP support for reading, searching, and managing inbox
    • SMTP support for sending emails with HTML formatting and attachments
    • Multi-recipient support with CC/BCC functionality
    • Reply-to capabilities that automatically preserve conversation threading
    • Advanced search using IMAP criteria (sender, subject, date, keywords)
    • Attachment handling for both sending and receiving files
    • Folder management for organizing emails (INBOX, SENT, custom folders)
    • Unread filtering and mark-as-read functionality
    • Connection pooling and automatic retry for reliability
    • Tools: list_emails, read_email, send_email, reply_to_email, search_emails