hound_search
Search code across all indexed repositories using regex patterns. Returns matching files, lines, and deep links for quick navigation.
Instructions
Search code across all indexed repositories using regex patterns. Returns matching files and lines with deep links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Regex pattern to search for (e.g., "validateJWT|verifyToken", "func\s+\w+", "TODO|FIXME") | |
| repos | No | Comma-separated repo names (e.g., "roctinam/matric,roctinam/itops") or "*" for all (default: "*") | |
| files | No | File pattern filter using glob syntax (e.g., "*.ts", "*.py", "src/*.js") | |
| ignore_case | No | Case-insensitive search (default: false) | |
| limit | No | Number of results to return, 1-100 (default: 20). Use with offset for pagination. | |
| offset | No | Number of results to skip for pagination (default: 0). Use nextOffset from previous response. |