grep
Find lines matching a text pattern in workspace files. Use options like path, glob, case-insensitivity, and context to pinpoint relevant content.
Instructions
Search file content using Pi and return matching lines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| glob | No | ||
| path | No | Absolute path or path relative to the workspace. Home is a starting directory, not a sandbox. | |
| limit | No | ||
| context | No | ||
| literal | No | ||
| pattern | Yes | ||
| ignoreCase | No | ||
| workspace_id | Yes |