Skip to content
Zed

datadiffer for Zed

io.github.gauthierpiarrette/datadiffer

Read-only table diffs with segment attribution: which slice of your data changed.

client:Zed transport:stdio runtime:pypi

Install datadiffer in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "datadiffer": {
      "command": "uvx",
      "args": [
        "datadiffer"
      ],
      "env": {
        "DATADIFFER_CONFIG": "<DATADIFFER_CONFIG>"
      }
    }
  }
}

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

datadiffer in other clients