@qwen-code/qwen-code 0.0.8-nightly.3 → 0.0.8-nightly.4
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
CHANGED
|
@@ -15,6 +15,20 @@
|
|
|
15
15
|
|
|
16
16
|
</div>
|
|
17
17
|
|
|
18
|
+
<div align="center">
|
|
19
|
+
|
|
20
|
+
<!-- Keep these links. Translations will automatically update with the README. -->
|
|
21
|
+
<a href="https://readme-i18n.com/de/QwenLM/qwen-code">Deutsch</a> |
|
|
22
|
+
<a href="https://readme-i18n.com/es/QwenLM/qwen-code">Español</a> |
|
|
23
|
+
<a href="https://readme-i18n.com/fr/QwenLM/qwen-code">français</a> |
|
|
24
|
+
<a href="https://readme-i18n.com/ja/QwenLM/qwen-code">日本語</a> |
|
|
25
|
+
<a href="https://readme-i18n.com/ko/QwenLM/qwen-code">한국어</a> |
|
|
26
|
+
<a href="https://readme-i18n.com/pt/QwenLM/qwen-code">Português</a> |
|
|
27
|
+
<a href="https://readme-i18n.com/ru/QwenLM/qwen-code">Русский</a> |
|
|
28
|
+
<a href="https://readme-i18n.com/zh/QwenLM/qwen-code">中文</a>
|
|
29
|
+
|
|
30
|
+
</div>
|
|
31
|
+
|
|
18
32
|
Qwen Code is a powerful command-line AI workflow tool adapted from [**Gemini CLI**](https://github.com/google-gemini/gemini-cli) ([details](./README.gemini.md)), specifically optimized for [Qwen3-Coder](https://github.com/QwenLM/Qwen3-Coder) models. It enhances your development workflow with advanced code understanding, automated tasks, and intelligent assistance.
|
|
19
33
|
|
|
20
34
|
## 💡 Free Options Available
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.0.8-nightly.
|
|
3
|
+
"version": "0.0.8-nightly.4",
|
|
4
4
|
"description": "Qwen Code",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"dist"
|
|
26
26
|
],
|
|
27
27
|
"config": {
|
|
28
|
-
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.8-nightly.
|
|
28
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.8-nightly.4"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@google/genai": "1.9.0",
|
|
Binary file
|