#330 · Primary category: AI Coding Assistants
deja-vu
Search your past AI coding sessions — Claude Code, Codex, Cursor and 17 more. Indexes the session history they already wrote to disk, including months from before you installed it, and recalls it in any of them. No LLM, no embeddings, one local Go binary.
Project last updated:08/30/26
GitHub Stars
740
Forks
59
Contributors
22
License
MIT
Why we included this project
Anyone who has watched Claude Code or Codex re-debug something they already fixed months ago will recognize the pain this solves. deja-vu reads the session logs those coding agents already write to disk, builds a local search index, and hands the relevant past decision back to the agent over MCP, with no LLM, no embeddings, just a single Go binary. Because it indexes history that already exists, it is useful from the first install rather than starting empty and recording forward. Recall is triggered automatically at session start, before file edits, and after failed commands, with keys and tokens stripped as the index is built. Teams that want their coding agents to stop repeating past mistakes without shipping session data to a third-party service will find this a practical option.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.