Skip to content
Zed

redline for Zed

io.github.gowtham0992/redline

Run local prompt regression checks from prompt-response logs in AI coding assistants.

client:Zed transport:stdio runtime:pypi

Install redline in Zed

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

{
  "context_servers": {
    "redline": {
      "command": "uvx",
      "args": [
        "redline-ai"
      ]
    }
  }
}

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

redline in other clients