@qwen-code/qwen-code 0.10.0-preview.0 → 0.10.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.
package/locales/de.js CHANGED
@@ -335,7 +335,6 @@ export default {
335
335
  'Folder Trust': 'Ordnervertrauen',
336
336
  'Vision Model Preview': 'Vision-Modell-Vorschau',
337
337
  'Tool Schema Compliance': 'Werkzeug-Schema-Konformität',
338
- 'Experimental: Skills': 'Experimentell: Fähigkeiten',
339
338
  // Settings enum options
340
339
  'Auto (detect from system)': 'Automatisch (vom System erkennen)',
341
340
  Text: 'Text',
package/locales/en.js CHANGED
@@ -351,7 +351,6 @@ export default {
351
351
  'Folder Trust': 'Folder Trust',
352
352
  'Vision Model Preview': 'Vision Model Preview',
353
353
  'Tool Schema Compliance': 'Tool Schema Compliance',
354
- 'Experimental: Skills': 'Experimental: Skills',
355
354
  // Settings enum options
356
355
  'Auto (detect from system)': 'Auto (detect from system)',
357
356
  Text: 'Text',
package/locales/pt.js CHANGED
@@ -365,7 +365,6 @@ export default {
365
365
  'Folder Trust': 'Confiança de Pasta',
366
366
  'Vision Model Preview': 'Visualização de Modelo de Visão',
367
367
  'Tool Schema Compliance': 'Conformidade de Esquema de Ferramenta',
368
- 'Experimental: Skills': 'Experimental: Habilidades',
369
368
 
370
369
  // Settings enum options
371
370
  'Auto (detect from system)': 'Automático (detectar do sistema)',
package/locales/ru.js CHANGED
@@ -355,7 +355,6 @@ export default {
355
355
  'Folder Trust': 'Доверие к папке',
356
356
  'Vision Model Preview': 'Визуальная модель (предпросмотр)',
357
357
  'Tool Schema Compliance': 'Соответствие схеме инструмента',
358
- 'Experimental: Skills': 'Экспериментальное: Навыки',
359
358
  // Варианты перечислений настроек
360
359
  'Auto (detect from system)': 'Авто (определить из системы)',
361
360
  Text: 'Текст',
package/locales/zh.js CHANGED
@@ -340,7 +340,6 @@ export default {
340
340
  'Folder Trust': '文件夹信任',
341
341
  'Vision Model Preview': '视觉模型预览',
342
342
  'Tool Schema Compliance': '工具 Schema 兼容性',
343
- 'Experimental: Skills': '实验性: 技能',
344
343
  // Settings enum options
345
344
  'Auto (detect from system)': '自动(从系统检测)',
346
345
  Text: '文本',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwen-code/qwen-code",
3
- "version": "0.10.0-preview.0",
3
+ "version": "0.10.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.10.0-preview.0"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.10.0-preview.1"
24
24
  },
25
25
  "dependencies": {},
26
26
  "optionalDependencies": {