@qwen-code/qwen-code 0.9.0 → 0.9.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
@@ -23,6 +23,7 @@ export default {
23
23
  'auto-accept edits': 'Änderungen automatisch akzeptieren',
24
24
  'Accepting edits': 'Änderungen werden akzeptiert',
25
25
  '(shift + tab to cycle)': '(Umschalt + Tab zum Wechseln)',
26
+ '(tab to cycle)': '(Tab zum Wechseln)',
26
27
  'Execute shell commands via {{symbol}} (e.g., {{example1}}) or use natural language (e.g., {{example2}}).':
27
28
  'Shell-Befehle über {{symbol}} ausführen (z.B. {{example1}}) oder natürliche Sprache verwenden (z.B. {{example2}}).',
28
29
  '!': '!',
@@ -1368,4 +1369,8 @@ export default {
1368
1369
  'Erweiterungsseite wird im Browser geöffnet: {{url}}',
1369
1370
  'Failed to open browser. Check out the extensions gallery at {{url}}':
1370
1371
  'Browser konnte nicht geöffnet werden. Besuchen Sie die Erweiterungsgalerie unter {{url}}',
1372
+ 'You can switch permission mode quickly with Shift+Tab or /approval-mode.':
1373
+ 'Sie können den Berechtigungsmodus schnell mit Shift+Tab oder /approval-mode wechseln.',
1374
+ 'You can switch permission mode quickly with Tab or /approval-mode.':
1375
+ 'Sie können den Berechtigungsmodus schnell mit Tab oder /approval-mode wechseln.',
1371
1376
  };
package/locales/en.js CHANGED
@@ -23,6 +23,7 @@ export default {
23
23
  'auto-accept edits': 'auto-accept edits',
24
24
  'Accepting edits': 'Accepting edits',
25
25
  '(shift + tab to cycle)': '(shift + tab to cycle)',
26
+ '(tab to cycle)': '(tab to cycle)',
26
27
  'Execute shell commands via {{symbol}} (e.g., {{example1}}) or use natural language (e.g., {{example2}}).':
27
28
  'Execute shell commands via {{symbol}} (e.g., {{example1}}) or use natural language (e.g., {{example2}}).',
28
29
  '!': '!',
@@ -1101,6 +1102,8 @@ export default {
1101
1102
  'You can resume a previous conversation by running qwen --continue or qwen --resume.',
1102
1103
  'You can switch permission mode quickly with Shift+Tab or /approval-mode.':
1103
1104
  'You can switch permission mode quickly with Shift+Tab or /approval-mode.',
1105
+ 'You can switch permission mode quickly with Tab or /approval-mode.':
1106
+ 'You can switch permission mode quickly with Tab or /approval-mode.',
1104
1107
 
1105
1108
  // ============================================================================
1106
1109
  // Exit Screen / Stats
package/locales/ru.js CHANGED
@@ -23,6 +23,7 @@ export default {
23
23
  'auto-accept edits': 'Режим принятия правок',
24
24
  'Accepting edits': 'Принятие правок',
25
25
  '(shift + tab to cycle)': '(shift + tab для переключения)',
26
+ '(tab to cycle)': '(Tab для переключения)',
26
27
  'Execute shell commands via {{symbol}} (e.g., {{example1}}) or use natural language (e.g., {{example2}}).':
27
28
  'Выполняйте команды терминала через {{symbol}} (например, {{example1}}) или используйте естественный язык (например, {{example2}}).',
28
29
  '!': '!',
@@ -1372,4 +1373,8 @@ export default {
1372
1373
  'Открываем страницу расширений в браузере: {{url}}',
1373
1374
  'Failed to open browser. Check out the extensions gallery at {{url}}':
1374
1375
  'Не удалось открыть браузер. Посетите галерею расширений по адресу {{url}}',
1376
+ 'You can switch permission mode quickly with Shift+Tab or /approval-mode.':
1377
+ 'Вы можете быстро переключать режим разрешений с помощью Shift+Tab или /approval-mode.',
1378
+ 'You can switch permission mode quickly with Tab or /approval-mode.':
1379
+ 'Вы можете быстро переключать режим разрешений с помощью Tab или /approval-mode.',
1375
1380
  };
package/locales/zh.js CHANGED
@@ -22,6 +22,7 @@ export default {
22
22
  'auto-accept edits': '自动接受编辑',
23
23
  'Accepting edits': '接受编辑',
24
24
  '(shift + tab to cycle)': '(shift + tab 切换)',
25
+ '(tab to cycle)': '(按 tab 切换)',
25
26
  'Execute shell commands via {{symbol}} (e.g., {{example1}}) or use natural language (e.g., {{example2}}).':
26
27
  '通过 {{symbol}} 执行 shell 命令(例如,{{example1}})或使用自然语言(例如,{{example2}})',
27
28
  '!': '!',
@@ -1041,6 +1042,8 @@ export default {
1041
1042
  '运行 qwen --continue 或 qwen --resume 可继续之前的会话。',
1042
1043
  'You can switch permission mode quickly with Shift+Tab or /approval-mode.':
1043
1044
  '按 Shift+Tab 或输入 /approval-mode 可快速切换权限模式。',
1045
+ 'You can switch permission mode quickly with Tab or /approval-mode.':
1046
+ '按 Tab 或输入 /approval-mode 可快速切换权限模式。',
1044
1047
 
1045
1048
  // ============================================================================
1046
1049
  // Exit Screen / Stats
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwen-code/qwen-code",
3
- "version": "0.9.0",
3
+ "version": "0.9.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.9.0"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.9.1"
24
24
  },
25
25
  "dependencies": {},
26
26
  "optionalDependencies": {