Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.01 KB

File metadata and controls

39 lines (27 loc) · 1.01 KB

Changelog

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.

Added

  • 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

Changed

Deprecated

Removed

Fixed

Security

0.1.2 - 2025-02-08

Added

  • Initial stable release
  • Complete MCP server implementation
  • Knowledge graph with subject relations
  • Integration tests and examples