search_nodes
Fuzzy-find code nodes by name or path to obtain canonical node IDs, eliminating the need for manual grepping or guessing.
Instructions
Fuzzy-find nodes by name or path (e.g. "useAuth", "Header") — resolve a rough name to canonical node ids without grepping or guessing ids
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | Repo root (defaults to cwd) | |
| type | No | Restrict to node types (component, function, file, …) | |
| limit | No | Max results (default 20) | |
| query | Yes | Free-text name/path to match |