MemoFS Changelog
All notable changes, architectural milestones, bug fixes, and feature additions across all MemoFS workspace packages.
v1.3.0-beta.3
August 17, 2026Latest ReleaseOfficial Model Context Protocol Registry metadata, package ownership verification, and multi-transport support.
MCP Server
- AddedAdded official Model Context Protocol Registry manifest metadata for automated ecosystem discovery and subregistry indexing.
- AddedAdded package ownership verification property to MCP server package configuration.
- AddedAdded multi-transport support documenting local stdio runtime configuration and hosted streamable HTTP endpoints.
v1.3.0-beta.2
August 16, 2026Typed note identifiers, write idempotency deduplication, and multi-dimensional status modeling.
Core Runtime
- AddedAdded typed identifier support to note and conversation document interfaces.
- AddedAdded frontmatter and metadata normalization and serialization support for note identifiers.
- AddedAdded write idempotency deduplication to memory write inputs, preventing duplicate appends during write retries.
- AddedAdded orthogonal status dimensions (disputed, stale, unverified) to graph nodes and edges.
- FixedUpdated graph conflict detection to flag disputed edges alongside legacy conflict status.
v1.3.0-beta.1
August 13, 2026Anchor drift detection, memory decay floors, semantic GC archive/restore, and session outcomes.
Core Runtime
- AddedAdded anchor reference support with file paths, SHA-256 hashes, and symbols to memory write inputs.
- AddedAdded write-time symbol path extraction for TypeScript files using the TypeScript Compiler API.
- AddedAdded query-time drift detection inside memory recall and context building with automated score demotion for modified files.
- AddedAdded kind-specific decay floors for all 7 memory kinds (from 30 days for notes to 365 days for decisions).
- AddedAdded session outcome matrices (success, failure, aborted) governing durable memory promotion and ephemeral cleanup.
CLI
- AddedAdded CLI command to backfill anchor metadata onto existing structured notes.
- AddedAdded memory archive and restore commands for cold storage lifecycle management.
- AddedAdded automated memory consolidation fix option to the doctor diagnostics command.
MCP Server
- AddedAdded anchor parameters to memory write tool definitions and stale indicators to recall output.
v1.2.0-beta.3
August 6, 2026Vercel AI SDK adapter schema refactoring, CLI UI/UX progress indicators, and terminal signal handling.
Adapters
- FixedRefactored Vercel AI SDK tool input schema to a root object format, fixing tool-calling compatibility with OpenAI, Anthropic, and Google Gemini models.
- AddedExposed both parameters and inputSchema fields on memory tool definitions for multi-version AI SDK support.
CLI
- AddedAdded zero-dependency TTY step spinners and itemized progress bars for long-running cloud sync operations.
- AddedAdded SIGINT and SIGTERM handlers to gracefully restore cursor visibility and handle cancellation.
v1.2.0-beta.2
July 26, 2026Project manifest fallback, global CLI flag polish, and cloud sync snapshot fixes.
Core Runtime
- FixedImproved project ID resolution so local workspace operations automatically fall back to the project manifest.
CLI
- AddedAdded short flag support for global project ID selection across all cloud and sync subcommands.
- FixedFixed cloud sync pull to guarantee pre-sync snapshots prior to overwriting local workspace files.
v1.2.0-beta.1
July 25, 2026MemoFS Cloud public release, core recall hardening, and connector enhancements.
Cloud
- AddedMemoFS Cloud (https://memofs.dev) is officially live with two-phase async replication.
Core Runtime
- AddedAdded hybrid replication client with conflict-free multi-agent sync.
v1.1.0
July 10, 2026Cloudflare Workers & R2 storage adapter, Turso libSQL backend, and progressive context budgeting.
Adapters
- AddedReleased @memofs/adapter-r2 for serverless Cloudflare R2 bucket storage.
- AddedReleased @memofs/adapter-turso for edge SQLite memory indexing via libSQL.
- AddedReleased @memofs/adapter-workers-ai for Cloudflare Workers AI embedding models.
v1.0.0
June 28, 2026Initial stable release of MemoFS — the file-first memory runtime for AI agents.
Core Runtime & MCP
- AddedInitial release of @memofs/core with deterministic BM25 lexical recall, knowledge graph, and notes.md persistence.
- AddedInitial release of @memofs/mcp-server with stdio MCP protocol tools (memofs.context, memofs.recall, memofs.remember).
- AddedInitial release of @memofs/cli with interactive init, doctor diagnostics, and snapshot management.
Stay up to date with MemoFS
Follow releases directly on GitHub or check out our developer cookbooks.