Show Changes
show_changesSummarize workspace changes in one review-oriented result with git status, diff stats, and optional unified diff, so you can review current work without running separate git commands.
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 the workspace selected for this MCP session. | |
| mark_reviewed | No | Update the last-shown review checkpoint after this call. Default: true. |