Search events
searchFind relevant changes by searching across entity paths, diffs, reasoning, and agent logs. Quickly locate code modifications related to any feature or topic.
Instructions
Full-text search across entity paths, diffs, reasoning, and agents.
Useful for questions like 'what changes were made for the billing feature?', 'which columns were added by cursor?', or 'show everything related to authentication'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search string (case-insensitive substring). Searches across entity_path, diff, reasoning, and agent fields. SQL LIKE wildcards (`_` and `%`) are escaped, so 'stripe_customer_id' matches the literal underscore rather than any single char. | |
| limit | No | Maximum number of results. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |