Skip to content
Gemini CLI

one shot ui for Gemini CLI

io.github.tn0123/one-shot-ui

Deterministic UI extraction and screenshot diffing for AI coding agents.

client:Gemini CLI transport:stdio runtime:npm

Install one shot ui in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

one shot ui in other clients