git_diff
Retrieve a filtered, no-color diff of workspace changes to support planning and review without granting write or shell access.
Instructions
Return a bounded, filtered, no-color Git diff page for the bound workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | ||
| path | No | ||
| cursor | No | ||
| maxBytes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| path | Yes | ||
| text | Yes | ||
| hasMore | Yes | ||
| nextCursor | Yes |