List files (ToolAhead)
list_filesFind workspace files matching a glob pattern. Returns prefetched results from ToolAhead to reduce wait time.
Instructions
Find workspace files whose project-relative paths match a glob pattern. Use this instead of another glob/file-listing tool when available: ToolAhead may return an exact prefetched result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Directory to search; defaults to the workspace. | |
| limit | No | Maximum paths to return (default 200). | |
| pattern | Yes | Glob pattern such as **/*.py or src/**/test_*.py. |