get_recent_changes
Retrieve recent git commits to track code changes. Supports filtering by commit count and optionally includes diff content for analysis.
Instructions
Get recent git changes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of commits to check | |
| include_diff | No | Whether to include the diff content |