Skip to content
Zed

SmartCLI — drive terminal TUIs for Zed

io.github.dwgx/smartcli

Let agents drive vim, htop, lazygit: send keys, wait on screen state, read the rendered cell grid.

client:Zed transport:stdio runtime:pypi

Install SmartCLI — drive terminal TUIs in Zed

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

{
  "context_servers": {
    "smartcli": {
      "command": "uvx",
      "args": [
        "smartcli-toolkit"
      ]
    }
  }
}

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

SmartCLI — drive terminal TUIs in other clients