Skip to content
Zed

changelogai for Zed

io.github.ura-tools/changelogai

Generate changelogs and suggest semver bumps from git history

client:Zed transport:stdio runtime:npm

Install changelogai in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "changelogai": {
      "command": "npx",
      "args": [
        "-y",
        "@ura-dev/changelogai"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

changelogai in other clients