get_breaking_changes
Compare two versions of one Celestia repo and return the release notes between them, plus any forum threads near the release window. Celestia-specific. Use when a developer is planning an upgrade and asks "what breaks moving from X to Y?". Pass version strings as they appear in github_releases tags (with or without the leading "v").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Optional repo hint: "app", "node", "core", "rollkit", "openrpc", or a full owner/name. Defaults to celestia-app. | |
| to_sdk | Yes | Target version, e.g. "9.1.0" or "v9.1.0". | |
| from_sdk | Yes | Origin version, e.g. "9.0.0" or "v9.0.0". |