diff --git a/README.md b/README.md index 099d55504..75997c715 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,11 @@ If you encounter issues, check the [troubleshooting guide](https://qwenlm.github To report a bug from within the CLI, run `/bug` and include a short title and repro steps. +## Connect with Us + +- Discord: https://discord.gg/ycKBjdNd +- Dingtalk: https://qr.dingtalk.com/action/joingroup?code=v1,k1,+FX6Gf/ZDlTahTIRi8AEQhIaBlqykA0j+eBKKdhLeAE=&_dt_no_comment=1&origin=1 + ## Acknowledgments This project is based on [Google Gemini CLI](https://github.com/google-gemini/gemini-cli). We acknowledge and appreciate the excellent work of the Gemini CLI team. Our main contribution focuses on parser-level adaptations to better support Qwen-Coder models. diff --git a/docs/users/images/jetbrains-acp.png b/docs/users/images/jetbrains-acp.png deleted file mode 100644 index b49ef3547..000000000 Binary files a/docs/users/images/jetbrains-acp.png and /dev/null differ diff --git a/docs/users/integration-jetbrains.md b/docs/users/integration-jetbrains.md index f4d6cfa02..3f4739eab 100644 --- a/docs/users/integration-jetbrains.md +++ b/docs/users/integration-jetbrains.md @@ -1,11 +1,11 @@ # JetBrains IDEs -> JetBrains IDEs provide native support for AI coding assistants through the Agent Control Protocol (ACP). This integration allows you to use Qwen Code directly within your JetBrains IDE with real-time code suggestions. +> JetBrains IDEs provide native support for AI coding assistants through the Agent Client Protocol (ACP). This integration allows you to use Qwen Code directly within your JetBrains IDE with real-time code suggestions. ### Features - **Native agent experience**: Integrated AI assistant panel within your JetBrains IDE -- **Agent Control Protocol**: Full support for ACP enabling advanced IDE interactions +- **Agent Client Protocol**: Full support for ACP enabling advanced IDE interactions - **Symbol management**: #-mention files to add them to the conversation context - **Conversation history**: Access to past conversations within the IDE @@ -40,7 +40,7 @@ 4. The Qwen Code agent should now be available in the AI Assistant panel -![Qwen Code in JetBrains AI Chat](./images/jetbrains-acp.png) +![Qwen Code in JetBrains AI Chat](https://img.alicdn.com/imgextra/i3/O1CN01ZxYel21y433Ci6eg0_!!6000000006524-2-tps-2774-1494.png) ## Troubleshooting