Skip to content
Zed

impact preview for Zed

io.github.agent-polis/impact-preview

Impact preview for AI agents - see what changes before any action executes.

client:Zed transport:stdio runtime:pypi

Install impact preview in Zed

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

{
  "context_servers": {
    "impact-preview": {
      "command": "uvx",
      "args": [
        "impact-preview"
      ]
    }
  }
}

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

impact preview in other clients