Resources
Changelog
Release history for MemNexus packages.
Release history for MemNexus core packages. Each release includes the CLI, SDK, and MCP server.
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, andEXTRACTION_MODELenvironment variables - Supports both OpenAI and Anthropic as extraction providers
CLI
- Added
--conversation-id "NEW"shorthand for starting new conversations - Improved search output with
--timeline,--brief, and--group-bymodes
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 community detection (Louvain and label propagation algorithms)
- Added topic similarity and clustering endpoints
CLI
- Added
mx patterns detect,mx patterns compile,mx patterns getcommands - Added
mx topics detect-communities,mx topics clustercommands
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,mx graphrag query-communitiescommands - Added
mx entities list,mx entities getcommands
Earlier releases
For releases prior to v1.23.0, see the GitHub releases page.