You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update version across all manifests (version.rb, plugin.json,
marketplace.json, CLAUDE.md marker). Add CHANGELOG entry covering
sqlite-vec native vector storage, SessionStart context injection,
compact/export commands, DualQueryTemplate recall fix, and
SchemaValidator vec0 crash fix. Update README key features and
CLAUDE.md with current tool/command counts and architecture notes.
The gem includes an MCP server (`claude-memory serve-mcp`) that exposes memory operations as tools. Configuration should be in `.mcp.json` at project root.
-**Native Vector Storage**: [sqlite-vec](https://github.com/asg017/sqlite-vec) for fast KNN search with local embeddings ([fastembed-rb](https://github.com/khasinski/fastembed-rb), no API key)
100
+
-**Session Context**: Automatic context injection at session start with recent facts
98
101
-**Privacy First**: `<private>` tags exclude sensitive data
99
102
-**Progressive Disclosure**: Lightweight queries before full details
100
103
-**Semantic Shortcuts**: Quick access to decisions, conventions, architecture
0 commit comments