capture_search
Search through sandboxed tool outputs using BM25 ranking to find relevant code snippets and associated metadata.
Instructions
BM25 search across sandboxed tool outputs. Returns id, snippet, bytes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | FTS5 query (terms ANDed by default). | |
| limit | No | Max rows (default 20). | |
| session_id | No | ||
| project_root | No | ||
| tool_name | No | Restrict to a single source tool. |