@qwen-code/qwen-code 0.5.0-nightly.20251213.8b29dd13 → 0.5.0-nightly.20251214.4cbb57a7

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/locales/zh.js CHANGED
@@ -820,6 +820,7 @@ export default {
820
820
  // Exit Screen / Stats
821
821
  // ============================================================================
822
822
  'Agent powering down. Goodbye!': 'Qwen Code 正在关闭,再见!',
823
+ 'To continue this session, run': '要继续此会话,请运行',
823
824
  'Interaction Summary': '交互摘要',
824
825
  'Session ID:': '会话 ID:',
825
826
  'Tool Calls:': '工具调用:',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwen-code/qwen-code",
3
- "version": "0.5.0-nightly.20251213.8b29dd13",
3
+ "version": "0.5.0-nightly.20251214.4cbb57a7",
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.5.0-nightly.20251213.8b29dd13"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.5.0-nightly.20251214.4cbb57a7"
24
24
  },
25
25
  "dependencies": {
26
26
  "tiktoken": "^1.0.21"