Skip to content
Zed

quilt for Zed

io.github.wkoverfield/quilt

Track which AI agent wrote which lines in a shared Git checkout; each commits only its own lines.

client:Zed transport:stdio runtime:npm

Install quilt in Zed

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

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

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

quilt in other clients