Letterbox for Zed
io.github.dovahkiin-v/letterbox
File-based comms protocol for AI-to-AI dialogue between terminal agents.
client:Zed
transport:stdio
runtime:pypi
Install Letterbox in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"letterbox": {
"command": "uvx",
"args": [
"letterbox"
],
"env": {
"LETTERBOX_CHANNEL": "<LETTERBOX_CHANNEL>",
"LETTERBOX_SENDER": "<LETTERBOX_SENDER>",
"LETTERBOX_INSTANCE_ID": "<LETTERBOX_INSTANCE_ID>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs