find_files
Search for files in a repository by matching file names with substring or glob patterns and optionally filtering by file extension.
Instructions
Find files in the repo by name pattern or extension.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Substring or glob pattern to match against file names. | |
| ext | No | File extension filter, e.g. '.js', '.scss'. |