sage_grep
Search files with compressed, grouped results, preserving exact paths and line numbers. Useful for large outputs to reduce noise.
Instructions
Search files with compressed, grouped results (exact paths and line numbers kept). Prefer this over rg/grep when output may be large.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| glob | No | Filename filter, e.g. *.py | |
| paths | No | Paths to search | |
| pattern | Yes | Regex pattern | |
| ignore_case | No |