Search Files (Kilo-Kit)
kilo_search_filesSearch files by pattern, substring, or glob across a workspace to locate matches. Use rootDir and maxResults to limit search scope.
Instructions
Search for files matching a pattern, substring, or glob across the workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| glob | No | Alias for pattern | |
| query | No | Alias for pattern | |
| format | No | markdown | |
| pattern | No | Glob pattern or file search substring (e.g. '*.ts', '**/*.json', 'story') | |
| rootDir | No | Subdirectory or workspace path to limit search | |
| sessionId | No | Active session ID from kilo_orchestrate_task. | |
| maxResults | No | Maximum file matches |