phabricator_repository_code_search
Search file contents in Phabricator Diffusion repositories using grep-like patterns, with filters for path, commit, or branch.
Instructions
Search (grep) file contents within a Diffusion repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Directory path to search within (default: root) | |
| repository | Yes | Repository callsign, short name, or PHID | |
| query | Yes | Search query / pattern | |
| commit | No | Commit hash or branch (default: HEAD) | |
| branch | No | Branch name | |
| limit | No | Maximum results (max 100) | |
| offset | No | Result offset for pagination |