Skip to content
Zed

release gate for Zed

io.github.dailyaiagents/release-gate

Local completion-contract checks and release receipts.

client:Zed transport:stdio runtime:pypi

Install release gate in Zed

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

{
  "context_servers": {
    "release-gate": {
      "command": "uvx",
      "args": [
        "dailyaiagents-release-gate"
      ]
    }
  }
}

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

release gate in other clients