docs/users/integration-zed.md
Zed Editor provides native support for AI coding assistants through the Agent Client Protocol (ACP). This integration allows you to use Qwen Code directly within Zed's interface with real-time code suggestions.
npm install -g @qwen-code/qwen-code
Download and install Zed Editor
In Zed, click the settings button in the top right corner, select "Add agent", choose "Install from Registry", find Qwen Code, then click Install.
npm install -g @qwen-code/qwen-code
Download and install Zed Editor
In Zed, click the settings button in the top right corner, select "Add agent", choose "Create a custom agent", and add the following configuration:
"Qwen Code": {
"type": "custom",
"command": "qwen",
"args": ["--acp"],
"env": {}
}
qwen --version in terminal to verify installationqwen in terminal