Skip to content

Releases: MIMI180306/claude-persistent-memory

v0.1.0 — Initial Release

Choose a tag to compare

@MIMI180306 MIMI180306 released this 13 Feb 05:21

🧠 Claude Persistent Memory v0.1.0

First public release of the persistent memory system for Claude Code.

Features

  • Hybrid BM25 + vector semantic search (FTS5 + sqlite-vec)
  • 4-channel retrieval: MCP tools + UserPrompt/PreTool/PostTool hooks
  • LLM-driven memory structuring (<what>/<when>/<do>/<warn> XML)
  • Automatic clustering with mature cluster → skill promotion
  • Confidence scoring with validation feedback loop
  • Configurable time decay per memory type
  • Local-first storage (SQLite)

Requirements

  • Node.js >= 18
  • macOS or Linux
  • Azure OpenAI API access
  • ~2GB RAM for bge-m3 embedding model

Quick Start

git clone https://github.com/MIMI180306/claude-persistent-memory.git
cd claude-persistent-memory
npm install
cp config.default.js config.js

See README for full setup guide.