get_changelog
Retrieve and format recent git commit history grouped by date with file changes. No prior indexing needed.
Instructions
Extract recent git commit history as a formatted changelog. Groups commits by date and includes file change information.
No prior indexing required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to the repository (must be a git repo) | |
| max_commits | No | Maximum number of commits to include (default: 30, max: 200) |