Skip to content

Agent Release Auditor for Zed

io.github.veyndrasystems/agent-release-auditor

Deterministic release gate for AI-written code and coding agents.

client:Zed transport:stdio runtime:npm

Install Agent Release Auditor in Zed

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

{
  "context_servers": {
    "agent-release-auditor": {
      "command": "npx",
      "args": [
        "-y",
        "agent-release-auditor"
      ]
    }
  }
}

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

Agent Release Auditor in other clients