Deja-vu Review: Zero-Dep Memory Layer for Coding Agents
Ever had a Claude Code session debug a gnarly JWT rotation bug, then three weeks later watch your new Codex agent wrestle the same issue from scratch? Yeah, me too. So I run three coding agents across eight projects. That’s months of conversation logs — design decisions, debugging rabbit holes, configuration gotchas. All sitting on my disk in format-specific JSONL files I couldn’t search. Honestly, every new agent session felt like I was hiring a dev who’d never seen the codebase. The short version: Deja-vu is a single Go binary that reads every session log Claude Code, Codex, opencode, aider, Gemini CLI, Cursor, Antigravity, and Grok Build ever wrote — and gives you instant search plus MCP recall over the whole thing. But no database, no daemon, no service to run. Yet it works retroactively on months of logs from before you installed it. So I’ve been running it for a week. Now here’s what I found. ...