source_search
Find code occurrences by searching project source files with text or regex patterns, scoping results via path, file list, case sensitivity, and maximum matches.
Instructions
Search source files in the project directory.
Args: pattern: text or regex pattern path: directory to search (default: default_project_dir or cwd) files: optional explicit file list (relative to path) regex: treat pattern as a regular expression
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| files | No | ||
| regex | No | ||
| pattern | Yes | ||
| ignore_case | No | ||
| max_matches | No |