Source: https://reclaimllm.com/features/search-replay
FeatureSearch and replay
every AI session. Find old solutions fast, reopen full conversations, and inspect the exact steps an agent took. Your AI history stops being disposable once it becomes searchable. Start building your history→ See capture methods Search layerBuilt for retrieval, not just storage.
⌕Full-text search across providers
Search your ChatGPT, Claude, Gemini, proxy, and coding-agent sessions from one place instead of remembering which tool you used last time. ◈Replay full execution traces
See the whole session, not just the final answer: prompts, responses, tool calls, results, and file changes when the source supports them. ◇AI-generated organization
Sessions are titled and described automatically, with tags and other metadata that make browsing easier as your history grows. ◌Usage context alongside content
Search by topic, then inspect the model, time, token usage, and cost context around the session you are reopening. Replay viewReopen the session with its full context.
Search is only useful if opening a result gives you enough detail to act on it. RCLM keeps the session detail view rich enough to answer, “What actually happened here?” That matters most for coding and debugging workflows, where the missing detail is usually not the final answer. It is the path the agent took to get there. TranscriptRead the full back-and-forth, not just the remembered summary Tool callsInspect what the agent actually invoked and what came back File diffsReview before-and-after changes for hooks-captured coding sessions Session metadataModel, provider, timestamps, tags, tokens, and cost Sensitive flagsSee which sessions need extra review before sharing or exporting Export pathTurn found sessions into datasets, archives, or further analysis Why it mattersRetrieval is the practical value users feel every week.
Recover a solution you already found
The practical win is simple: stop re-solving the same problem because a provider-specific chat history buried the answer.Understand why an agent went wrong
When a coding session goes sideways, replay shows the sequence of prompts, tool usage, and file changes that led there.Trace repeated patterns in your work
Search history turns AI usage from disposable chat into a reusable body of work you can inspect over time. WorkflowFrom remembered problem to reusable session.
01Find
Search by phrase, topic, provider, model, date, or other metadata. 02Open
Jump into the session detail view and inspect the exact conversation context. 03Replay
Review transcripts, tool activity, and file diffs to understand what happened. 04Reuse
Export, reference, refine, or add the session to a dataset or workflow. MCP recallBring search into your coding assistant.
The ReclaimLLM MCP server lets tools like Claude, Gemini, Cursor, and Codex ask your ReclaimLLM backend for prior sessions without leaving the current workflow. It is intentionally conservative: search returns short titles and highlights first. A session is only summarized into the current conversation when you explicitly ask to use it.rclm-hooks-install --with-mcp
01