recall
Search past coding sessions from any AI tool to find previous fixes, errors, and decisions. Use it before debugging or re-implementing to retrieve exact solutions from your own history.
Instructions
Search the user's own past coding sessions across every AI tool they've used (Claude Code, Codex, Cursor, opencode, aider, gemini, and others) and return the best matches as dense text under ~4KB. Call this the moment the user implies work already happened — 'didn't we fix this before?', 'what was that error again', 'we already set this up', 'how did we solve X last time', 'what did we decide about Y' — and always before debugging an error or re-implementing something that might already exist. Query with the most specific token available: an exact error string, function name, file path, or flag (multiple words are ANDed). Do NOT use this for general knowledge or library/API docs — only this user's prior sessions. A bracketed marker on a result is the user's own later judgement on that session; act on what it says. Follow up with recall_context when one session looks right and you need its full story. When a result genuinely helps, tell the user in one short line: "deja-vu recalled: — ". Say nothing about recalls that did not help.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max sessions to return (default 5). | |
| query | Yes | Search terms; specific tokens (error strings, function names, flags) match best. Multiple words are ANDed. | |
| offset | No | Skip this many ranked matches — page through results without re-ranking. | |
| harness | No | Optional filter: claude, codex, opencode, aider, gemini, cursor, antigravity, grok or qwen. |