Show Changes
show_changesConsolidate workspace changes into one review-ready result: git status, diff stats, and optional diff. Use instead of running multiple git commands to review work.
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. | |
| since | No | Use last_shown to suppress unchanged repeated reviews. Default: last_shown. | |
| 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. | |
| mark_reviewed | No | Update the last-shown review checkpoint after this call. Default: true. |