compare_commits
Compare two commits or branches to view file changes and diff statistics, showing what was added, modified, or removed between versions.
Instructions
Compare two commits or branches and see files changed.
Args:
repo_slug: Repository slug
base: Base commit hash or branch name
head: Head commit hash or branch name
Returns:
Diff statistics showing files added, modified, and removedInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| base | Yes | ||
| head | Yes |