mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
feat: update docs
This commit is contained in:
parent
22916457cd
commit
9521987a09
3 changed files with 8 additions and 3 deletions
|
|
@ -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.
|
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
|
## 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.
|
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.
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 36 KiB |
|
|
@ -1,11 +1,11 @@
|
||||||
# JetBrains IDEs
|
# 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
|
### Features
|
||||||
|
|
||||||
- **Native agent experience**: Integrated AI assistant panel within your JetBrains IDE
|
- **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
|
- **Symbol management**: #-mention files to add them to the conversation context
|
||||||
- **Conversation history**: Access to past conversations within the IDE
|
- **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
|
4. The Qwen Code agent should now be available in the AI Assistant panel
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue