Skip to content
Zed

wisegit for Zed

io.github.sandip124/wisegit

Extracts decision intent from git history and protects intentional code from AI modification.

client:Zed transport:stdio runtime:npm

Install wisegit in Zed

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

{
  "context_servers": {
    "wisegit": {
      "command": "npx",
      "args": [
        "-y",
        "@sandip124/wisegit"
      ]
    }
  }
}

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

wisegit in other clients