search_files
Search file names or file contents for a literal query in a directory, returning matching paths and lines plus an incomplete flag when results are truncated.
Instructions
Bounded literal file-name or content search. Uses ripgrep when available, otherwise a built-in bounded fallback. Returns paths/lines and incomplete flag. No regex interpretation of the query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| glob | No | ||
| limit | No | ||
| query | Yes | ||
| directory | Yes | ||
| files_only | No |