Zed
Use proto directly inside Zed via the Agent Client Protocol (ACP).
Requirements
- Zed Editor (latest version)
- proto installed (
npm i -g proto)
Installation
From the ACP Registry (recommended)
- Open Zed and click the settings button in the top-right corner.
- Select “Add agent” → “Install from Registry”.
- Find proto and click Install.
Manual configuration
- In Zed, click the settings button → “Add agent” → “Create a custom agent”.
- Add the following configuration:
"proto": {
"type": "custom",
"command": "proto",
"args": ["--acp"],
"env": {}
}Features
- Native agent panel — integrated AI assistant within Zed’s interface
- ACP support — full Agent Client Protocol for advanced IDE interactions
- File management — @-mention files to add them to conversation context
- Conversation history — access past conversations within Zed
Troubleshooting
Agent not appearing
- Run
proto --versionin terminal to verify installation - Check that the JSON configuration is valid
- Restart Zed
proto not responding
- Verify the CLI works by running
protoin a terminal - Check your internet connection
- File an issue on GitHub
Last updated on