MemNexus
Resources

Changelog

Release history for MemNexus packages.

Release history for MemNexus core packages.

Current versions

As of 2026-07-03:

  • CLI (@memnexus-ai/cli): v1.7.207
  • TypeScript SDK (@memnexus-ai/typescript-sdk): v1.53.29

Continuous releases (since February 2026)

After v1.7.28 the CLI moved to continuous releases — many small versions ship each week instead of tagged milestones. Rather than list every patch, here are the notable additions since February, drawn from the commit history (dates approximate to the month):

  • mx setup (Feb 2026) — one command to install and configure MemNexus for an agent: MCP client wiring, skills, and hooks.
  • Built-in MCP bridge (Feb 2026) — mx mcp serve replaced the separate mcp-proxy binary.
  • CommitContext (Feb 2026) — automatic capture of commit context with server-side LLM distillation and privacy filtering.
  • Automatic memory capture (Mar 2026) — end-user lifecycle hooks that save memories without manual prompts.
  • mx config dev/prod (Mar 2026) — switch between environments from the CLI.
  • More MCP clients (Mar–May 2026) — added OpenCode, Codex, and ChatGPT Desktop (via OAuth 2.1 remote auth) to the supported client list.
  • mx mcp management (Mar–Jun 2026) — restart, doctor, and status health probes for the local MCP bridge.

Tagged releases

The entries below predate continuous releases.

v1.26.2 (2026-02-06)

Core API

  • Fixed OpenAPI validation issues with nested schemas
  • Added Prometheus ServiceMonitor and Grafana dashboard for monitoring

CLI (@memnexus-ai/cli v1.7.28)

  • Stability improvements
  • Updated dependency versions

v1.26.0 (2026-01-27)

Core API

  • Automatic content extraction — Memories now automatically extract entities, topics, and facts from content using LLM-powered extraction
  • Extraction can be configured via EXTRACTION_ENABLED, EXTRACTION_PROVIDER, and EXTRACTION_MODEL environment variables
  • Supports multiple LLM extraction providers

CLI

  • Added --conversation-id "NEW" shorthand for starting new conversations
  • Improved search output with --timeline, --brief, and --group-by modes

v1.25.0 (2026-01-15)

Core API

  • Added narrative thread management endpoints
  • Added billing and subscription management (Stripe integration)
  • Improved GraphRAG query performance

SDK

  • Added narrative and billing service methods
  • TypeScript type improvements

v1.24.0 (2025-12-20)

Core API

  • Added behavioral pattern detection and compilation
  • Added topic clustering and similarity endpoints
  • Added topic similarity and clustering endpoints

CLI

  • Added mx patterns detect, mx patterns compile, mx patterns get commands
  • Added mx topics cluster command

v1.23.0 (2025-12-01)

Core API

  • Added GraphRAG query endpoints
  • Added entity extraction and discovery endpoints
  • Improved hybrid search with Reciprocal Rank Fusion

CLI

  • Added mx graphrag query, mx graphrag explain commands
  • Added mx entities list, mx entities get commands

Earlier releases

For releases prior to v1.23.0, see the GitHub releases page.