recall
Search past coding-agent sessions to locate previous fixes, error messages, or commands. Use before debugging or re-implementing for context.
Instructions
Search past coding-agent sessions (Claude Code, Codex, opencode, aider, Gemini CLI, Cursor, Antigravity, Grok Build) indexed on this machine and return the best matches as dense text under ~4KB. Use before debugging or re-implementing something: prior sessions often contain the exact fix, error message, or command. Query works best with specific tokens — an error string, function name, or flag.
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. | |
| harness | No | Optional filter: claude, codex, opencode, aider, gemini, cursor, antigravity or grok. |