compare_branches
Compare two branches to list files that differ, including added/removed line counts. Omit base branch to compare against the default branch.
Instructions
Compare two branches and list files that differ between them. Returns changed files with added/removed line counts. If base is omitted, compares against the default branch. For a detailed line-by-line diff, use diff_commits instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | Base branch (default branch if omitted) | |
| owner | Yes | Project owner alias | |
| compare | Yes | Branch to compare | |
| project | Yes | Project alias |