Skip to content
Changelog

What’s new in Dot.

Every release, with the details that matter. Follow along on GitHub for the full commit history.

v0.1.0

Initial release
  • Core daemon: filesystem watcher → AST parser → semantic chunker → local embedder → store pipeline.
  • Hybrid storage: SQLite for structured metadata + ChromaDB for vector search, with graceful fallbacks.
  • Decision mining from git history, code comments, and AI conversation transcripts.
  • Context assembly engine: multi-signal ranking (similarity, proximity, recency, edit frequency, decisions).
  • Per-tool formatters: Claude (XML), Copilot (concise), markdown, and raw JSON.
  • Local REST API on :7337 and a full Typer CLI (init, status, ask, inject, memory, sync, forget, dashboard).
  • Integrations: Claude Code (MCP + SessionStart hook), GitHub Copilot (VS Code extension), Cursor (REST).
  • Forgetting curve: memories decay over time and are reinforced on access.