v0.1.0
First release of Leteo — persistent memory for AI coding agents. An MCP server
and a set of lifecycle hooks over one local SQLite database, so the agent keeps
what was decided, fixed and learned across sessions and compactions without you
ever prompting it to remember.
What's in it
- A 22-tool MCP server over stdio, and lifecycle hooks for session start,
compaction recovery, prompt capture, subagent capture and session stop. - Setup for twelve clients: Claude Code, Codex, Cursor, Gemini CLI, OpenCode,
Windsurf, VS Code Copilot, Kilo Code, Qwen, Kiro, Antigravity and Pi. - Full-text search with weighted BM25 and a widening retry, so a question that
matches none of its words strictly still finds the memory. - Memories with types, topic keys, a review clock, and a relation graph that
says which memory a later one overturned. - A JSON command line and an interactive terminal UI.
- Optional PostgreSQL cloud replication, per project, off by default.
leteo import --from-engramreads an existing Engram database directly.
Twelve languages for the interface and for what memories are written in.
Binaries for x86-64 Linux, Windows and macOS, and arm64 Linux and macOS, each
verified against SHA256SUMS.
The complete notes, including what is measured, what is deliberately missing and
the known limits, are in CHANGELOG.md.
Full Changelog: https://github.com/asanabrial/leteo/commits/v0.1.0