mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
docs(integration): add ACP Registry for Zed and JetBrains integration docs
This commit is contained in:
parent
1359563f45
commit
44edc7536b
7 changed files with 39 additions and 0 deletions
BIN
docs/users/assets/integration-jetbrains/agents-list.png
Normal file
BIN
docs/users/assets/integration-jetbrains/agents-list.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
BIN
docs/users/assets/integration-jetbrains/final.png
Normal file
BIN
docs/users/assets/integration-jetbrains/final.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 469 KiB |
BIN
docs/users/assets/integration-jetbrains/install.png
Normal file
BIN
docs/users/assets/integration-jetbrains/install.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 493 KiB |
BIN
docs/users/assets/integration-zed/acp-registry.png
Normal file
BIN
docs/users/assets/integration-zed/acp-registry.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 383 KiB |
BIN
docs/users/assets/integration-zed/installed.png
Normal file
BIN
docs/users/assets/integration-zed/installed.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 81 KiB |
|
|
@ -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**.
|
||||

|
||||
|
||||
For users using JetBrains AI Assistant and/or other ACP agents, Click **Install From ACP Registry** in Agents List, then install Qwen Code ACP.
|
||||

|
||||
|
||||
4. The Qwen Code agent should now be available in the AI Assistant panel
|
||||

|
||||
|
||||
#### Manual Install (for older version of JetBrains IDEs)
|
||||
|
||||
1. Install Qwen Code CLI:
|
||||
|
||||
```bash
|
||||
|
|
|
|||
|
|
@ -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**.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
|
||||
#### Manual Install
|
||||
|
||||
1. Install Qwen Code CLI:
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue