@qwen-code/qwen-code 0.7.1-nightly.20260119.0681c718 → 0.7.1-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.
package/locales/de.js CHANGED
@@ -289,6 +289,13 @@ export default {
289
289
  'Show Citations': 'Quellenangaben anzeigen',
290
290
  'Custom Witty Phrases': 'Benutzerdefinierte Witzige Sprüche',
291
291
  'Enable Welcome Back': 'Willkommen-zurück aktivieren',
292
+ 'Enable User Feedback': 'Benutzerfeedback aktivieren',
293
+ 'How is Qwen doing this session? (optional)':
294
+ 'Wie macht sich Qwen in dieser Sitzung? (optional)',
295
+ Bad: 'Schlecht',
296
+ Good: 'Gut',
297
+ 'Not Sure Yet': 'Noch nicht sicher',
298
+ 'Any other key': 'Beliebige andere Taste',
292
299
  'Disable Loading Phrases': 'Ladesprüche deaktivieren',
293
300
  'Screen Reader Mode': 'Bildschirmleser-Modus',
294
301
  'IDE Mode': 'IDE-Modus',
package/locales/en.js CHANGED
@@ -286,6 +286,13 @@ export default {
286
286
  'Show Citations': 'Show Citations',
287
287
  'Custom Witty Phrases': 'Custom Witty Phrases',
288
288
  'Enable Welcome Back': 'Enable Welcome Back',
289
+ 'Enable User Feedback': 'Enable User Feedback',
290
+ 'How is Qwen doing this session? (optional)':
291
+ 'How is Qwen doing this session? (optional)',
292
+ Bad: 'Bad',
293
+ Good: 'Good',
294
+ 'Not Sure Yet': 'Not Sure Yet',
295
+ 'Any other key': 'Any other key',
289
296
  'Disable Loading Phrases': 'Disable Loading Phrases',
290
297
  'Screen Reader Mode': 'Screen Reader Mode',
291
298
  'IDE Mode': 'IDE Mode',
package/locales/ru.js CHANGED
@@ -289,6 +289,13 @@ export default {
289
289
  'Show Citations': 'Показывать цитаты',
290
290
  'Custom Witty Phrases': 'Пользовательские остроумные фразы',
291
291
  'Enable Welcome Back': 'Включить приветствие при возврате',
292
+ 'Enable User Feedback': 'Включить отзывы пользователей',
293
+ 'How is Qwen doing this session? (optional)':
294
+ 'Как дела у Qwen в этой сессии? (необязательно)',
295
+ Bad: 'Плохо',
296
+ Good: 'Хорошо',
297
+ 'Not Sure Yet': 'Пока не уверен',
298
+ 'Any other key': 'Любая другая клавиша',
292
299
  'Disable Loading Phrases': 'Отключить фразы при загрузке',
293
300
  'Screen Reader Mode': 'Режим программы чтения с экрана',
294
301
  'IDE Mode': 'Режим IDE',
package/locales/zh.js CHANGED
@@ -277,6 +277,12 @@ export default {
277
277
  'Show Citations': '显示引用',
278
278
  'Custom Witty Phrases': '自定义诙谐短语',
279
279
  'Enable Welcome Back': '启用欢迎回来',
280
+ 'Enable User Feedback': '启用用户反馈',
281
+ 'How is Qwen doing this session? (optional)': 'Qwen 这次表现如何?(可选)',
282
+ Bad: '不满意',
283
+ Good: '满意',
284
+ 'Not Sure Yet': '暂不评价',
285
+ 'Any other key': '任意其他键',
280
286
  'Disable Loading Phrases': '禁用加载短语',
281
287
  'Screen Reader Mode': '屏幕阅读器模式',
282
288
  'IDE Mode': 'IDE 模式',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwen-code/qwen-code",
3
- "version": "0.7.1-nightly.20260119.0681c718",
3
+ "version": "0.7.1-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-nightly.20260119.0681c718"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.7.1-preview.0"
24
24
  },
25
25
  "dependencies": {
26
26
  "tiktoken": "^1.0.21"