@qwen-code/qwen-code 0.6.0-nightly.20260105.105ad743 → 0.6.0-nightly.20260106.b19bb6cb
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/cli.js +852 -14
- package/locales/de.js +1101 -0
- package/locales/en.js +0 -1
- package/locales/ru.js +0 -1
- package/package.json +2 -2
package/locales/en.js
CHANGED
|
@@ -1037,7 +1037,6 @@ export default {
|
|
|
1037
1037
|
'Applying percussive maintenance...',
|
|
1038
1038
|
'Searching for the correct USB orientation...',
|
|
1039
1039
|
'Ensuring the magic smoke stays inside the wires...',
|
|
1040
|
-
'Rewriting in Rust for no particular reason...',
|
|
1041
1040
|
'Trying to exit Vim...',
|
|
1042
1041
|
'Spinning up the hamster wheel...',
|
|
1043
1042
|
"That's not a bug, it's an undocumented feature...",
|
package/locales/ru.js
CHANGED
|
@@ -1056,7 +1056,6 @@ export default {
|
|
|
1056
1056
|
'Провожу настройку методом тыка...',
|
|
1057
1057
|
'Ищем, какой стороной вставлять флешку...',
|
|
1058
1058
|
'Следим, чтобы волшебный дым не вышел из проводов...',
|
|
1059
|
-
'Переписываем всё на Rust без особой причины...',
|
|
1060
1059
|
'Пытаемся выйти из Vim...',
|
|
1061
1060
|
'Раскручиваем колесо для хомяка...',
|
|
1062
1061
|
'Это не баг, а фича...',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.6.0-nightly.
|
|
3
|
+
"version": "0.6.0-nightly.20260106.b19bb6cb",
|
|
4
4
|
"description": "Qwen Code - AI-powered coding assistant",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"locales"
|
|
21
21
|
],
|
|
22
22
|
"config": {
|
|
23
|
-
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.6.0-nightly.
|
|
23
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.6.0-nightly.20260106.b19bb6cb"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"tiktoken": "^1.0.21"
|