Skip to content
Zed

one shot ui for Zed

io.github.tn0123/one-shot-ui

Deterministic UI extraction and screenshot diffing for AI coding agents.

client:Zed transport:stdio runtime:npm

Install one shot ui in Zed

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

{
  "context_servers": {
    "one-shot-ui": {
      "command": "npx",
      "args": [
        "-y",
        "one-shot-ui"
      ]
    }
  }
}

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

one shot ui in other clients