Changelog

What's new

Ships, fixes, and docs for the Mnemix memory layer.

Jun 18, 2026v0.4.0

Remote MCP & faster cold recall

  • FeatRemote MCP endpoint at mcp.mnemix.ai/mcp — connect any MCP client to a tenant's memory with a scoped key.
  • FixLowered cold-recall enrichment latency when a contact has no cached profile.
  • DocsQuickstart Part 2 now previews tenant governance and key scoping.
Jun 5, 2026v0.3.2

Write-back batching

  • Featcalls/end now accepts batched turn summaries, collapsing a full call into one write-back request.
  • FixResolved a race where two concurrent enrichments could write conflicting valid_from stamps.
  • FixThe caller read no longer 404s on contacts created in the same session.
May 22, 2026v0.3.0

Bi-temporal corrections

  • FeatCorrections API — amend a past fact without rewriting history; both valid_time and system_time are preserved.
  • FeatAdded Baylio as a third enrichment provider alongside Trestle and Twilio.
  • DocsNew “Bi-temporal memory, explained” guide in the docs reference.
May 8, 2026v0.2.1

Recall & enrich, in one call

  • FeatMerged recall and enrichment into a single recall_and_enrich endpoint, designed for sub-300ms voice recall.
  • FixStabilized dashboard usage counts during high-concurrency bursts.