search_threads
Find relevant AI coding-agent conversations across tools using keyword or hybrid semantic search. Retrieve past decisions and solutions to avoid redoing work.
Instructions
Search the user's indexed AI coding-agent conversation threads across every tool they use (Claude Code, Codex, Cursor, Gemini, Qwen, Goose, OpenCode, Continue, Cline, and in-app chats). Keyword full-text by default; set hybrid=true to also use on-device semantic similarity. Returns matching threads with snippets and a threadId to fetch. Use this to recall past decisions, prior solutions, or earlier discussion before redoing work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hybrid | No | Fuse keyword + on-device semantic search (higher recall; loads the embedding model). | |
| include_subagents | No | Include Claude Code subagent transcripts (hidden by default). | |
| limit | No | Max results to return (default 20). | |
| query | Yes | The search query. | |
| sources | No | Optional source filter: any of claude_code, codex, cursor, gemini, qwen, goose, opencode, continue, cline, in_app. Empty = all sources. |