Releases: MIMI180306/claude-persistent-memory
Releases · MIMI180306/claude-persistent-memory
Release list
v0.1.0 — Initial Release
🧠 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.jsSee README for full setup guide.