Search every agent session — Claude, Codex, pi — in plain English. Jump back in with the exact resume command.
npm install -g coding-agent-recallOr without installing globally:
npx coding-agent-recallLocal — offline, ~300MB model downloaded once:
recall setupCloud — more accurate, needs a Voyage API key:
export VOYAGE_API_KEY=your_keyFast keyword search works out of the box — skip this if that's enough.
recall sync # index your sessions
recall # searchThat's it.
Trouble? Run recall doctor. Full rebuild after switching providers: recall index --full.
For more detail: PRD.md · IMPLEMENTATION.md
