bb_get_diff_summary
Summarize the diff between two Git refs per file, showing change status, +/- line counts, and a short diff preview.
Instructions
Get a per-file summary of the diff between two refs (commit SHA or branch name). 'until' defaults to the default branch. On this server it is reconstructed by walking /commits//diff along the branch lineage from until down to (but not including) from. Each entry: path, status, +N/−N counts, and a short preview (first ~400 chars of the file's diff).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | Start ref (commit SHA or branch name) — the base, exclusive | |
| until | No | End ref (commit SHA or branch name; defaults to default branch) — the head, inclusive | |
| repoSlug | Yes | ||
| projectKey | Yes |