Skip to content
Zed

dibs for Zed

io.github.polymatx/dibs

Coordination for parallel coding agents: file claims, enforcement hooks, git-native lessons.

client:Zed transport:stdio runtime:oci

Install dibs in Zed

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

{
  "context_servers": {
    "dibs": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/polymatx/dibs:0.1.1"
      ]
    }
  }
}

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

dibs in other clients