@qwen-code/qwen-code 0.15.0-preview.2 → 0.15.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.
package/locales/de.js CHANGED
@@ -348,6 +348,8 @@ export default {
348
348
  'Tool Schema Compliance': 'Werkzeug-Schema-Konformität',
349
349
  // Settings enum options
350
350
  'Auto (detect from system)': 'Automatisch (vom System erkennen)',
351
+ 'Auto (detect terminal theme)': 'Automatisch (Terminal-Theme erkennen)',
352
+ Auto: 'Automatisch',
351
353
  Text: 'Text',
352
354
  JSON: 'JSON',
353
355
  Plan: 'Plan',
package/locales/en.js CHANGED
@@ -432,6 +432,8 @@ export default {
432
432
  'Tool Schema Compliance': 'Tool Schema Compliance',
433
433
  // Settings enum options
434
434
  'Auto (detect from system)': 'Auto (detect from system)',
435
+ 'Auto (detect terminal theme)': 'Auto (detect terminal theme)',
436
+ Auto: 'Auto',
435
437
  Text: 'Text',
436
438
  JSON: 'JSON',
437
439
  Plan: 'Plan',
package/locales/fr.js CHANGED
@@ -443,6 +443,8 @@ export default {
443
443
  'Vision Model Preview': 'Aperçu du modèle de vision',
444
444
  'Tool Schema Compliance': 'Conformité au schéma des outils',
445
445
  'Auto (detect from system)': 'Auto (détecter depuis le système)',
446
+ 'Auto (detect terminal theme)': 'Auto (détecter le thème du terminal)',
447
+ Auto: 'Auto',
446
448
  Text: 'Texte',
447
449
  JSON: 'JSON',
448
450
  Plan: 'Plan',
package/locales/ja.js CHANGED
@@ -315,6 +315,8 @@ export default {
315
315
  'Vision Model Preview': 'ビジョンモデルプレビュー',
316
316
  'Tool Schema Compliance': 'ツールスキーマ準拠',
317
317
  'Auto (detect from system)': '自動(システムから検出)',
318
+ 'Auto (detect terminal theme)': '自動(端末テーマを検出)',
319
+ Auto: '自動',
318
320
  'check session stats. Usage: /stats [model|tools]':
319
321
  'セッション統計を確認。使い方: /stats [model|tools]',
320
322
  'Show model-specific usage statistics.': 'モデル別の使用統計を表示',
package/locales/pt.js CHANGED
@@ -374,6 +374,8 @@ export default {
374
374
 
375
375
  // Settings enum options
376
376
  'Auto (detect from system)': 'Automático (detectar do sistema)',
377
+ 'Auto (detect terminal theme)': 'Automático (detectar tema do terminal)',
378
+ Auto: 'Automático',
377
379
  Text: 'Texto',
378
380
  JSON: 'JSON',
379
381
  Plan: 'Planejamento',
package/locales/ru.js CHANGED
@@ -369,6 +369,8 @@ export default {
369
369
  'Tool Schema Compliance': 'Соответствие схеме инструмента',
370
370
  // Варианты перечислений настроек
371
371
  'Auto (detect from system)': 'Авто (определить из системы)',
372
+ 'Auto (detect terminal theme)': 'Авто (определить тему терминала)',
373
+ Auto: 'Авто',
372
374
  Text: 'Текст',
373
375
  JSON: 'JSON',
374
376
  Plan: 'План',
package/locales/zh.js CHANGED
@@ -413,6 +413,8 @@ export default {
413
413
  'Tool Schema Compliance': '工具 Schema 兼容性',
414
414
  // Settings enum options
415
415
  'Auto (detect from system)': '自动(从系统检测)',
416
+ 'Auto (detect terminal theme)': '自动(检测终端主题)',
417
+ Auto: '自动',
416
418
  Text: '文本',
417
419
  JSON: 'JSON',
418
420
  Plan: '规划',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwen-code/qwen-code",
3
- "version": "0.15.0-preview.2",
3
+ "version": "0.15.0",
4
4
  "description": "Qwen Code - AI-powered coding assistant",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,7 +21,7 @@
21
21
  "bundled"
22
22
  ],
23
23
  "config": {
24
- "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.15.0-preview.2"
24
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.15.0"
25
25
  },
26
26
  "dependencies": {},
27
27
  "optionalDependencies": {