@qwen-code/qwen-code 0.7.1 → 0.7.2-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.
Files changed (3) hide show
  1. package/cli.js +2794 -2831
  2. package/locales/zh.js +3 -3
  3. package/package.json +2 -2
package/locales/zh.js CHANGED
@@ -873,11 +873,11 @@ export default {
873
873
  'Session Stats': '会话统计',
874
874
  'Model Usage': '模型使用情况',
875
875
  Reqs: '请求数',
876
- 'Input Tokens': '输入令牌',
877
- 'Output Tokens': '输出令牌',
876
+ 'Input Tokens': '输入 token 数',
877
+ 'Output Tokens': '输出 token 数',
878
878
  'Savings Highlight:': '节省亮点:',
879
879
  'of input tokens were served from the cache, reducing costs.':
880
- '的输入令牌来自缓存,降低了成本',
880
+ '从缓存载入 token ,降低了成本',
881
881
  'Tip: For a full token breakdown, run `/stats model`.':
882
882
  '提示:要查看完整的令牌明细,请运行 `/stats model`',
883
883
  'Model Stats For Nerds': '模型统计(技术细节)',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwen-code/qwen-code",
3
- "version": "0.7.1",
3
+ "version": "0.7.2-preview.0",
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.7.1"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.7.2-preview.0"
24
24
  },
25
25
  "dependencies": {
26
26
  "tiktoken": "^1.0.21"