/recall
Search sessions, save restart prompts, and pick work back up mid-thought.
$ /recall auth 2 matches 2026-03-14 switched JWT to RS256 callback URL had to match env exactly
agent-recall gives Claude Code a filing cabinet instead of a goldfish brain. Save context, distill it, search it later, and resume without replaying your own work back to the model.
Save context, distill it, resume without starting over.
Three commands, one memory system. The cards are separate on purpose: save sessions, learn from failures, and inspect history without dragging a whole framework into the room.
Search sessions, save restart prompts, and pick work back up mid-thought.
$ /recall auth 2 matches 2026-03-14 switched JWT to RS256 callback URL had to match env exactly
Track the commands that keep hurting you and surface the fix while the error is still warm.
$ git push origin feature/auth fatal: permission denied recall SOP: switch HTTPS to SSH you hit this three times this month
Zero-hook command history when you just need to retrace what you actually ran.
$ /history --failures
python3 sync.py
rg "clinicSelected"
pytest tests/test_share.py
The point is not preserving the transcript. The point is preserving the state of the work without carrying every tangent, typo, and dead-end into the next session.
/recall save captures messages, commands, failures, and current state before the session expires.
$ /recall save
47 messages
12 commands
2 failures
Noise comes out. Decisions, files changed, risks, and next steps stay in the briefing.
kept: branch state, blockers cut: dead-end retries wrote restarts/payroll-fix.prompt
Launch the saved restart prompt and continue from the middle instead of the beginning.
$ /recall restart 1
branch: feature/payroll-fix
next: verify rounding edge case
agent-recall is one memory index with a few different doors into it. The shape changes per tool; the session history does not.
Three small tools with the same visual language and the same bias: stop dragging context around by hand.
Session memory, failure recall, restart prompts, and searchable work history.
Open the repo ->Prompt builder and context assembly for shaping the right input before the run starts.
Visit agent-pb ->Visual capture and browsing help for when the work lives in screenshots, pages, or interfaces.
Visit agent-look ->Primary path is the plugin marketplace. Manual clone stays as the fallback if you want to inspect the wiring yourself.
# Claude Code (plugin) $ /plugin marketplace add ashrocket/agent-recall $ /install agent-recall # Or clone and configure manually $ git clone https://github.com/ashrocket/agent-recall $ cd agent-recall # follow README for settings.json hook config