Show Changes
show_changesGet a consolidated review of workspace changes: git status, diff stats, and optional unified diff in one output.
Instructions
Summarize the current workspace changes in one review-oriented result with git status, diff stats, and optional diff. Use this instead of bash git status, bash git diff, git_status, or git_diff when reviewing work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional file path relative to workspace root. | |
| staged | No | Show staged diff. Default: false. | |
| include_diff | No | Include the unified diff. Default: true. | |
| workspace_id | No | Workspace id from open_workspace. Omit to use default workspace. |