docs(integration): add ACP Registry for Zed and JetBrains integration docs

This commit is contained in:
Shihao Shen 2026-03-14 15:36:55 +08:00
parent 1359563f45
commit 44edc7536b
7 changed files with 39 additions and 0 deletions

View file

@ -18,6 +18,25 @@
### Installation
#### Install from ACP Registry (Recommend)
1. Install Qwen Code CLI:
```bash
npm install -g @qwen-code/qwen-code
```
2. Download and install [Zed Editor](https://zed.dev/)
3. In Zed, click the **settings button** in the top right corner, select **"Add agent"**, choose **"Install from Registry"**, find **Qwen Code**, then click **Install**.
![ACP Registry](assets/integration-zed/acp-registry.png)
![Qwen Code ACP Installed](assets/integration-zed/installed.png)
#### Manual Install
1. Install Qwen Code CLI:
```bash