@qwen-code/qwen-code 0.4.0-nightly.20251204.6729980b → 0.4.0-preview.1

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.
Files changed (4) hide show
  1. package/cli.js +2602 -1607
  2. package/locales/en.js +0 -13
  3. package/locales/zh.js +0 -10
  4. package/package.json +2 -2
package/locales/en.js CHANGED
@@ -110,7 +110,6 @@ export default {
110
110
  'open full Qwen Code documentation in your browser',
111
111
  'Configuration not available.': 'Configuration not available.',
112
112
  'change the auth method': 'change the auth method',
113
- 'Show quit confirmation dialog': 'Show quit confirmation dialog',
114
113
  'Copy the last result or code snippet to clipboard':
115
114
  'Copy the last result or code snippet to clipboard',
116
115
 
@@ -690,18 +689,6 @@ export default {
690
689
  'A custom command wants to run the following shell commands:':
691
690
  'A custom command wants to run the following shell commands:',
692
691
 
693
- // ============================================================================
694
- // Dialogs - Quit Confirmation
695
- // ============================================================================
696
- 'What would you like to do before exiting?':
697
- 'What would you like to do before exiting?',
698
- 'Quit immediately (/quit)': 'Quit immediately (/quit)',
699
- 'Generate summary and quit (/summary)':
700
- 'Generate summary and quit (/summary)',
701
- 'Save conversation and quit (/chat save)':
702
- 'Save conversation and quit (/chat save)',
703
- 'Cancel (stay in application)': 'Cancel (stay in application)',
704
-
705
692
  // ============================================================================
706
693
  // Dialogs - Pro Quota
707
694
  // ============================================================================
package/locales/zh.js CHANGED
@@ -108,7 +108,6 @@ export default {
108
108
  '在浏览器中打开完整的 Qwen Code 文档',
109
109
  'Configuration not available.': '配置不可用',
110
110
  'change the auth method': '更改认证方法',
111
- 'Show quit confirmation dialog': '显示退出确认对话框',
112
111
  'Copy the last result or code snippet to clipboard':
113
112
  '将最后的结果或代码片段复制到剪贴板',
114
113
 
@@ -655,15 +654,6 @@ export default {
655
654
  'A custom command wants to run the following shell commands:':
656
655
  '自定义命令想要运行以下 shell 命令:',
657
656
 
658
- // ============================================================================
659
- // Dialogs - Quit Confirmation
660
- // ============================================================================
661
- 'What would you like to do before exiting?': '退出前您想要做什么?',
662
- 'Quit immediately (/quit)': '立即退出 (/quit)',
663
- 'Generate summary and quit (/summary)': '生成摘要并退出 (/summary)',
664
- 'Save conversation and quit (/chat save)': '保存对话并退出 (/chat save)',
665
- 'Cancel (stay in application)': '取消(留在应用程序中)',
666
-
667
657
  // ============================================================================
668
658
  // Dialogs - Pro Quota
669
659
  // ============================================================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwen-code/qwen-code",
3
- "version": "0.4.0-nightly.20251204.6729980b",
3
+ "version": "0.4.0-preview.1",
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.4.0-nightly.20251204.6729980b"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.4.0-preview.1"
24
24
  },
25
25
  "dependencies": {
26
26
  "tiktoken": "^1.0.21"