@qwen-code/qwen-code 0.6.1 → 0.7.0-nightly.20260109.f776075a

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
@@ -792,6 +792,22 @@ export default {
792
792
  'Authentifizierung abgelaufen. Bitte versuchen Sie es erneut.',
793
793
  'Waiting for auth... (Press ESC or CTRL+C to cancel)':
794
794
  'Warten auf Authentifizierung... (ESC oder STRG+C zum Abbrechen drücken)',
795
+ 'Missing API key for OpenAI-compatible auth. Set settings.security.auth.apiKey, or set the {{envKeyHint}} environment variable.':
796
+ 'API-Schlüssel für OpenAI-kompatible Authentifizierung fehlt. Setzen Sie settings.security.auth.apiKey oder die Umgebungsvariable {{envKeyHint}}.',
797
+ '{{envKeyHint}} environment variable not found.':
798
+ 'Umgebungsvariable {{envKeyHint}} wurde nicht gefunden.',
799
+ '{{envKeyHint}} environment variable not found. Please set it in your .env file or environment variables.':
800
+ 'Umgebungsvariable {{envKeyHint}} wurde nicht gefunden. Bitte legen Sie sie in Ihrer .env-Datei oder den Systemumgebungsvariablen fest.',
801
+ '{{envKeyHint}} environment variable not found (or set settings.security.auth.apiKey). Please set it in your .env file or environment variables.':
802
+ 'Umgebungsvariable {{envKeyHint}} wurde nicht gefunden (oder setzen Sie settings.security.auth.apiKey). Bitte legen Sie sie in Ihrer .env-Datei oder den Systemumgebungsvariablen fest.',
803
+ 'Missing API key for OpenAI-compatible auth. Set the {{envKeyHint}} environment variable.':
804
+ 'API-Schlüssel für OpenAI-kompatible Authentifizierung fehlt. Setzen Sie die Umgebungsvariable {{envKeyHint}}.',
805
+ 'Anthropic provider missing required baseUrl in modelProviders[].baseUrl.':
806
+ 'Anthropic-Anbieter fehlt erforderliche baseUrl in modelProviders[].baseUrl.',
807
+ 'ANTHROPIC_BASE_URL environment variable not found.':
808
+ 'Umgebungsvariable ANTHROPIC_BASE_URL wurde nicht gefunden.',
809
+ 'Invalid auth method selected.':
810
+ 'Ungültige Authentifizierungsmethode ausgewählt.',
795
811
  'Failed to authenticate. Message: {{message}}':
796
812
  'Authentifizierung fehlgeschlagen. Meldung: {{message}}',
797
813
  'Authenticated successfully with {{authType}} credentials.':
@@ -814,6 +830,15 @@ export default {
814
830
  // ============================================================================
815
831
  'Select Model': 'Modell auswählen',
816
832
  '(Press Esc to close)': '(Esc zum Schließen drücken)',
833
+ 'Current (effective) configuration': 'Aktuelle (wirksame) Konfiguration',
834
+ AuthType: 'Authentifizierungstyp',
835
+ 'API Key': 'API-Schlüssel',
836
+ unset: 'nicht gesetzt',
837
+ '(default)': '(Standard)',
838
+ '(set)': '(gesetzt)',
839
+ '(not set)': '(nicht gesetzt)',
840
+ "Failed to switch model to '{{modelId}}'.\n\n{{error}}":
841
+ "Modell konnte nicht auf '{{modelId}}' umgestellt werden.\n\n{{error}}",
817
842
  'The latest Qwen Coder model from Alibaba Cloud ModelStudio (version: qwen3-coder-plus-2025-09-23)':
818
843
  'Das neueste Qwen Coder Modell von Alibaba Cloud ModelStudio (Version: qwen3-coder-plus-2025-09-23)',
819
844
  'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)':
package/locales/en.js CHANGED
@@ -770,6 +770,21 @@ export default {
770
770
  'Authentication timed out. Please try again.',
771
771
  'Waiting for auth... (Press ESC or CTRL+C to cancel)':
772
772
  'Waiting for auth... (Press ESC or CTRL+C to cancel)',
773
+ 'Missing API key for OpenAI-compatible auth. Set settings.security.auth.apiKey, or set the {{envKeyHint}} environment variable.':
774
+ 'Missing API key for OpenAI-compatible auth. Set settings.security.auth.apiKey, or set the {{envKeyHint}} environment variable.',
775
+ '{{envKeyHint}} environment variable not found.':
776
+ '{{envKeyHint}} environment variable not found.',
777
+ '{{envKeyHint}} environment variable not found. Please set it in your .env file or environment variables.':
778
+ '{{envKeyHint}} environment variable not found. Please set it in your .env file or environment variables.',
779
+ '{{envKeyHint}} environment variable not found (or set settings.security.auth.apiKey). Please set it in your .env file or environment variables.':
780
+ '{{envKeyHint}} environment variable not found (or set settings.security.auth.apiKey). Please set it in your .env file or environment variables.',
781
+ 'Missing API key for OpenAI-compatible auth. Set the {{envKeyHint}} environment variable.':
782
+ 'Missing API key for OpenAI-compatible auth. Set the {{envKeyHint}} environment variable.',
783
+ 'Anthropic provider missing required baseUrl in modelProviders[].baseUrl.':
784
+ 'Anthropic provider missing required baseUrl in modelProviders[].baseUrl.',
785
+ 'ANTHROPIC_BASE_URL environment variable not found.':
786
+ 'ANTHROPIC_BASE_URL environment variable not found.',
787
+ 'Invalid auth method selected.': 'Invalid auth method selected.',
773
788
  'Failed to authenticate. Message: {{message}}':
774
789
  'Failed to authenticate. Message: {{message}}',
775
790
  'Authenticated successfully with {{authType}} credentials.':
@@ -791,6 +806,15 @@ export default {
791
806
  // ============================================================================
792
807
  'Select Model': 'Select Model',
793
808
  '(Press Esc to close)': '(Press Esc to close)',
809
+ 'Current (effective) configuration': 'Current (effective) configuration',
810
+ AuthType: 'AuthType',
811
+ 'API Key': 'API Key',
812
+ unset: 'unset',
813
+ '(default)': '(default)',
814
+ '(set)': '(set)',
815
+ '(not set)': '(not set)',
816
+ "Failed to switch model to '{{modelId}}'.\n\n{{error}}":
817
+ "Failed to switch model to '{{modelId}}'.\n\n{{error}}",
794
818
  'The latest Qwen Coder model from Alibaba Cloud ModelStudio (version: qwen3-coder-plus-2025-09-23)':
795
819
  'The latest Qwen Coder model from Alibaba Cloud ModelStudio (version: qwen3-coder-plus-2025-09-23)',
796
820
  'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)':
package/locales/ru.js CHANGED
@@ -786,6 +786,21 @@ export default {
786
786
  'Время ожидания авторизации истекло. Пожалуйста, попробуйте снова.',
787
787
  'Waiting for auth... (Press ESC or CTRL+C to cancel)':
788
788
  'Ожидание авторизации... (Нажмите ESC или CTRL+C для отмены)',
789
+ 'Missing API key for OpenAI-compatible auth. Set settings.security.auth.apiKey, or set the {{envKeyHint}} environment variable.':
790
+ 'Отсутствует API-ключ для аутентификации, совместимой с OpenAI. Укажите settings.security.auth.apiKey или переменную окружения {{envKeyHint}}.',
791
+ '{{envKeyHint}} environment variable not found.':
792
+ 'Переменная окружения {{envKeyHint}} не найдена.',
793
+ '{{envKeyHint}} environment variable not found. Please set it in your .env file or environment variables.':
794
+ 'Переменная окружения {{envKeyHint}} не найдена. Укажите её в файле .env или среди системных переменных.',
795
+ '{{envKeyHint}} environment variable not found (or set settings.security.auth.apiKey). Please set it in your .env file or environment variables.':
796
+ 'Переменная окружения {{envKeyHint}} не найдена (или установите settings.security.auth.apiKey). Укажите её в файле .env или среди системных переменных.',
797
+ 'Missing API key for OpenAI-compatible auth. Set the {{envKeyHint}} environment variable.':
798
+ 'Отсутствует API-ключ для аутентификации, совместимой с OpenAI. Установите переменную окружения {{envKeyHint}}.',
799
+ 'Anthropic provider missing required baseUrl in modelProviders[].baseUrl.':
800
+ 'У провайдера Anthropic отсутствует обязательный baseUrl в modelProviders[].baseUrl.',
801
+ 'ANTHROPIC_BASE_URL environment variable not found.':
802
+ 'Переменная окружения ANTHROPIC_BASE_URL не найдена.',
803
+ 'Invalid auth method selected.': 'Выбран недопустимый метод авторизации.',
789
804
  'Failed to authenticate. Message: {{message}}':
790
805
  'Не удалось авторизоваться. Сообщение: {{message}}',
791
806
  'Authenticated successfully with {{authType}} credentials.':
@@ -807,6 +822,15 @@ export default {
807
822
  // ============================================================================
808
823
  'Select Model': 'Выбрать модель',
809
824
  '(Press Esc to close)': '(Нажмите Esc для закрытия)',
825
+ 'Current (effective) configuration': 'Текущая (фактическая) конфигурация',
826
+ AuthType: 'Тип авторизации',
827
+ 'API Key': 'API-ключ',
828
+ unset: 'не задано',
829
+ '(default)': '(по умолчанию)',
830
+ '(set)': '(установлено)',
831
+ '(not set)': '(не задано)',
832
+ "Failed to switch model to '{{modelId}}'.\n\n{{error}}":
833
+ "Не удалось переключиться на модель '{{modelId}}'.\n\n{{error}}",
810
834
  'The latest Qwen Coder model from Alibaba Cloud ModelStudio (version: qwen3-coder-plus-2025-09-23)':
811
835
  'Последняя модель Qwen Coder от Alibaba Cloud ModelStudio (версия: qwen3-coder-plus-2025-09-23)',
812
836
  'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)':
package/locales/zh.js CHANGED
@@ -728,6 +728,21 @@ export default {
728
728
  'Authentication timed out. Please try again.': '认证超时。请重试。',
729
729
  'Waiting for auth... (Press ESC or CTRL+C to cancel)':
730
730
  '正在等待认证...(按 ESC 或 CTRL+C 取消)',
731
+ 'Missing API key for OpenAI-compatible auth. Set settings.security.auth.apiKey, or set the {{envKeyHint}} environment variable.':
732
+ '缺少 OpenAI 兼容认证的 API 密钥。请设置 settings.security.auth.apiKey 或设置 {{envKeyHint}} 环境变量。',
733
+ '{{envKeyHint}} environment variable not found.':
734
+ '未找到 {{envKeyHint}} 环境变量。',
735
+ '{{envKeyHint}} environment variable not found. Please set it in your .env file or environment variables.':
736
+ '未找到 {{envKeyHint}} 环境变量。请在 .env 文件或系统环境变量中进行设置。',
737
+ '{{envKeyHint}} environment variable not found (or set settings.security.auth.apiKey). Please set it in your .env file or environment variables.':
738
+ '未找到 {{envKeyHint}} 环境变量(或设置 settings.security.auth.apiKey)。请在 .env 文件或系统环境变量中进行设置。',
739
+ 'Missing API key for OpenAI-compatible auth. Set the {{envKeyHint}} environment variable.':
740
+ '缺少 OpenAI 兼容认证的 API 密钥。请设置 {{envKeyHint}} 环境变量。',
741
+ 'Anthropic provider missing required baseUrl in modelProviders[].baseUrl.':
742
+ 'Anthropic 提供商缺少必需的 baseUrl,请在 modelProviders[].baseUrl 中配置。',
743
+ 'ANTHROPIC_BASE_URL environment variable not found.':
744
+ '未找到 ANTHROPIC_BASE_URL 环境变量。',
745
+ 'Invalid auth method selected.': '选择了无效的认证方式。',
731
746
  'Failed to authenticate. Message: {{message}}': '认证失败。消息:{{message}}',
732
747
  'Authenticated successfully with {{authType}} credentials.':
733
748
  '使用 {{authType}} 凭据成功认证。',
@@ -747,6 +762,15 @@ export default {
747
762
  // ============================================================================
748
763
  'Select Model': '选择模型',
749
764
  '(Press Esc to close)': '(按 Esc 关闭)',
765
+ 'Current (effective) configuration': '当前(实际生效)配置',
766
+ AuthType: '认证方式',
767
+ 'API Key': 'API 密钥',
768
+ unset: '未设置',
769
+ '(default)': '(默认)',
770
+ '(set)': '(已设置)',
771
+ '(not set)': '(未设置)',
772
+ "Failed to switch model to '{{modelId}}'.\n\n{{error}}":
773
+ "无法切换到模型 '{{modelId}}'.\n\n{{error}}",
750
774
  'The latest Qwen Coder model from Alibaba Cloud ModelStudio (version: qwen3-coder-plus-2025-09-23)':
751
775
  '来自阿里云 ModelStudio 的最新 Qwen Coder 模型(版本:qwen3-coder-plus-2025-09-23)',
752
776
  'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)':
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwen-code/qwen-code",
3
- "version": "0.6.1",
3
+ "version": "0.7.0-nightly.20260109.f776075a",
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.6.1"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.7.0-nightly.20260109.f776075a"
24
24
  },
25
25
  "dependencies": {
26
26
  "tiktoken": "^1.0.21"