diffctx for Zed
io.github.nikolay-e/diffctx
Selects the minimum code an LLM needs to review a git diff
client:Zed
transport:stdio
runtime:pypi
Install diffctx in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"diffctx": {
"command": "uvx",
"args": [
"diffctx"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs