@qwen-code/qwen-code 0.12.0-preview.0 → 0.12.0-preview.2

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
@@ -97,7 +97,7 @@ export default {
97
97
  // ============================================================================
98
98
  'Analyzes the project and creates a tailored QWEN.md file.':
99
99
  'Analysiert das Projekt und erstellt eine maßgeschneiderte QWEN.md-Datei.',
100
- 'list available Qwen Code tools. Usage: /tools [desc]':
100
+ 'List available Qwen Code tools. Usage: /tools [desc]':
101
101
  'Verfügbare Qwen Code Werkzeuge auflisten. Verwendung: /tools [desc]',
102
102
  'Available Qwen Code CLI tools:': 'Verfügbare Qwen Code CLI-Werkzeuge:',
103
103
  'No tools available': 'Keine Werkzeuge verfügbar',
@@ -360,7 +360,9 @@ export default {
360
360
  'Show tool-specific usage statistics.':
361
361
  'Werkzeugspezifische Nutzungsstatistiken anzeigen.',
362
362
  'exit the cli': 'CLI beenden',
363
- 'list configured MCP servers and tools, or authenticate with OAuth-enabled servers':
363
+ 'Open MCP management dialog, or authenticate with OAuth-enabled servers':
364
+ 'MCP-Verwaltungsdialog öffnen oder mit OAuth-fähigem Server authentifizieren',
365
+ 'List configured MCP servers and tools, or authenticate with OAuth-enabled servers':
364
366
  'Konfigurierte MCP-Server und Werkzeuge auflisten oder mit OAuth-fähigen Servern authentifizieren',
365
367
  'Manage workspace directories': 'Arbeitsbereichsverzeichnisse verwalten',
366
368
  'Add directories to the workspace. Use comma to separate multiple paths':
@@ -882,9 +884,113 @@ export default {
882
884
  'Do you want to proceed?': 'Möchten Sie fortfahren?',
883
885
  'Yes, allow once': 'Ja, einmal erlauben',
884
886
  'Allow always': 'Immer erlauben',
887
+ Yes: 'Ja',
885
888
  No: 'Nein',
886
889
  'No (esc)': 'Nein (Esc)',
887
890
  'Yes, allow always for this session': 'Ja, für diese Sitzung immer erlauben',
891
+
892
+ // MCP Management Dialog (translations for MCP UI components)
893
+ 'Manage MCP servers': 'MCP-Server verwalten',
894
+ 'Server Detail': 'Serverdetails',
895
+ 'Disable Server': 'Server deaktivieren',
896
+ Tools: 'Werkzeuge',
897
+ 'Tool Detail': 'Werkzeugdetails',
898
+ 'MCP Management': 'MCP-Verwaltung',
899
+ 'Loading...': 'Lädt...',
900
+ 'Unknown step': 'Unbekannter Schritt',
901
+ 'Esc to back': 'Esc zurück',
902
+ '↑↓ to navigate · Enter to select · Esc to close':
903
+ '↑↓ navigieren · Enter auswählen · Esc schließen',
904
+ '↑↓ to navigate · Enter to select · Esc to back':
905
+ '↑↓ navigieren · Enter auswählen · Esc zurück',
906
+ '↑↓ to navigate · Enter to confirm · Esc to back':
907
+ '↑↓ navigieren · Enter bestätigen · Esc zurück',
908
+ 'User Settings (global)': 'Benutzereinstellungen (global)',
909
+ 'Workspace Settings (project-specific)':
910
+ 'Arbeitsbereichseinstellungen (projektspezifisch)',
911
+ 'Disable server:': 'Server deaktivieren:',
912
+ 'Select where to add the server to the exclude list:':
913
+ 'Wählen Sie, wo der Server zur Ausschlussliste hinzugefügt werden soll:',
914
+ 'Press Enter to confirm, Esc to cancel':
915
+ 'Enter zum Bestätigen, Esc zum Abbrechen',
916
+ Disable: 'Deaktivieren',
917
+ Enable: 'Aktivieren',
918
+ Authenticate: 'Authentifizieren',
919
+ disabled: 'deaktiviert',
920
+ 'Server:': 'Server:',
921
+ Reconnect: 'Neu verbinden',
922
+ 'View tools': 'Werkzeuge anzeigen',
923
+ 'Status:': 'Status:',
924
+ 'Command:': 'Befehl:',
925
+ 'Working Directory:': 'Arbeitsverzeichnis:',
926
+ 'Capabilities:': 'Fähigkeiten:',
927
+ 'No server selected': 'Kein Server ausgewählt',
928
+ '(disabled)': '(deaktiviert)',
929
+ 'Error:': 'Fehler:',
930
+ Extension: 'Erweiterung',
931
+ tool: 'Werkzeug',
932
+ tools: 'Werkzeuge',
933
+ connected: 'verbunden',
934
+ connecting: 'verbindet',
935
+ disconnected: 'getrennt',
936
+ error: 'Fehler',
937
+
938
+ // MCP Server List
939
+ 'User MCPs': 'Benutzer-MCPs',
940
+ 'Project MCPs': 'Projekt-MCPs',
941
+ 'Extension MCPs': 'Erweiterungs-MCPs',
942
+ server: 'Server',
943
+ servers: 'Server',
944
+ 'Add MCP servers to your settings to get started.':
945
+ 'Fügen Sie MCP-Server zu Ihren Einstellungen hinzu, um zu beginnen.',
946
+ 'Run qwen --debug to see error logs':
947
+ 'Führen Sie qwen --debug aus, um Fehlerprotokolle anzuzeigen',
948
+
949
+ // MCP OAuth Authentication
950
+ 'OAuth Authentication': 'OAuth-Authentifizierung',
951
+ 'Press Enter to start authentication, Esc to go back':
952
+ 'Drücken Sie Enter, um die Authentifizierung zu starten, Esc zum Zurückgehen',
953
+ 'Authenticating... Please complete the login in your browser.':
954
+ 'Authentifizierung läuft... Bitte schließen Sie die Anmeldung in Ihrem Browser ab.',
955
+ 'Press Enter or Esc to go back': 'Drücken Sie Enter oder Esc zum Zurückgehen',
956
+
957
+ // MCP Tool List
958
+ 'No tools available for this server.':
959
+ 'Keine Werkzeuge für diesen Server verfügbar.',
960
+ destructive: 'destruktiv',
961
+ 'read-only': 'schreibgeschützt',
962
+ 'open-world': 'offene Welt',
963
+ idempotent: 'idempotent',
964
+ 'Tools for {{name}}': 'Werkzeuge für {{name}}',
965
+ 'Tools for {{serverName}}': 'Werkzeuge für {{serverName}}',
966
+ '{{current}}/{{total}}': '{{current}}/{{total}}',
967
+
968
+ // MCP Tool Detail
969
+ required: 'erforderlich',
970
+ Type: 'Typ',
971
+ Enum: 'Aufzählung',
972
+ Parameters: 'Parameter',
973
+ 'No tool selected': 'Kein Werkzeug ausgewählt',
974
+ Annotations: 'Anmerkungen',
975
+ Title: 'Titel',
976
+ 'Read Only': 'Schreibgeschützt',
977
+ Destructive: 'Destruktiv',
978
+ Idempotent: 'Idempotent',
979
+ 'Open World': 'Offene Welt',
980
+ Server: 'Server',
981
+
982
+ // Invalid tool related translations
983
+ '{{count}} invalid tools': '{{count}} ungültige Werkzeuge',
984
+ invalid: 'ungültig',
985
+ 'invalid: {{reason}}': 'ungültig: {{reason}}',
986
+ 'missing name': 'Name fehlt',
987
+ 'missing description': 'Beschreibung fehlt',
988
+ '(unnamed)': '(unbenannt)',
989
+ 'Warning: This tool cannot be called by the LLM':
990
+ 'Warnung: Dieses Werkzeug kann nicht vom LLM aufgerufen werden',
991
+ Reason: 'Grund',
992
+ 'Tools must have both name and description to be used by the LLM.':
993
+ 'Werkzeuge müssen sowohl einen Namen als auch eine Beschreibung haben, um vom LLM verwendet zu werden.',
888
994
  'Modify in progress:': 'Änderung in Bearbeitung:',
889
995
  'Save and close external editor to continue':
890
996
  'Speichern und externen Editor schließen, um fortzufahren',
@@ -1445,6 +1551,18 @@ export default {
1445
1551
  // ============================================================================
1446
1552
  // Auth Dialog - View Titles and Labels
1447
1553
  // ============================================================================
1554
+ 'Coding Plan': 'Coding Plan',
1555
+ "Paste your api key of Bailian Coding Plan and you're all set!":
1556
+ 'Fügen Sie Ihren Bailian Coding Plan API-Schlüssel ein und Sie sind bereit!',
1557
+ Custom: 'Benutzerdefiniert',
1558
+ 'More instructions about configuring `modelProviders` manually.':
1559
+ 'Weitere Anweisungen zur manuellen Konfiguration von `modelProviders`.',
1560
+ 'Select API-KEY configuration mode:':
1561
+ 'API-KEY-Konfigurationsmodus auswählen:',
1562
+ '(Press Escape to go back)': '(Escape drücken zum Zurückgehen)',
1563
+ '(Press Enter to submit, Escape to cancel)':
1564
+ '(Enter zum Absenden, Escape zum Abbrechen)',
1565
+ 'More instructions please check:': 'Weitere Anweisungen finden Sie unter:',
1448
1566
  'Select Region for Coding Plan': 'Region für Coding Plan auswählen',
1449
1567
  'Choose based on where your account is registered':
1450
1568
  'Wählen Sie basierend auf dem Registrierungsort Ihres Kontos',
@@ -1457,6 +1575,39 @@ export default {
1457
1575
  'Neue Modellkonfigurationen sind für {{region}} verfügbar. Jetzt aktualisieren?',
1458
1576
  '{{region}} configuration updated successfully. Model switched to "{{model}}".':
1459
1577
  '{{region}}-Konfiguration erfolgreich aktualisiert. Modell auf "{{model}}" umgeschaltet.',
1460
- 'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).':
1461
- 'Erfolgreich mit {{region}} authentifiziert. API-Schlüssel und Modellkonfigurationen wurden in settings.json gespeichert (gesichert).',
1578
+ '{{region}} configuration updated successfully.':
1579
+ '{{region}}-Konfiguration erfolgreich aktualisiert.',
1580
+ 'Authenticated successfully with {{region}}. API key and model configs saved to settings.json.':
1581
+ 'Erfolgreich mit {{region}} authentifiziert. API-Schlüssel und Modellkonfigurationen wurden in settings.json gespeichert.',
1582
+ 'Tip: Use /model to switch between available Coding Plan models.':
1583
+ 'Tipp: Verwenden Sie /model, um zwischen verfügbaren Coding Plan-Modellen zu wechseln.',
1584
+
1585
+ // ============================================================================
1586
+ // Ask User Question Tool
1587
+ // ============================================================================
1588
+ 'Please answer the following question(s):':
1589
+ 'Bitte beantworten Sie die folgende(n) Frage(n):',
1590
+ 'Cannot ask user questions in non-interactive mode. Please run in interactive mode to use this tool.':
1591
+ 'Benutzerfragen können im nicht-interaktiven Modus nicht gestellt werden. Bitte führen Sie das Tool im interaktiven Modus aus.',
1592
+ 'User declined to answer the questions.':
1593
+ 'Benutzer hat die Beantwortung der Fragen abgelehnt.',
1594
+ 'User has provided the following answers:':
1595
+ 'Benutzer hat die folgenden Antworten bereitgestellt:',
1596
+ 'Failed to process user answers:':
1597
+ 'Fehler beim Verarbeiten der Benutzerantworten:',
1598
+ 'Type something...': 'Etwas eingeben...',
1599
+ Submit: 'Senden',
1600
+ 'Submit answers': 'Antworten senden',
1601
+ Cancel: 'Abbrechen',
1602
+ 'Your answers:': 'Ihre Antworten:',
1603
+ '(not answered)': '(nicht beantwortet)',
1604
+ 'Ready to submit your answers?': 'Bereit, Ihre Antworten zu senden?',
1605
+ '↑/↓: Navigate | ←/→: Switch tabs | Enter: Select':
1606
+ '↑/↓: Navigieren | ←/→: Tabs wechseln | Enter: Auswählen',
1607
+ '↑/↓: Navigate | ←/→: Switch tabs | Space/Enter: Toggle | Esc: Cancel':
1608
+ '↑/↓: Navigieren | ←/→: Tabs wechseln | Space/Enter: Umschalten | Esc: Abbrechen',
1609
+ '↑/↓: Navigate | Space/Enter: Toggle | Esc: Cancel':
1610
+ '↑/↓: Navigieren | Space/Enter: Umschalten | Esc: Abbrechen',
1611
+ '↑/↓: Navigate | Enter: Select | Esc: Cancel':
1612
+ '↑/↓: Navigieren | Enter: Auswählen | Esc: Abbrechen',
1462
1613
  };
package/locales/en.js CHANGED
@@ -116,8 +116,8 @@ export default {
116
116
  // ============================================================================
117
117
  'Analyzes the project and creates a tailored QWEN.md file.':
118
118
  'Analyzes the project and creates a tailored QWEN.md file.',
119
- 'list available Qwen Code tools. Usage: /tools [desc]':
120
- 'list available Qwen Code tools. Usage: /tools [desc]',
119
+ 'List available Qwen Code tools. Usage: /tools [desc]':
120
+ 'List available Qwen Code tools. Usage: /tools [desc]',
121
121
  'Available Qwen Code CLI tools:': 'Available Qwen Code CLI tools:',
122
122
  'No tools available': 'No tools available',
123
123
  'View or change the approval mode for tool usage':
@@ -289,6 +289,73 @@ export default {
289
289
  'Failed to save and edit subagent: {{error}}':
290
290
  'Failed to save and edit subagent: {{error}}',
291
291
 
292
+ // ============================================================================
293
+ // Extensions - Management Dialog
294
+ // ============================================================================
295
+ 'Manage Extensions': 'Manage Extensions',
296
+ 'Extension Details': 'Extension Details',
297
+ 'View Extension': 'View Extension',
298
+ 'Update Extension': 'Update Extension',
299
+ 'Disable Extension': 'Disable Extension',
300
+ 'Enable Extension': 'Enable Extension',
301
+ 'Uninstall Extension': 'Uninstall Extension',
302
+ 'Select Scope': 'Select Scope',
303
+ 'User Scope': 'User Scope',
304
+ 'Workspace Scope': 'Workspace Scope',
305
+ 'No extensions found.': 'No extensions found.',
306
+ Active: 'Active',
307
+ Disabled: 'Disabled',
308
+ 'Update available': 'Update available',
309
+ 'Up to date': 'Up to date',
310
+ 'Checking...': 'Checking...',
311
+ 'Updating...': 'Updating...',
312
+ Unknown: 'Unknown',
313
+ Error: 'Error',
314
+ 'Version:': 'Version:',
315
+ 'Status:': 'Status:',
316
+ 'Are you sure you want to uninstall extension "{{name}}"?':
317
+ 'Are you sure you want to uninstall extension "{{name}}"?',
318
+ 'This action cannot be undone.': 'This action cannot be undone.',
319
+ 'Extension "{{name}}" disabled successfully.':
320
+ 'Extension "{{name}}" disabled successfully.',
321
+ 'Extension "{{name}}" enabled successfully.':
322
+ 'Extension "{{name}}" enabled successfully.',
323
+ 'Extension "{{name}}" updated successfully.':
324
+ 'Extension "{{name}}" updated successfully.',
325
+ 'Failed to update extension "{{name}}": {{error}}':
326
+ 'Failed to update extension "{{name}}": {{error}}',
327
+ 'Select the scope for this action:': 'Select the scope for this action:',
328
+ 'User - Applies to all projects': 'User - Applies to all projects',
329
+ 'Workspace - Applies to current project only':
330
+ 'Workspace - Applies to current project only',
331
+ // Extension dialog - missing keys
332
+ 'Name:': 'Name:',
333
+ 'MCP Servers:': 'MCP Servers:',
334
+ 'Settings:': 'Settings:',
335
+ active: 'active',
336
+ disabled: 'disabled',
337
+ 'View Details': 'View Details',
338
+ 'Update failed:': 'Update failed:',
339
+ 'Updating {{name}}...': 'Updating {{name}}...',
340
+ 'Update complete!': 'Update complete!',
341
+ 'User (global)': 'User (global)',
342
+ 'Workspace (project-specific)': 'Workspace (project-specific)',
343
+ 'Disable "{{name}}" - Select Scope': 'Disable "{{name}}" - Select Scope',
344
+ 'Enable "{{name}}" - Select Scope': 'Enable "{{name}}" - Select Scope',
345
+ 'No extension selected': 'No extension selected',
346
+ 'Press Y/Enter to confirm, N/Esc to cancel':
347
+ 'Press Y/Enter to confirm, N/Esc to cancel',
348
+ 'Y/Enter to confirm, N/Esc to cancel': 'Y/Enter to confirm, N/Esc to cancel',
349
+ '{{count}} extensions installed': '{{count}} extensions installed',
350
+ "Use '/extensions install' to install your first extension.":
351
+ "Use '/extensions install' to install your first extension.",
352
+ // Update status values
353
+ 'up to date': 'up to date',
354
+ 'update available': 'update available',
355
+ 'checking...': 'checking...',
356
+ 'not updatable': 'not updatable',
357
+ error: 'error',
358
+
292
359
  // ============================================================================
293
360
  // Commands - General (continued)
294
361
  // ============================================================================
@@ -376,8 +443,10 @@ export default {
376
443
  'Show tool-specific usage statistics.':
377
444
  'Show tool-specific usage statistics.',
378
445
  'exit the cli': 'exit the cli',
379
- 'list configured MCP servers and tools, or authenticate with OAuth-enabled servers':
380
- 'list configured MCP servers and tools, or authenticate with OAuth-enabled servers',
446
+ 'Open MCP management dialog, or authenticate with OAuth-enabled servers':
447
+ 'Open MCP management dialog, or authenticate with OAuth-enabled servers',
448
+ 'List configured MCP servers and tools, or authenticate with OAuth-enabled servers':
449
+ 'List configured MCP servers and tools, or authenticate with OAuth-enabled servers',
381
450
  'Manage workspace directories': 'Manage workspace directories',
382
451
  'Add directories to the workspace. Use comma to separate multiple paths':
383
452
  'Add directories to the workspace. Use comma to separate multiple paths',
@@ -726,6 +795,7 @@ export default {
726
795
  'List configured MCP servers and tools':
727
796
  'List configured MCP servers and tools',
728
797
  'Restarts MCP servers.': 'Restarts MCP servers.',
798
+ 'Open MCP management dialog': 'Open MCP management dialog',
729
799
  'Config not loaded.': 'Config not loaded.',
730
800
  'Could not retrieve tool registry.': 'Could not retrieve tool registry.',
731
801
  'No MCP servers configured with OAuth authentication.':
@@ -742,6 +812,107 @@ export default {
742
812
  "Re-discovering tools from '{{name}}'...":
743
813
  "Re-discovering tools from '{{name}}'...",
744
814
 
815
+ // ============================================================================
816
+ // MCP Management Dialog
817
+ // ============================================================================
818
+ 'Manage MCP servers': 'Manage MCP servers',
819
+ 'Server Detail': 'Server Detail',
820
+ 'Disable Server': 'Disable Server',
821
+ Tools: 'Tools',
822
+ 'Tool Detail': 'Tool Detail',
823
+ 'MCP Management': 'MCP Management',
824
+ 'Loading...': 'Loading...',
825
+ 'Unknown step': 'Unknown step',
826
+ 'Esc to back': 'Esc to back',
827
+ '↑↓ to navigate · Enter to select · Esc to close':
828
+ '↑↓ to navigate · Enter to select · Esc to close',
829
+ '↑↓ to navigate · Enter to select · Esc to back':
830
+ '↑↓ to navigate · Enter to select · Esc to back',
831
+ '↑↓ to navigate · Enter to confirm · Esc to back':
832
+ '↑↓ to navigate · Enter to confirm · Esc to back',
833
+ 'User Settings (global)': 'User Settings (global)',
834
+ 'Workspace Settings (project-specific)':
835
+ 'Workspace Settings (project-specific)',
836
+ 'Disable server:': 'Disable server:',
837
+ 'Select where to add the server to the exclude list:':
838
+ 'Select where to add the server to the exclude list:',
839
+ 'Press Enter to confirm, Esc to cancel':
840
+ 'Press Enter to confirm, Esc to cancel',
841
+ 'View tools': 'View tools',
842
+ Reconnect: 'Reconnect',
843
+ Enable: 'Enable',
844
+ Disable: 'Disable',
845
+ Authenticate: 'Authenticate',
846
+ 'Server:': 'Server:',
847
+ 'Command:': 'Command:',
848
+ 'Working Directory:': 'Working Directory:',
849
+ 'Capabilities:': 'Capabilities:',
850
+ 'No server selected': 'No server selected',
851
+ prompts: 'prompts',
852
+ '(disabled)': '(disabled)',
853
+ 'Error:': 'Error:',
854
+ Extension: 'Extension',
855
+ tool: 'tool',
856
+ tools: 'tools',
857
+ connected: 'connected',
858
+ connecting: 'connecting',
859
+ disconnected: 'disconnected',
860
+
861
+ // MCP Server List
862
+ 'User MCPs': 'User MCPs',
863
+ 'Project MCPs': 'Project MCPs',
864
+ 'Extension MCPs': 'Extension MCPs',
865
+ server: 'server',
866
+ servers: 'servers',
867
+ 'Add MCP servers to your settings to get started.':
868
+ 'Add MCP servers to your settings to get started.',
869
+ 'Run qwen --debug to see error logs': 'Run qwen --debug to see error logs',
870
+
871
+ // MCP OAuth Authentication
872
+ 'OAuth Authentication': 'OAuth Authentication',
873
+ 'Press Enter to start authentication, Esc to go back':
874
+ 'Press Enter to start authentication, Esc to go back',
875
+ 'Authenticating... Please complete the login in your browser.':
876
+ 'Authenticating... Please complete the login in your browser.',
877
+ 'Press Enter or Esc to go back': 'Press Enter or Esc to go back',
878
+
879
+ // MCP Tool List
880
+ 'No tools available for this server.': 'No tools available for this server.',
881
+ destructive: 'destructive',
882
+ 'read-only': 'read-only',
883
+ 'open-world': 'open-world',
884
+ idempotent: 'idempotent',
885
+ 'Tools for {{name}}': 'Tools for {{name}}',
886
+ 'Tools for {{serverName}}': 'Tools for {{serverName}}',
887
+ '{{current}}/{{total}}': '{{current}}/{{total}}',
888
+
889
+ // MCP Tool Detail
890
+ required: 'required',
891
+ Type: 'Type',
892
+ Enum: 'Enum',
893
+ Parameters: 'Parameters',
894
+ 'No tool selected': 'No tool selected',
895
+ Annotations: 'Annotations',
896
+ Title: 'Title',
897
+ 'Read Only': 'Read Only',
898
+ Destructive: 'Destructive',
899
+ Idempotent: 'Idempotent',
900
+ 'Open World': 'Open World',
901
+ Server: 'Server',
902
+
903
+ // Invalid tool related translations
904
+ '{{count}} invalid tools': '{{count}} invalid tools',
905
+ invalid: 'invalid',
906
+ 'invalid: {{reason}}': 'invalid: {{reason}}',
907
+ 'missing name': 'missing name',
908
+ 'missing description': 'missing description',
909
+ '(unnamed)': '(unnamed)',
910
+ 'Warning: This tool cannot be called by the LLM':
911
+ 'Warning: This tool cannot be called by the LLM',
912
+ Reason: 'Reason',
913
+ 'Tools must have both name and description to be used by the LLM.':
914
+ 'Tools must have both name and description to be used by the LLM.',
915
+
745
916
  // ============================================================================
746
917
  // Commands - Chat
747
918
  // ============================================================================
@@ -874,6 +1045,7 @@ export default {
874
1045
  'Do you want to proceed?': 'Do you want to proceed?',
875
1046
  'Yes, allow once': 'Yes, allow once',
876
1047
  'Allow always': 'Allow always',
1048
+ Yes: 'Yes',
877
1049
  No: 'No',
878
1050
  'No (esc)': 'No (esc)',
879
1051
  'Yes, allow always for this session': 'Yes, allow always for this session',
@@ -1434,6 +1606,16 @@ export default {
1434
1606
  // ============================================================================
1435
1607
  // Auth Dialog - View Titles and Labels
1436
1608
  // ============================================================================
1609
+ 'Coding Plan': 'Coding Plan',
1610
+ "Paste your api key of Bailian Coding Plan and you're all set!":
1611
+ "Paste your api key of Bailian Coding Plan and you're all set!",
1612
+ Custom: 'Custom',
1613
+ 'More instructions about configuring `modelProviders` manually.':
1614
+ 'More instructions about configuring `modelProviders` manually.',
1615
+ 'Select API-KEY configuration mode:': 'Select API-KEY configuration mode:',
1616
+ '(Press Escape to go back)': '(Press Escape to go back)',
1617
+ '(Press Enter to submit, Escape to cancel)':
1618
+ '(Press Enter to submit, Escape to cancel)',
1437
1619
  'Select Region for Coding Plan': 'Select Region for Coding Plan',
1438
1620
  'Choose based on where your account is registered':
1439
1621
  'Choose based on where your account is registered',
@@ -1446,6 +1628,38 @@ export default {
1446
1628
  'New model configurations are available for {{region}}. Update now?',
1447
1629
  '{{region}} configuration updated successfully. Model switched to "{{model}}".':
1448
1630
  '{{region}} configuration updated successfully. Model switched to "{{model}}".',
1449
- 'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).':
1450
- 'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).',
1631
+ '{{region}} configuration updated successfully.':
1632
+ '{{region}} configuration updated successfully.',
1633
+ 'Authenticated successfully with {{region}}. API key and model configs saved to settings.json.':
1634
+ 'Authenticated successfully with {{region}}. API key and model configs saved to settings.json.',
1635
+ 'Tip: Use /model to switch between available Coding Plan models.':
1636
+ 'Tip: Use /model to switch between available Coding Plan models.',
1637
+
1638
+ // ============================================================================
1639
+ // Ask User Question Tool
1640
+ // ============================================================================
1641
+ 'Please answer the following question(s):':
1642
+ 'Please answer the following question(s):',
1643
+ 'Cannot ask user questions in non-interactive mode. Please run in interactive mode to use this tool.':
1644
+ 'Cannot ask user questions in non-interactive mode. Please run in interactive mode to use this tool.',
1645
+ 'User declined to answer the questions.':
1646
+ 'User declined to answer the questions.',
1647
+ 'User has provided the following answers:':
1648
+ 'User has provided the following answers:',
1649
+ 'Failed to process user answers:': 'Failed to process user answers:',
1650
+ 'Type something...': 'Type something...',
1651
+ Submit: 'Submit',
1652
+ 'Submit answers': 'Submit answers',
1653
+ Cancel: 'Cancel',
1654
+ 'Your answers:': 'Your answers:',
1655
+ '(not answered)': '(not answered)',
1656
+ 'Ready to submit your answers?': 'Ready to submit your answers?',
1657
+ '↑/↓: Navigate | ←/→: Switch tabs | Enter: Select':
1658
+ '↑/↓: Navigate | ←/→: Switch tabs | Enter: Select',
1659
+ '↑/↓: Navigate | ←/→: Switch tabs | Space/Enter: Toggle | Esc: Cancel':
1660
+ '↑/↓: Navigate | ←/→: Switch tabs | Space/Enter: Toggle | Esc: Cancel',
1661
+ '↑/↓: Navigate | Space/Enter: Toggle | Esc: Cancel':
1662
+ '↑/↓: Navigate | Space/Enter: Toggle | Esc: Cancel',
1663
+ '↑/↓: Navigate | Enter: Select | Esc: Cancel':
1664
+ '↑/↓: Navigate | Enter: Select | Esc: Cancel',
1451
1665
  };