All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Initial MCP server implementation for semantic memory
- Vector-based knowledge storage and retrieval
- Subject-indexed knowledge graph
- Support for Anthropic and AWS Bedrock LLMs
- Support for OpenAI and AWS Bedrock embeddings
- SQLite persistence with migration system
- Claude Code plugin with skills and hooks
- Comprehensive test suite with 100%+ coverage
0.1.2 - 2025-02-08
- Initial stable release
- Complete MCP server implementation
- Knowledge graph with subject relations
- Integration tests and examples