@qwen-code/qwen-code 0.10.1 → 0.10.2

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/en.js CHANGED
@@ -1370,6 +1370,13 @@ export default {
1370
1370
  'Failed to open browser. Check out the extensions gallery at {{url}}':
1371
1371
  'Failed to open browser. Check out the extensions gallery at {{url}}',
1372
1372
 
1373
+ // ============================================================================
1374
+ // Retry / Rate Limit
1375
+ // ============================================================================
1376
+ 'Rate limit error: {{reason}}': 'Rate limit error: {{reason}}',
1377
+ 'Retrying in {{seconds}} seconds… (attempt {{attempt}}/{{maxRetries}})':
1378
+ 'Retrying in {{seconds}} seconds… (attempt {{attempt}}/{{maxRetries}})',
1379
+
1373
1380
  // ============================================================================
1374
1381
  // Coding Plan Authentication
1375
1382
  // ============================================================================
package/locales/zh.js CHANGED
@@ -1204,6 +1204,13 @@ export default {
1204
1204
  'Failed to open browser. Check out the extensions gallery at {{url}}':
1205
1205
  '打开浏览器失败。请访问扩展市场:{{url}}',
1206
1206
 
1207
+ // ============================================================================
1208
+ // Retry / Rate Limit
1209
+ // ============================================================================
1210
+ 'Rate limit error: {{reason}}': '触发限流:{{reason}}',
1211
+ 'Retrying in {{seconds}} seconds… (attempt {{attempt}}/{{maxRetries}})':
1212
+ '将于 {{seconds}} 秒后重试…(第 {{attempt}}/{{maxRetries}} 次)',
1213
+
1207
1214
  // ============================================================================
1208
1215
  // Coding Plan Authentication
1209
1216
  // ============================================================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwen-code/qwen-code",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
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.10.1"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.10.2"
24
24
  },
25
25
  "dependencies": {},
26
26
  "optionalDependencies": {