Skip to content
Zed

Distil for Zed

io.github.dshakes/distil

Reversibly compress tool outputs to recoverable handles; expand to exact original bytes on demand.

client:Zed transport:stdio runtime:pypi

Install Distil in Zed

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

{
  "context_servers": {
    "distil": {
      "command": "uvx",
      "args": [
        "distil-llm"
      ]
    }
  }
}

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

Distil in other clients