branch_compare
Compare code symbols between two git branches to identify differences. Specify base and head branches to see what changed in a project.
Instructions
Compare symbols between two git branches to see what changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | Yes | Base branch name (e.g. main) | |
| head | Yes | Head branch name (e.g. feature/xyz) | |
| project_id | Yes | Project ID | |
| project_path | Yes | Path to the git repository |