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

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 469 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

View file

@ -16,6 +16,26 @@
### Installation
#### Install from ACP Registry (Recommend)
1. Install Qwen Code CLI:
```bash
npm install -g @qwen-code/qwen-code
```
2. Open your JetBrains IDE and navigate to AI Chat tool window.
3. Click **Add ACP Agent**, then click **Install**.
![Install](assets/integration-jetbrains/install.png)
For users using JetBrains AI Assistant and/or other ACP agents, Click **Install From ACP Registry** in Agents List, then install Qwen Code ACP.
![Add from Agents List](assets/integration-jetbrains/agents-list.png)
4. The Qwen Code agent should now be available in the AI Assistant panel
![Qwen Code in JetBrains AI Chat](assets/integration-jetbrains/final.png)
#### Manual Install (for older version of JetBrains IDEs)
1. Install Qwen Code CLI:
```bash

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