changes
Get a concise git change summary, optionally scoped to a file, for exact changed-file inspection and line-range summaries instead of broader repository search.
Instructions
Return a tiny git change summary, optionally for one file. Use this for exact changed-file inspection and line-range summaries instead of broader repository search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional indexed file path to scope the change summary to one file. | |
| limit | No | Maximum number of changed files to render when path is omitted. Default: 20. |