add image for jetbrains acp configuration

This commit is contained in:
Jan-Niklas W. 2026-01-12 10:17:25 -06:00
parent 824ca056a4
commit 299b7de030
2 changed files with 4 additions and 2 deletions

View file

@ -19,7 +19,7 @@
1. Install Qwen Code CLI:
```bash
npm install -g qwen-code
npm install -g @qwen-code/qwen-code
```
2. Open your JetBrains IDE and navigate to AI Chat tool window.
@ -31,7 +31,7 @@
"agent_servers": {
"qwen": {
"command": "/path/to/qwen",
"args": ["--experimental-acp"],
"args": ["--acp"],
"env": {}
}
}
@ -40,6 +40,8 @@
4. The Qwen Code agent should now be available in the AI Assistant panel
![Qwen Code in JetBrains AI Chat](./images/jetbrains-acp.png)
## Troubleshooting
### Agent not appearing