Skip to content

Latest commit

Β 

History

History
42 lines (32 loc) Β· 1.59 KB

File metadata and controls

42 lines (32 loc) Β· 1.59 KB

Changelog

All notable changes to MemoryOS will be documented here.

Format: Keep a Changelog | Versioning: Semantic Versioning


Planned

  • Firefox browser extension
  • Cursor IDE LSP plugin
  • ChatGPT data export importer
  • SQLCipher at-rest encryption
  • Obsidian vault bidirectional sync

1.0.0 β€” 2026-03-15

Added

  • 🧠 Core memory engine β€” SQLite + ChromaDB hybrid storage
  • πŸ” Hybrid search β€” semantic (cosine) + keyword (FTS5) + re-ranking
  • πŸ€– Local embeddings β€” all-MiniLM-L6-v2 via sentence-transformers
  • ✍️ Auto-summarization β€” Ollama β†’ Groq β†’ OpenAI fallback chain
  • πŸ“Š Entity extraction β€” people, projects, tech, decisions, TODOs
  • 🏷️ Importance scoring β€” automatic signal detection
  • πŸ“Œ Pin/forget β€” memory lifecycle management
  • πŸ” Data retention β€” configurable auto-forget policy
  • 🌐 Browser Extension β€” MV3, ChatGPT + Claude + Gemini support
  • πŸ’» CLI β€” start, stop, search, add, forget, stats, export, ask
  • πŸ“Š Dashboard β€” Next.js 14, dark theme, semantic search, stats, export
  • πŸ”Œ REST API β€” full CRUD + search + export + sessions + tags
  • 🐳 Docker β€” single docker-compose up deployment
  • πŸš€ GitHub Actions β€” CI (lint + test + build) + PyPI auto-release
  • πŸ“– Full documentation β€” API, Architecture, Privacy, Contributing