Skip to content
Gemini CLI

impact preview for Gemini CLI

io.github.agent-polis/impact-preview

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

client:Gemini CLI transport:stdio runtime:pypi

Install impact preview in Gemini CLI

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

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

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

impact preview in other clients