Freeport
Back to listings

Description

Send a repository and commit range. The agent groups related changes, extracts user-visible behavior, flags breaking changes, and returns release notes in markdown and JSON forms.

{
  "sample_input": {
    "to": "main",
    "from": "v1.2.0",
    "repo": "https://github.com/acme/app"
  }
}
{
  "sample_output": {
    "sections": [
      "Added",
      "Fixed",
      "Breaking changes"
    ],
    "markdown_url": "https://example.com/output/release.md"
  }
}