@qwen-code/qwen-code 0.7.0-nightly.20260113.09196c6e → 0.7.0-preview.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/cli.js +3699 -1631
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ Qwen Code is an open-source AI agent for the terminal, optimized for [Qwen3-Code
|
|
|
25
25
|
- **OpenAI-compatible, OAuth free tier**: use an OpenAI-compatible API, or sign in with Qwen OAuth to get 2,000 free requests/day.
|
|
26
26
|
- **Open-source, co-evolving**: both the framework and the Qwen3-Coder model are open-source—and they ship and evolve together.
|
|
27
27
|
- **Agentic workflow, feature-rich**: rich built-in tools (Skills, SubAgents, Plan Mode) for a full agentic workflow and a Claude Code-like experience.
|
|
28
|
-
- **Terminal-first, IDE-friendly**: built for developers who live in the command line, with optional integration for VS Code and
|
|
28
|
+
- **Terminal-first, IDE-friendly**: built for developers who live in the command line, with optional integration for VS Code, Zed, and JetBrains IDEs.
|
|
29
29
|
|
|
30
30
|
## Installation
|
|
31
31
|
|
|
@@ -137,10 +137,11 @@ Use `-p` to run Qwen Code without the interactive UI—ideal for scripts, automa
|
|
|
137
137
|
|
|
138
138
|
#### IDE integration
|
|
139
139
|
|
|
140
|
-
Use Qwen Code inside your editor (VS Code and
|
|
140
|
+
Use Qwen Code inside your editor (VS Code, Zed, and JetBrains IDEs):
|
|
141
141
|
|
|
142
142
|
- [Use in VS Code](https://qwenlm.github.io/qwen-code-docs/en/users/integration-vscode/)
|
|
143
143
|
- [Use in Zed](https://qwenlm.github.io/qwen-code-docs/en/users/integration-zed/)
|
|
144
|
+
- [Use in JetBrains IDEs](https://qwenlm.github.io/qwen-code-docs/en/users/integration-jetbrains/)
|
|
144
145
|
|
|
145
146
|
#### TypeScript SDK
|
|
146
147
|
|