recent_changes
Retrieve recent git commits with parsed fields (SHA, date, author, paths, summary). Filter by time range and file paths, avoiding raw git log calls.
Instructions
Recent git commits with structured fields (sha, ISO date, author, paths, summary). Use INSTEAD of git log shell calls — the output is already parsed and filterable by since and paths. Defaults to the last 7 days when since is omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | Cutoff for commits. Accepts ISO 8601 ('2026-05-08T00:00:00Z'), relative phrases ('4 hours ago', '2 weeks ago'), or keywords ('yesterday', 'today', 'last week'). Defaults to 7 days ago when omitted. | |
| paths | No | ||
| max | No |