Tools reference
The agent uses these capabilities to complete tasks. All actions respect scope and ignore rules.
Capabilities
| Tool | Description |
|---|---|
| Read file | Open and read file contents within allowed paths. |
| Search codebase | Search the repo by keyword or meaning to find relevant code. |
| Edit file | Apply changes to files (e.g. add, replace, delete) with your approval. |
| Run command | Execute allowed commands (e.g. tests, lint) in the project environment. |
| Run gates | Execute the configured gates and record evidence. |
For typical flows, see Common workflows and Quickstart. Gates are documented in Gates reference and Gates & evidence.