get_diff_stats
Analyze code changes by calculating file modifications and line additions/removals between commits, specific files, or staged content.
Instructions
Get diff statistics (files changed, lines added/removed)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| staged | No | Show stats for staged changes | |
| file | No | Specific file stats | |
| commit1 | No | First commit for comparison | |
| commit2 | No | Second commit for comparison | |
| cwd | No | Working directory |