← Back to AgenticMail

Releases

What's new in AgenticMail. Follow us on Twitter/X for announcements.

v0.5.43major2026-02-17

Agentic Employee Foundation

  • Complete foundation for deploying AI agents as autonomous employees
  • agenticmail_storage: 28-action DBMS — persistent memory for agents
  • @agenticmail/enterprise@0.2.2: 9 engine systems, 38 skills, 10 DB backends
  • 63 OpenClaw tools, 62 MCP tools, 44 shell commands
  • Identity: real email + SMS + inter-agent messaging for every agent
  • Memory: agents create/query/manage their own database tables at runtime
  • Coordination: sync/async RPC, task lifecycle, push notifications
  • Enterprise: Skill Registry, Permission Engine, Deployment Engine, Lifecycle Manager
  • Enterprise: Knowledge Base (RAG), Multi-Tenant, Activity Tracker, Approval Workflows
  • Enterprise: Admin dashboard in 8 languages (HTML, PHP, Python, Ruby, Express, Go, Java, .NET)
  • Storage DDL: create/alter/drop/clone/rename tables and columns
  • Storage DML: insert/upsert/query/aggregate/update/delete/truncate
  • Storage indexing: create/list/drop/reindex with partial index support
  • Storage import/export: JSON and CSV with conflict handling
  • Versioned migration system for safe schema evolution across upgrades
  • All tool counts, REFERENCE.md, SKILL.md updated and consistent
v0.5.42major2026-02-17

Full DBMS Storage + Enterprise Engine

  • agenticmail_storage: 28-action database management tool for agents
  • @agenticmail/enterprise@0.2.1 published to npm
  • Enterprise engine fully wired with auto-migration
  • 38 built-in skills, 5 permission presets, 4 plan tiers
  • DDL: create/alter/drop/clone/rename tables & columns
  • DML: insert/upsert/query/aggregate/update/delete/truncate
  • Indexing: create/list/drop/reindex with partial index support
  • Import/Export: JSON & CSV with conflict handling (skip/replace/error)
  • Raw SQL: guarded execution + EXPLAIN query plans
  • Maintenance: stats, vacuum, analyze
  • Query operators: $gt, $gte, $lt, $lte, $ne, $like, $ilike, $in, $not_in, $is_null, $between
  • Tables sandboxed per-agent (agt_) or shared (shared_)
  • Enterprise: versioned migration system for schema evolution
  • Enterprise: lazy-loaded engine routes with auto-initialization
  • Enterprise: REST API at /api/engine/* for all 8 subsystems
v0.5.41patch2026-02-17

Live Telemetry Pipeline

  • Telemetry pipeline fully working end-to-end from OpenClaw gateway
  • Tool call counts now increment in real-time on agenticmail.io
  • Clean dual ESM + CJS builds for all packages
v0.5.40minor2026-02-17

Anonymous Telemetry & Live Stats

  • Anonymous telemetry system — track tool usage, installs, and adoption
  • Live stats dashboard on agenticmail.io with animated counters
  • Custom favicon and branding across all devices
  • CJS compatibility fix for OpenClaw gateway integration
  • Telemetry is anonymous (random UUID, no PII), opt-out via AGENTICMAIL_TELEMETRY=0
  • Stats endpoint: GET /api/telemetry returns tool calls, installs, npm downloads
  • Built with Netlify Functions + Blobs for zero additional infrastructure
v0.5.39minor2026-02-17

Removed assign_task, Streamlined Delegation

  • Removed broken assign_task tool — all delegation now through call_agent
  • call_agent supports sync and async modes, auto-detects complexity
  • Updated all documentation and migration guides
  • Tool count: 59 tools (was 60)
  • assign_task had a scoping bug — spawned agents couldn't find their tasks
  • call_agent(async=true) replaces assign_task for fire-and-forget delegation
  • Migration: replace agenticmail_assign_task with agenticmail_call_agent(async=true)
v0.5.38minor2026-02-16

Multi-Agent Task System

  • call_agent for synchronous and asynchronous agent delegation
  • Auto-spawns isolated sessions for sub-agent tasks
  • Light mode for simple tasks (no email overhead)
  • SMS via Google Voice — verification codes, send/receive texts
v0.5.37major2026-02-16

Initial Public Release

  • 59 tools for AI agent email identity and communication
  • Gmail/Outlook relay and custom domain support
  • OpenClaw plugin and MCP server
  • Agent-to-agent messaging, templates, signatures, spam protection
  • Outbound content guard with PII/credential scanning

npm install -g agenticmail