@qwen-code/sdk 0.1.6-preview.0 → 0.1.6
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/README.md +17 -9
- package/dist/cli/cli.js +101221 -78905
- package/dist/cli/locales/de.js +298 -5
- package/dist/cli/locales/en.js +288 -5
- package/dist/cli/locales/ja.js +287 -5
- package/dist/cli/locales/pt.js +293 -5
- package/dist/cli/locales/ru.js +288 -5
- package/dist/cli/locales/zh.js +273 -4
- package/dist/cli/vendor/tree-sitter/tree-sitter-bash.wasm +0 -0
- package/dist/cli/vendor/tree-sitter/tree-sitter.wasm +0 -0
- package/package.json +1 -1
package/dist/cli/locales/en.js
CHANGED
|
@@ -668,6 +668,118 @@ export default {
|
|
|
668
668
|
'List all configured hooks': 'List all configured hooks',
|
|
669
669
|
'Enable a disabled hook': 'Enable a disabled hook',
|
|
670
670
|
'Disable an active hook': 'Disable an active hook',
|
|
671
|
+
// Hooks - Dialog
|
|
672
|
+
Hooks: 'Hooks',
|
|
673
|
+
'Loading hooks...': 'Loading hooks...',
|
|
674
|
+
'Error loading hooks:': 'Error loading hooks:',
|
|
675
|
+
'Press Escape to close': 'Press Escape to close',
|
|
676
|
+
'No hook selected': 'No hook selected',
|
|
677
|
+
// Hooks - List Step
|
|
678
|
+
'No hook events found.': 'No hook events found.',
|
|
679
|
+
'{{count}} hook configured': '{{count}} hook configured',
|
|
680
|
+
'{{count}} hooks configured': '{{count}} hooks configured',
|
|
681
|
+
'This menu is read-only. To add or modify hooks, edit settings.json directly or ask Qwen Code.':
|
|
682
|
+
'This menu is read-only. To add or modify hooks, edit settings.json directly or ask Qwen Code.',
|
|
683
|
+
'Enter to select · Esc to cancel': 'Enter to select · Esc to cancel',
|
|
684
|
+
// Hooks - Detail Step
|
|
685
|
+
'Exit codes:': 'Exit codes:',
|
|
686
|
+
'Configured hooks:': 'Configured hooks:',
|
|
687
|
+
'No hooks configured for this event.': 'No hooks configured for this event.',
|
|
688
|
+
'To add hooks, edit settings.json directly or ask Qwen.':
|
|
689
|
+
'To add hooks, edit settings.json directly or ask Qwen.',
|
|
690
|
+
'Enter to select · Esc to go back': 'Enter to select · Esc to go back',
|
|
691
|
+
// Hooks - Config Detail Step
|
|
692
|
+
'Hook details': 'Hook details',
|
|
693
|
+
'Event:': 'Event:',
|
|
694
|
+
'Extension:': 'Extension:',
|
|
695
|
+
'Desc:': 'Desc:',
|
|
696
|
+
'No hook config selected': 'No hook config selected',
|
|
697
|
+
'To modify or remove this hook, edit settings.json directly or ask Qwen to help.':
|
|
698
|
+
'To modify or remove this hook, edit settings.json directly or ask Qwen to help.',
|
|
699
|
+
// Hooks - Source
|
|
700
|
+
Project: 'Project',
|
|
701
|
+
User: 'User',
|
|
702
|
+
System: 'System',
|
|
703
|
+
Extension: 'Extension',
|
|
704
|
+
'Local Settings': 'Local Settings',
|
|
705
|
+
'User Settings': 'User Settings',
|
|
706
|
+
'System Settings': 'System Settings',
|
|
707
|
+
Extensions: 'Extensions',
|
|
708
|
+
// Hooks - Status
|
|
709
|
+
'✓ Enabled': '✓ Enabled',
|
|
710
|
+
'✗ Disabled': '✗ Disabled',
|
|
711
|
+
// Hooks - Event Descriptions (short)
|
|
712
|
+
'Before tool execution': 'Before tool execution',
|
|
713
|
+
'After tool execution': 'After tool execution',
|
|
714
|
+
'After tool execution fails': 'After tool execution fails',
|
|
715
|
+
'When notifications are sent': 'When notifications are sent',
|
|
716
|
+
'When the user submits a prompt': 'When the user submits a prompt',
|
|
717
|
+
'When a new session is started': 'When a new session is started',
|
|
718
|
+
'Right before Qwen Code concludes its response':
|
|
719
|
+
'Right before Qwen Code concludes its response',
|
|
720
|
+
'When a subagent (Agent tool call) is started':
|
|
721
|
+
'When a subagent (Agent tool call) is started',
|
|
722
|
+
'Right before a subagent concludes its response':
|
|
723
|
+
'Right before a subagent concludes its response',
|
|
724
|
+
'Before conversation compaction': 'Before conversation compaction',
|
|
725
|
+
'When a session is ending': 'When a session is ending',
|
|
726
|
+
'When a permission dialog is displayed':
|
|
727
|
+
'When a permission dialog is displayed',
|
|
728
|
+
// Hooks - Event Descriptions (detailed)
|
|
729
|
+
'Input to command is JSON of tool call arguments.':
|
|
730
|
+
'Input to command is JSON of tool call arguments.',
|
|
731
|
+
'Input to command is JSON with fields "inputs" (tool call arguments) and "response" (tool call response).':
|
|
732
|
+
'Input to command is JSON with fields "inputs" (tool call arguments) and "response" (tool call response).',
|
|
733
|
+
'Input to command is JSON with tool_name, tool_input, tool_use_id, error, error_type, is_interrupt, and is_timeout.':
|
|
734
|
+
'Input to command is JSON with tool_name, tool_input, tool_use_id, error, error_type, is_interrupt, and is_timeout.',
|
|
735
|
+
'Input to command is JSON with notification message and type.':
|
|
736
|
+
'Input to command is JSON with notification message and type.',
|
|
737
|
+
'Input to command is JSON with original user prompt text.':
|
|
738
|
+
'Input to command is JSON with original user prompt text.',
|
|
739
|
+
'Input to command is JSON with session start source.':
|
|
740
|
+
'Input to command is JSON with session start source.',
|
|
741
|
+
'Input to command is JSON with session end reason.':
|
|
742
|
+
'Input to command is JSON with session end reason.',
|
|
743
|
+
'Input to command is JSON with agent_id and agent_type.':
|
|
744
|
+
'Input to command is JSON with agent_id and agent_type.',
|
|
745
|
+
'Input to command is JSON with agent_id, agent_type, and agent_transcript_path.':
|
|
746
|
+
'Input to command is JSON with agent_id, agent_type, and agent_transcript_path.',
|
|
747
|
+
'Input to command is JSON with compaction details.':
|
|
748
|
+
'Input to command is JSON with compaction details.',
|
|
749
|
+
'Input to command is JSON with tool_name, tool_input, and tool_use_id. Output JSON with hookSpecificOutput containing decision to allow or deny.':
|
|
750
|
+
'Input to command is JSON with tool_name, tool_input, and tool_use_id. Output JSON with hookSpecificOutput containing decision to allow or deny.',
|
|
751
|
+
// Hooks - Exit Code Descriptions
|
|
752
|
+
'stdout/stderr not shown': 'stdout/stderr not shown',
|
|
753
|
+
'show stderr to model and continue conversation':
|
|
754
|
+
'show stderr to model and continue conversation',
|
|
755
|
+
'show stderr to user only': 'show stderr to user only',
|
|
756
|
+
'stdout shown in transcript mode (ctrl+o)':
|
|
757
|
+
'stdout shown in transcript mode (ctrl+o)',
|
|
758
|
+
'show stderr to model immediately': 'show stderr to model immediately',
|
|
759
|
+
'show stderr to user only but continue with tool call':
|
|
760
|
+
'show stderr to user only but continue with tool call',
|
|
761
|
+
'block processing, erase original prompt, and show stderr to user only':
|
|
762
|
+
'block processing, erase original prompt, and show stderr to user only',
|
|
763
|
+
'stdout shown to Qwen': 'stdout shown to Qwen',
|
|
764
|
+
'show stderr to user only (blocking errors ignored)':
|
|
765
|
+
'show stderr to user only (blocking errors ignored)',
|
|
766
|
+
'command completes successfully': 'command completes successfully',
|
|
767
|
+
'stdout shown to subagent': 'stdout shown to subagent',
|
|
768
|
+
'show stderr to subagent and continue having it run':
|
|
769
|
+
'show stderr to subagent and continue having it run',
|
|
770
|
+
'stdout appended as custom compact instructions':
|
|
771
|
+
'stdout appended as custom compact instructions',
|
|
772
|
+
'block compaction': 'block compaction',
|
|
773
|
+
'show stderr to user only but continue with compaction':
|
|
774
|
+
'show stderr to user only but continue with compaction',
|
|
775
|
+
'use hook decision if provided': 'use hook decision if provided',
|
|
776
|
+
// Hooks - Messages
|
|
777
|
+
'Config not loaded.': 'Config not loaded.',
|
|
778
|
+
'Hooks are not enabled. Enable hooks in settings to use this feature.':
|
|
779
|
+
'Hooks are not enabled. Enable hooks in settings to use this feature.',
|
|
780
|
+
'No hooks configured. Add hooks in your settings.json file.':
|
|
781
|
+
'No hooks configured. Add hooks in your settings.json file.',
|
|
782
|
+
'Configured Hooks ({{count}} total)': 'Configured Hooks ({{count}} total)',
|
|
671
783
|
|
|
672
784
|
// ============================================================================
|
|
673
785
|
// Commands - Session Export
|
|
@@ -775,7 +887,6 @@ export default {
|
|
|
775
887
|
'Workspace approval mode exists and takes priority. User-level change will have no effect.':
|
|
776
888
|
'Workspace approval mode exists and takes priority. User-level change will have no effect.',
|
|
777
889
|
'Apply To': 'Apply To',
|
|
778
|
-
'User Settings': 'User Settings',
|
|
779
890
|
'Workspace Settings': 'Workspace Settings',
|
|
780
891
|
|
|
781
892
|
// ============================================================================
|
|
@@ -829,7 +940,6 @@ export default {
|
|
|
829
940
|
'List configured MCP servers and tools',
|
|
830
941
|
'Restarts MCP servers.': 'Restarts MCP servers.',
|
|
831
942
|
'Open MCP management dialog': 'Open MCP management dialog',
|
|
832
|
-
'Config not loaded.': 'Config not loaded.',
|
|
833
943
|
'Could not retrieve tool registry.': 'Could not retrieve tool registry.',
|
|
834
944
|
'No MCP servers configured with OAuth authentication.':
|
|
835
945
|
'No MCP servers configured with OAuth authentication.',
|
|
@@ -895,7 +1005,6 @@ export default {
|
|
|
895
1005
|
prompts: 'prompts',
|
|
896
1006
|
'(disabled)': '(disabled)',
|
|
897
1007
|
'Error:': 'Error:',
|
|
898
|
-
Extension: 'Extension',
|
|
899
1008
|
tool: 'tool',
|
|
900
1009
|
tools: 'tools',
|
|
901
1010
|
connected: 'connected',
|
|
@@ -1102,6 +1211,12 @@ export default {
|
|
|
1102
1211
|
'No, suggest changes (esc)': 'No, suggest changes (esc)',
|
|
1103
1212
|
"Allow execution of: '{{command}}'?": "Allow execution of: '{{command}}'?",
|
|
1104
1213
|
'Yes, allow always ...': 'Yes, allow always ...',
|
|
1214
|
+
'Always allow in this project': 'Always allow in this project',
|
|
1215
|
+
'Always allow {{action}} in this project':
|
|
1216
|
+
'Always allow {{action}} in this project',
|
|
1217
|
+
'Always allow for this user': 'Always allow for this user',
|
|
1218
|
+
'Always allow {{action}} for this user':
|
|
1219
|
+
'Always allow {{action}} for this user',
|
|
1105
1220
|
'Yes, and auto-accept edits': 'Yes, and auto-accept edits',
|
|
1106
1221
|
'Yes, and manually approve edits': 'Yes, and manually approve edits',
|
|
1107
1222
|
'No, keep planning (esc)': 'No, keep planning (esc)',
|
|
@@ -1266,6 +1381,73 @@ export default {
|
|
|
1266
1381
|
// Dialogs - Permissions
|
|
1267
1382
|
// ============================================================================
|
|
1268
1383
|
'Manage folder trust settings': 'Manage folder trust settings',
|
|
1384
|
+
'Manage permission rules': 'Manage permission rules',
|
|
1385
|
+
Allow: 'Allow',
|
|
1386
|
+
Ask: 'Ask',
|
|
1387
|
+
Deny: 'Deny',
|
|
1388
|
+
Workspace: 'Workspace',
|
|
1389
|
+
"Qwen Code won't ask before using allowed tools.":
|
|
1390
|
+
"Qwen Code won't ask before using allowed tools.",
|
|
1391
|
+
'Qwen Code will ask before using these tools.':
|
|
1392
|
+
'Qwen Code will ask before using these tools.',
|
|
1393
|
+
'Qwen Code is not allowed to use denied tools.':
|
|
1394
|
+
'Qwen Code is not allowed to use denied tools.',
|
|
1395
|
+
'Manage trusted directories for this workspace.':
|
|
1396
|
+
'Manage trusted directories for this workspace.',
|
|
1397
|
+
'Any use of the {{tool}} tool': 'Any use of the {{tool}} tool',
|
|
1398
|
+
"{{tool}} commands matching '{{pattern}}'":
|
|
1399
|
+
"{{tool}} commands matching '{{pattern}}'",
|
|
1400
|
+
'From user settings': 'From user settings',
|
|
1401
|
+
'From project settings': 'From project settings',
|
|
1402
|
+
'From session': 'From session',
|
|
1403
|
+
'Project settings (local)': 'Project settings (local)',
|
|
1404
|
+
'Saved in .qwen/settings.local.json': 'Saved in .qwen/settings.local.json',
|
|
1405
|
+
'Project settings': 'Project settings',
|
|
1406
|
+
'Checked in at .qwen/settings.json': 'Checked in at .qwen/settings.json',
|
|
1407
|
+
'User settings': 'User settings',
|
|
1408
|
+
'Saved in at ~/.qwen/settings.json': 'Saved in at ~/.qwen/settings.json',
|
|
1409
|
+
'Add a new rule…': 'Add a new rule…',
|
|
1410
|
+
'Add {{type}} permission rule': 'Add {{type}} permission rule',
|
|
1411
|
+
'Permission rules are a tool name, optionally followed by a specifier in parentheses.':
|
|
1412
|
+
'Permission rules are a tool name, optionally followed by a specifier in parentheses.',
|
|
1413
|
+
'e.g.,': 'e.g.,',
|
|
1414
|
+
or: 'or',
|
|
1415
|
+
'Enter permission rule…': 'Enter permission rule…',
|
|
1416
|
+
'Enter to submit · Esc to cancel': 'Enter to submit · Esc to cancel',
|
|
1417
|
+
'Where should this rule be saved?': 'Where should this rule be saved?',
|
|
1418
|
+
'Enter to confirm · Esc to cancel': 'Enter to confirm · Esc to cancel',
|
|
1419
|
+
'Delete {{type}} rule?': 'Delete {{type}} rule?',
|
|
1420
|
+
'Are you sure you want to delete this permission rule?':
|
|
1421
|
+
'Are you sure you want to delete this permission rule?',
|
|
1422
|
+
'Permissions:': 'Permissions:',
|
|
1423
|
+
'(←/→ or tab to cycle)': '(←/→ or tab to cycle)',
|
|
1424
|
+
'Press ↑↓ to navigate · Enter to select · Type to search · Esc to cancel':
|
|
1425
|
+
'Press ↑↓ to navigate · Enter to select · Type to search · Esc to cancel',
|
|
1426
|
+
'Search…': 'Search…',
|
|
1427
|
+
'Use /trust to manage folder trust settings for this workspace.':
|
|
1428
|
+
'Use /trust to manage folder trust settings for this workspace.',
|
|
1429
|
+
// Workspace directory management
|
|
1430
|
+
'Add directory…': 'Add directory…',
|
|
1431
|
+
'Add directory to workspace': 'Add directory to workspace',
|
|
1432
|
+
'Qwen Code can read files in the workspace, and make edits when auto-accept edits is on.':
|
|
1433
|
+
'Qwen Code can read files in the workspace, and make edits when auto-accept edits is on.',
|
|
1434
|
+
'Qwen Code will be able to read files in this directory and make edits when auto-accept edits is on.':
|
|
1435
|
+
'Qwen Code will be able to read files in this directory and make edits when auto-accept edits is on.',
|
|
1436
|
+
'Enter the path to the directory:': 'Enter the path to the directory:',
|
|
1437
|
+
'Enter directory path…': 'Enter directory path…',
|
|
1438
|
+
'Tab to complete · Enter to add · Esc to cancel':
|
|
1439
|
+
'Tab to complete · Enter to add · Esc to cancel',
|
|
1440
|
+
'Remove directory?': 'Remove directory?',
|
|
1441
|
+
'Are you sure you want to remove this directory from the workspace?':
|
|
1442
|
+
'Are you sure you want to remove this directory from the workspace?',
|
|
1443
|
+
' (Original working directory)': ' (Original working directory)',
|
|
1444
|
+
' (from settings)': ' (from settings)',
|
|
1445
|
+
'Directory does not exist.': 'Directory does not exist.',
|
|
1446
|
+
'Path is not a directory.': 'Path is not a directory.',
|
|
1447
|
+
'This directory is already in the workspace.':
|
|
1448
|
+
'This directory is already in the workspace.',
|
|
1449
|
+
'Already covered by existing directory: {{dir}}':
|
|
1450
|
+
'Already covered by existing directory: {{dir}}',
|
|
1269
1451
|
|
|
1270
1452
|
// ============================================================================
|
|
1271
1453
|
// Status Bar
|
|
@@ -1651,8 +1833,8 @@ export default {
|
|
|
1651
1833
|
// Auth Dialog - View Titles and Labels
|
|
1652
1834
|
// ============================================================================
|
|
1653
1835
|
'Coding Plan': 'Coding Plan',
|
|
1654
|
-
"Paste your api key of
|
|
1655
|
-
"Paste your api key of
|
|
1836
|
+
"Paste your api key of ModelStudio Coding Plan and you're all set!":
|
|
1837
|
+
"Paste your api key of ModelStudio Coding Plan and you're all set!",
|
|
1656
1838
|
Custom: 'Custom',
|
|
1657
1839
|
'More instructions about configuring `modelProviders` manually.':
|
|
1658
1840
|
'More instructions about configuring `modelProviders` manually.',
|
|
@@ -1672,6 +1854,34 @@ export default {
|
|
|
1672
1854
|
'New model configurations are available for {{region}}. Update now?',
|
|
1673
1855
|
'{{region}} configuration updated successfully. Model switched to "{{model}}".':
|
|
1674
1856
|
'{{region}} configuration updated successfully. Model switched to "{{model}}".',
|
|
1857
|
+
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).':
|
|
1858
|
+
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).',
|
|
1859
|
+
|
|
1860
|
+
// ============================================================================
|
|
1861
|
+
// Context Usage Component
|
|
1862
|
+
// ============================================================================
|
|
1863
|
+
'Context Usage': 'Context Usage',
|
|
1864
|
+
'No API response yet. Send a message to see actual usage.':
|
|
1865
|
+
'No API response yet. Send a message to see actual usage.',
|
|
1866
|
+
'Estimated pre-conversation overhead': 'Estimated pre-conversation overhead',
|
|
1867
|
+
'Context window': 'Context window',
|
|
1868
|
+
tokens: 'tokens',
|
|
1869
|
+
Used: 'Used',
|
|
1870
|
+
Free: 'Free',
|
|
1871
|
+
'Autocompact buffer': 'Autocompact buffer',
|
|
1872
|
+
'Usage by category': 'Usage by category',
|
|
1873
|
+
'System prompt': 'System prompt',
|
|
1874
|
+
'Built-in tools': 'Built-in tools',
|
|
1875
|
+
'MCP tools': 'MCP tools',
|
|
1876
|
+
'Memory files': 'Memory files',
|
|
1877
|
+
Skills: 'Skills',
|
|
1878
|
+
Messages: 'Messages',
|
|
1879
|
+
'Show context window usage breakdown.':
|
|
1880
|
+
'Show context window usage breakdown.',
|
|
1881
|
+
'Run /context detail for per-item breakdown.':
|
|
1882
|
+
'Run /context detail for per-item breakdown.',
|
|
1883
|
+
'body loaded': 'body loaded',
|
|
1884
|
+
memory: 'memory',
|
|
1675
1885
|
'{{region}} configuration updated successfully.':
|
|
1676
1886
|
'{{region}} configuration updated successfully.',
|
|
1677
1887
|
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json.':
|
|
@@ -1706,4 +1916,77 @@ export default {
|
|
|
1706
1916
|
'↑/↓: Navigate | Space/Enter: Toggle | Esc: Cancel',
|
|
1707
1917
|
'↑/↓: Navigate | Enter: Select | Esc: Cancel':
|
|
1708
1918
|
'↑/↓: Navigate | Enter: Select | Esc: Cancel',
|
|
1919
|
+
|
|
1920
|
+
// ============================================================================
|
|
1921
|
+
// Commands - Auth
|
|
1922
|
+
// ============================================================================
|
|
1923
|
+
'Configure Qwen authentication information with Qwen-OAuth or Alibaba Cloud Coding Plan':
|
|
1924
|
+
'Configure Qwen authentication information with Qwen-OAuth or Alibaba Cloud Coding Plan',
|
|
1925
|
+
'Authenticate using Qwen OAuth': 'Authenticate using Qwen OAuth',
|
|
1926
|
+
'Authenticate using Alibaba Cloud Coding Plan':
|
|
1927
|
+
'Authenticate using Alibaba Cloud Coding Plan',
|
|
1928
|
+
'Region for Coding Plan (china/global)':
|
|
1929
|
+
'Region for Coding Plan (china/global)',
|
|
1930
|
+
'API key for Coding Plan': 'API key for Coding Plan',
|
|
1931
|
+
'Show current authentication status': 'Show current authentication status',
|
|
1932
|
+
'Authentication completed successfully.':
|
|
1933
|
+
'Authentication completed successfully.',
|
|
1934
|
+
'Starting Qwen OAuth authentication...':
|
|
1935
|
+
'Starting Qwen OAuth authentication...',
|
|
1936
|
+
'Successfully authenticated with Qwen OAuth.':
|
|
1937
|
+
'Successfully authenticated with Qwen OAuth.',
|
|
1938
|
+
'Failed to authenticate with Qwen OAuth: {{error}}':
|
|
1939
|
+
'Failed to authenticate with Qwen OAuth: {{error}}',
|
|
1940
|
+
'Processing Alibaba Cloud Coding Plan authentication...':
|
|
1941
|
+
'Processing Alibaba Cloud Coding Plan authentication...',
|
|
1942
|
+
'Successfully authenticated with Alibaba Cloud Coding Plan.':
|
|
1943
|
+
'Successfully authenticated with Alibaba Cloud Coding Plan.',
|
|
1944
|
+
'Failed to authenticate with Coding Plan: {{error}}':
|
|
1945
|
+
'Failed to authenticate with Coding Plan: {{error}}',
|
|
1946
|
+
'中国 (China)': '中国 (China)',
|
|
1947
|
+
'阿里云百炼 (aliyun.com)': '阿里云百炼 (aliyun.com)',
|
|
1948
|
+
Global: 'Global',
|
|
1949
|
+
'Alibaba Cloud (alibabacloud.com)': 'Alibaba Cloud (alibabacloud.com)',
|
|
1950
|
+
'Select region for Coding Plan:': 'Select region for Coding Plan:',
|
|
1951
|
+
'Enter your Coding Plan API key: ': 'Enter your Coding Plan API key: ',
|
|
1952
|
+
'Select authentication method:': 'Select authentication method:',
|
|
1953
|
+
'\n=== Authentication Status ===\n': '\n=== Authentication Status ===\n',
|
|
1954
|
+
'⚠️ No authentication method configured.\n':
|
|
1955
|
+
'⚠️ No authentication method configured.\n',
|
|
1956
|
+
'Run one of the following commands to get started:\n':
|
|
1957
|
+
'Run one of the following commands to get started:\n',
|
|
1958
|
+
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (free tier)':
|
|
1959
|
+
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (free tier)',
|
|
1960
|
+
' qwen auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n':
|
|
1961
|
+
' qwen auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n',
|
|
1962
|
+
'Or simply run:': 'Or simply run:',
|
|
1963
|
+
' qwen auth - Interactive authentication setup\n':
|
|
1964
|
+
' qwen auth - Interactive authentication setup\n',
|
|
1965
|
+
'✓ Authentication Method: Qwen OAuth': '✓ Authentication Method: Qwen OAuth',
|
|
1966
|
+
' Type: Free tier': ' Type: Free tier',
|
|
1967
|
+
' Limit: Up to 1,000 requests/day': ' Limit: Up to 1,000 requests/day',
|
|
1968
|
+
' Models: Qwen latest models\n': ' Models: Qwen latest models\n',
|
|
1969
|
+
'✓ Authentication Method: Alibaba Cloud Coding Plan':
|
|
1970
|
+
'✓ Authentication Method: Alibaba Cloud Coding Plan',
|
|
1971
|
+
'中国 (China) - 阿里云百炼': '中国 (China) - 阿里云百炼',
|
|
1972
|
+
'Global - Alibaba Cloud': 'Global - Alibaba Cloud',
|
|
1973
|
+
' Region: {{region}}': ' Region: {{region}}',
|
|
1974
|
+
' Current Model: {{model}}': ' Current Model: {{model}}',
|
|
1975
|
+
' Config Version: {{version}}': ' Config Version: {{version}}',
|
|
1976
|
+
' Status: API key configured\n': ' Status: API key configured\n',
|
|
1977
|
+
'⚠️ Authentication Method: Alibaba Cloud Coding Plan (Incomplete)':
|
|
1978
|
+
'⚠️ Authentication Method: Alibaba Cloud Coding Plan (Incomplete)',
|
|
1979
|
+
' Issue: API key not found in environment or settings\n':
|
|
1980
|
+
' Issue: API key not found in environment or settings\n',
|
|
1981
|
+
' Run `qwen auth coding-plan` to re-configure.\n':
|
|
1982
|
+
' Run `qwen auth coding-plan` to re-configure.\n',
|
|
1983
|
+
'✓ Authentication Method: {{type}}': '✓ Authentication Method: {{type}}',
|
|
1984
|
+
' Status: Configured\n': ' Status: Configured\n',
|
|
1985
|
+
'Failed to check authentication status: {{error}}':
|
|
1986
|
+
'Failed to check authentication status: {{error}}',
|
|
1987
|
+
'Select an option:': 'Select an option:',
|
|
1988
|
+
'Raw mode not available. Please run in an interactive terminal.':
|
|
1989
|
+
'Raw mode not available. Please run in an interactive terminal.',
|
|
1990
|
+
'(Use ↑ ↓ arrows to navigate, Enter to select, Ctrl+C to exit)\n':
|
|
1991
|
+
'(Use ↑ ↓ arrows to navigate, Enter to select, Ctrl+C to exit)\n',
|
|
1709
1992
|
};
|