@mmmbuto/qwen-code-termux 0.12.0-termux → 0.14.0-termux
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 +188 -55
- package/bundled/loop/SKILL.md +61 -0
- package/bundled/qc-helper/SKILL.md +151 -0
- package/bundled/qc-helper/docs/_meta.ts +30 -0
- package/bundled/qc-helper/docs/common-workflow.md +571 -0
- package/bundled/qc-helper/docs/configuration/_meta.ts +10 -0
- package/bundled/qc-helper/docs/configuration/auth.md +366 -0
- package/bundled/qc-helper/docs/configuration/memory.md +0 -0
- package/bundled/qc-helper/docs/configuration/model-providers.md +542 -0
- package/bundled/qc-helper/docs/configuration/qwen-ignore.md +55 -0
- package/bundled/qc-helper/docs/configuration/settings.md +655 -0
- package/bundled/qc-helper/docs/configuration/themes.md +160 -0
- package/bundled/qc-helper/docs/configuration/trusted-folders.md +61 -0
- package/bundled/qc-helper/docs/configuration.md +73 -0
- package/bundled/qc-helper/docs/extension/_meta.ts +9 -0
- package/bundled/qc-helper/docs/extension/extension-releasing.md +204 -0
- package/bundled/qc-helper/docs/extension/getting-started-extensions.md +299 -0
- package/bundled/qc-helper/docs/extension/introduction.md +338 -0
- package/bundled/qc-helper/docs/features/_meta.ts +19 -0
- package/bundled/qc-helper/docs/features/approval-mode.md +263 -0
- package/bundled/qc-helper/docs/features/arena.md +218 -0
- package/bundled/qc-helper/docs/features/channels/_meta.ts +7 -0
- package/bundled/qc-helper/docs/features/channels/dingtalk.md +134 -0
- package/bundled/qc-helper/docs/features/channels/overview.md +336 -0
- package/bundled/qc-helper/docs/features/channels/plugins.md +87 -0
- package/bundled/qc-helper/docs/features/channels/telegram.md +120 -0
- package/bundled/qc-helper/docs/features/channels/weixin.md +106 -0
- package/bundled/qc-helper/docs/features/checkpointing.md +77 -0
- package/bundled/qc-helper/docs/features/commands.md +312 -0
- package/bundled/qc-helper/docs/features/headless.md +318 -0
- package/bundled/qc-helper/docs/features/hooks.md +720 -0
- package/bundled/qc-helper/docs/features/language.md +139 -0
- package/bundled/qc-helper/docs/features/lsp.md +417 -0
- package/bundled/qc-helper/docs/features/mcp.md +281 -0
- package/bundled/qc-helper/docs/features/sandbox.md +241 -0
- package/bundled/qc-helper/docs/features/scheduled-tasks.md +139 -0
- package/bundled/qc-helper/docs/features/skills.md +289 -0
- package/bundled/qc-helper/docs/features/sub-agents.md +515 -0
- package/bundled/qc-helper/docs/features/token-caching.md +29 -0
- package/bundled/qc-helper/docs/ide-integration/_meta.ts +4 -0
- package/bundled/qc-helper/docs/ide-integration/ide-companion-spec.md +182 -0
- package/bundled/qc-helper/docs/ide-integration/ide-integration.md +144 -0
- package/bundled/qc-helper/docs/integration-github-action.md +241 -0
- package/bundled/qc-helper/docs/integration-jetbrains.md +81 -0
- package/bundled/qc-helper/docs/integration-vscode.md +39 -0
- package/bundled/qc-helper/docs/integration-zed.md +72 -0
- package/bundled/qc-helper/docs/overview.md +64 -0
- package/bundled/qc-helper/docs/quickstart.md +273 -0
- package/bundled/qc-helper/docs/reference/_meta.ts +3 -0
- package/bundled/qc-helper/docs/reference/keyboard-shortcuts.md +72 -0
- package/bundled/qc-helper/docs/support/Uninstall.md +42 -0
- package/bundled/qc-helper/docs/support/_meta.ts +6 -0
- package/bundled/qc-helper/docs/support/tos-privacy.md +112 -0
- package/bundled/qc-helper/docs/support/troubleshooting.md +123 -0
- package/bundled/review/SKILL.md +261 -0
- package/cli.js +298314 -244746
- package/locales/de.js +358 -7
- package/locales/en.js +347 -7
- package/locales/ja.js +347 -7
- package/locales/pt.js +353 -7
- package/locales/ru.js +348 -7
- package/locales/zh.js +333 -7
- package/package.json +12 -7
- package/sandbox-macos-permissive-open.sb +3 -1
- package/vendor/tree-sitter/tree-sitter-bash.wasm +0 -0
- package/vendor/tree-sitter/tree-sitter.wasm +0 -0
- package/CHANGELOG.md +0 -77
package/locales/en.js
CHANGED
|
@@ -118,6 +118,7 @@ export default {
|
|
|
118
118
|
'Analyzes the project and creates a tailored QWEN.md file.',
|
|
119
119
|
'List available Qwen Code tools. Usage: /tools [desc]':
|
|
120
120
|
'List available Qwen Code tools. Usage: /tools [desc]',
|
|
121
|
+
'List available skills.': 'List available skills.',
|
|
121
122
|
'Available Qwen Code CLI tools:': 'Available Qwen Code CLI tools:',
|
|
122
123
|
'No tools available': 'No tools available',
|
|
123
124
|
'View or change the approval mode for tool usage':
|
|
@@ -459,6 +460,7 @@ export default {
|
|
|
459
460
|
'These editors are currently supported. Please note that some editors cannot be used in sandbox mode.',
|
|
460
461
|
'Your preferred editor is:': 'Your preferred editor is:',
|
|
461
462
|
'Manage extensions': 'Manage extensions',
|
|
463
|
+
'Manage installed extensions': 'Manage installed extensions',
|
|
462
464
|
'List active extensions': 'List active extensions',
|
|
463
465
|
'Update extensions. Usage: update <extension-names>|--all':
|
|
464
466
|
'Update extensions. Usage: update <extension-names>|--all',
|
|
@@ -659,6 +661,162 @@ export default {
|
|
|
659
661
|
'Failed to configure {{terminalName}}.',
|
|
660
662
|
'Your terminal is already configured for an optimal experience with multiline input (Shift+Enter and Ctrl+Enter).':
|
|
661
663
|
'Your terminal is already configured for an optimal experience with multiline input (Shift+Enter and Ctrl+Enter).',
|
|
664
|
+
// ============================================================================
|
|
665
|
+
// Commands - Hooks
|
|
666
|
+
// ============================================================================
|
|
667
|
+
'Manage Qwen Code hooks': 'Manage Qwen Code hooks',
|
|
668
|
+
'List all configured hooks': 'List all configured hooks',
|
|
669
|
+
'Enable a disabled hook': 'Enable a disabled hook',
|
|
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 - Disabled Step
|
|
700
|
+
'Hook Configuration - Disabled': 'Hook Configuration - Disabled',
|
|
701
|
+
'All hooks are currently disabled. You have {{count}} that are not running.':
|
|
702
|
+
'All hooks are currently disabled. You have {{count}} that are not running.',
|
|
703
|
+
'{{count}} configured hook': '{{count}} configured hook',
|
|
704
|
+
'{{count}} configured hooks': '{{count}} configured hooks',
|
|
705
|
+
'When hooks are disabled:': 'When hooks are disabled:',
|
|
706
|
+
'No hook commands will execute': 'No hook commands will execute',
|
|
707
|
+
'StatusLine will not be displayed': 'StatusLine will not be displayed',
|
|
708
|
+
'Tool operations will proceed without hook validation':
|
|
709
|
+
'Tool operations will proceed without hook validation',
|
|
710
|
+
'To re-enable hooks, remove "disableAllHooks" from settings.json or ask Qwen Code.':
|
|
711
|
+
'To re-enable hooks, remove "disableAllHooks" from settings.json or ask Qwen Code.',
|
|
712
|
+
// Hooks - Source
|
|
713
|
+
Project: 'Project',
|
|
714
|
+
User: 'User',
|
|
715
|
+
System: 'System',
|
|
716
|
+
Extension: 'Extension',
|
|
717
|
+
'Local Settings': 'Local Settings',
|
|
718
|
+
'User Settings': 'User Settings',
|
|
719
|
+
'System Settings': 'System Settings',
|
|
720
|
+
Extensions: 'Extensions',
|
|
721
|
+
// Hooks - Status
|
|
722
|
+
'✓ Enabled': '✓ Enabled',
|
|
723
|
+
'✗ Disabled': '✗ Disabled',
|
|
724
|
+
// Hooks - Event Descriptions (short)
|
|
725
|
+
'Before tool execution': 'Before tool execution',
|
|
726
|
+
'After tool execution': 'After tool execution',
|
|
727
|
+
'After tool execution fails': 'After tool execution fails',
|
|
728
|
+
'When notifications are sent': 'When notifications are sent',
|
|
729
|
+
'When the user submits a prompt': 'When the user submits a prompt',
|
|
730
|
+
'When a new session is started': 'When a new session is started',
|
|
731
|
+
'Right before Qwen Code concludes its response':
|
|
732
|
+
'Right before Qwen Code concludes its response',
|
|
733
|
+
'When a subagent (Agent tool call) is started':
|
|
734
|
+
'When a subagent (Agent tool call) is started',
|
|
735
|
+
'Right before a subagent concludes its response':
|
|
736
|
+
'Right before a subagent concludes its response',
|
|
737
|
+
'Before conversation compaction': 'Before conversation compaction',
|
|
738
|
+
'When a session is ending': 'When a session is ending',
|
|
739
|
+
'When a permission dialog is displayed':
|
|
740
|
+
'When a permission dialog is displayed',
|
|
741
|
+
// Hooks - Event Descriptions (detailed)
|
|
742
|
+
'Input to command is JSON of tool call arguments.':
|
|
743
|
+
'Input to command is JSON of tool call arguments.',
|
|
744
|
+
'Input to command is JSON with fields "inputs" (tool call arguments) and "response" (tool call response).':
|
|
745
|
+
'Input to command is JSON with fields "inputs" (tool call arguments) and "response" (tool call response).',
|
|
746
|
+
'Input to command is JSON with tool_name, tool_input, tool_use_id, error, error_type, is_interrupt, and is_timeout.':
|
|
747
|
+
'Input to command is JSON with tool_name, tool_input, tool_use_id, error, error_type, is_interrupt, and is_timeout.',
|
|
748
|
+
'Input to command is JSON with notification message and type.':
|
|
749
|
+
'Input to command is JSON with notification message and type.',
|
|
750
|
+
'Input to command is JSON with original user prompt text.':
|
|
751
|
+
'Input to command is JSON with original user prompt text.',
|
|
752
|
+
'Input to command is JSON with session start source.':
|
|
753
|
+
'Input to command is JSON with session start source.',
|
|
754
|
+
'Input to command is JSON with session end reason.':
|
|
755
|
+
'Input to command is JSON with session end reason.',
|
|
756
|
+
'Input to command is JSON with agent_id and agent_type.':
|
|
757
|
+
'Input to command is JSON with agent_id and agent_type.',
|
|
758
|
+
'Input to command is JSON with agent_id, agent_type, and agent_transcript_path.':
|
|
759
|
+
'Input to command is JSON with agent_id, agent_type, and agent_transcript_path.',
|
|
760
|
+
'Input to command is JSON with compaction details.':
|
|
761
|
+
'Input to command is JSON with compaction details.',
|
|
762
|
+
'Input to command is JSON with tool_name, tool_input, and tool_use_id. Output JSON with hookSpecificOutput containing decision to allow or deny.':
|
|
763
|
+
'Input to command is JSON with tool_name, tool_input, and tool_use_id. Output JSON with hookSpecificOutput containing decision to allow or deny.',
|
|
764
|
+
// Hooks - Exit Code Descriptions
|
|
765
|
+
'stdout/stderr not shown': 'stdout/stderr not shown',
|
|
766
|
+
'show stderr to model and continue conversation':
|
|
767
|
+
'show stderr to model and continue conversation',
|
|
768
|
+
'show stderr to user only': 'show stderr to user only',
|
|
769
|
+
'stdout shown in transcript mode (ctrl+o)':
|
|
770
|
+
'stdout shown in transcript mode (ctrl+o)',
|
|
771
|
+
'show stderr to model immediately': 'show stderr to model immediately',
|
|
772
|
+
'show stderr to user only but continue with tool call':
|
|
773
|
+
'show stderr to user only but continue with tool call',
|
|
774
|
+
'block processing, erase original prompt, and show stderr to user only':
|
|
775
|
+
'block processing, erase original prompt, and show stderr to user only',
|
|
776
|
+
'stdout shown to Qwen': 'stdout shown to Qwen',
|
|
777
|
+
'show stderr to user only (blocking errors ignored)':
|
|
778
|
+
'show stderr to user only (blocking errors ignored)',
|
|
779
|
+
'command completes successfully': 'command completes successfully',
|
|
780
|
+
'stdout shown to subagent': 'stdout shown to subagent',
|
|
781
|
+
'show stderr to subagent and continue having it run':
|
|
782
|
+
'show stderr to subagent and continue having it run',
|
|
783
|
+
'stdout appended as custom compact instructions':
|
|
784
|
+
'stdout appended as custom compact instructions',
|
|
785
|
+
'block compaction': 'block compaction',
|
|
786
|
+
'show stderr to user only but continue with compaction':
|
|
787
|
+
'show stderr to user only but continue with compaction',
|
|
788
|
+
'use hook decision if provided': 'use hook decision if provided',
|
|
789
|
+
// Hooks - Messages
|
|
790
|
+
'Config not loaded.': 'Config not loaded.',
|
|
791
|
+
'Hooks are not enabled. Enable hooks in settings to use this feature.':
|
|
792
|
+
'Hooks are not enabled. Enable hooks in settings to use this feature.',
|
|
793
|
+
'No hooks configured. Add hooks in your settings.json file.':
|
|
794
|
+
'No hooks configured. Add hooks in your settings.json file.',
|
|
795
|
+
'Configured Hooks ({{count}} total)': 'Configured Hooks ({{count}} total)',
|
|
796
|
+
|
|
797
|
+
// ============================================================================
|
|
798
|
+
// Commands - Session Export
|
|
799
|
+
// ============================================================================
|
|
800
|
+
'Export current session message history to a file':
|
|
801
|
+
'Export current session message history to a file',
|
|
802
|
+
'Export session to HTML format': 'Export session to HTML format',
|
|
803
|
+
'Export session to JSON format': 'Export session to JSON format',
|
|
804
|
+
'Export session to JSONL format (one message per line)':
|
|
805
|
+
'Export session to JSONL format (one message per line)',
|
|
806
|
+
'Export session to markdown format': 'Export session to markdown format',
|
|
807
|
+
|
|
808
|
+
// ============================================================================
|
|
809
|
+
// Commands - Insights
|
|
810
|
+
// ============================================================================
|
|
811
|
+
'generate personalized programming insights from your chat history':
|
|
812
|
+
'generate personalized programming insights from your chat history',
|
|
813
|
+
|
|
814
|
+
// ============================================================================
|
|
815
|
+
// Commands - Session History
|
|
816
|
+
// ============================================================================
|
|
817
|
+
'Resume a previous session': 'Resume a previous session',
|
|
818
|
+
'Restore a tool call. This will reset the conversation and file history to the state it was in when the tool call was suggested':
|
|
819
|
+
'Restore a tool call. This will reset the conversation and file history to the state it was in when the tool call was suggested',
|
|
662
820
|
'Could not detect terminal type. Supported terminals: VS Code, Cursor, Windsurf, and Trae.':
|
|
663
821
|
'Could not detect terminal type. Supported terminals: VS Code, Cursor, Windsurf, and Trae.',
|
|
664
822
|
'Terminal "{{terminal}}" is not supported yet.':
|
|
@@ -742,7 +900,6 @@ export default {
|
|
|
742
900
|
'Workspace approval mode exists and takes priority. User-level change will have no effect.':
|
|
743
901
|
'Workspace approval mode exists and takes priority. User-level change will have no effect.',
|
|
744
902
|
'Apply To': 'Apply To',
|
|
745
|
-
'User Settings': 'User Settings',
|
|
746
903
|
'Workspace Settings': 'Workspace Settings',
|
|
747
904
|
|
|
748
905
|
// ============================================================================
|
|
@@ -796,7 +953,6 @@ export default {
|
|
|
796
953
|
'List configured MCP servers and tools',
|
|
797
954
|
'Restarts MCP servers.': 'Restarts MCP servers.',
|
|
798
955
|
'Open MCP management dialog': 'Open MCP management dialog',
|
|
799
|
-
'Config not loaded.': 'Config not loaded.',
|
|
800
956
|
'Could not retrieve tool registry.': 'Could not retrieve tool registry.',
|
|
801
957
|
'No MCP servers configured with OAuth authentication.':
|
|
802
958
|
'No MCP servers configured with OAuth authentication.',
|
|
@@ -811,6 +967,15 @@ export default {
|
|
|
811
967
|
"Failed to authenticate with MCP server '{{name}}': {{error}}",
|
|
812
968
|
"Re-discovering tools from '{{name}}'...":
|
|
813
969
|
"Re-discovering tools from '{{name}}'...",
|
|
970
|
+
"Discovered {{count}} tool(s) from '{{name}}'.":
|
|
971
|
+
"Discovered {{count}} tool(s) from '{{name}}'.",
|
|
972
|
+
'Authentication complete. Returning to server details...':
|
|
973
|
+
'Authentication complete. Returning to server details...',
|
|
974
|
+
'Authentication successful.': 'Authentication successful.',
|
|
975
|
+
'If the browser does not open, copy and paste this URL into your browser:':
|
|
976
|
+
'If the browser does not open, copy and paste this URL into your browser:',
|
|
977
|
+
'Make sure to copy the COMPLETE URL - it may wrap across multiple lines.':
|
|
978
|
+
'Make sure to copy the COMPLETE URL - it may wrap across multiple lines.',
|
|
814
979
|
|
|
815
980
|
// ============================================================================
|
|
816
981
|
// MCP Management Dialog
|
|
@@ -843,6 +1008,8 @@ export default {
|
|
|
843
1008
|
Enable: 'Enable',
|
|
844
1009
|
Disable: 'Disable',
|
|
845
1010
|
Authenticate: 'Authenticate',
|
|
1011
|
+
'Re-authenticate': 'Re-authenticate',
|
|
1012
|
+
'Clear Authentication': 'Clear Authentication',
|
|
846
1013
|
'Server:': 'Server:',
|
|
847
1014
|
'Command:': 'Command:',
|
|
848
1015
|
'Working Directory:': 'Working Directory:',
|
|
@@ -851,7 +1018,6 @@ export default {
|
|
|
851
1018
|
prompts: 'prompts',
|
|
852
1019
|
'(disabled)': '(disabled)',
|
|
853
1020
|
'Error:': 'Error:',
|
|
854
|
-
Extension: 'Extension',
|
|
855
1021
|
tool: 'tool',
|
|
856
1022
|
tools: 'tools',
|
|
857
1023
|
connected: 'connected',
|
|
@@ -1058,6 +1224,12 @@ export default {
|
|
|
1058
1224
|
'No, suggest changes (esc)': 'No, suggest changes (esc)',
|
|
1059
1225
|
"Allow execution of: '{{command}}'?": "Allow execution of: '{{command}}'?",
|
|
1060
1226
|
'Yes, allow always ...': 'Yes, allow always ...',
|
|
1227
|
+
'Always allow in this project': 'Always allow in this project',
|
|
1228
|
+
'Always allow {{action}} in this project':
|
|
1229
|
+
'Always allow {{action}} in this project',
|
|
1230
|
+
'Always allow for this user': 'Always allow for this user',
|
|
1231
|
+
'Always allow {{action}} for this user':
|
|
1232
|
+
'Always allow {{action}} for this user',
|
|
1061
1233
|
'Yes, and auto-accept edits': 'Yes, and auto-accept edits',
|
|
1062
1234
|
'Yes, and manually approve edits': 'Yes, and manually approve edits',
|
|
1063
1235
|
'No, keep planning (esc)': 'No, keep planning (esc)',
|
|
@@ -1213,8 +1385,8 @@ export default {
|
|
|
1213
1385
|
unknown: 'unknown',
|
|
1214
1386
|
"Failed to switch model to '{{modelId}}'.\n\n{{error}}":
|
|
1215
1387
|
"Failed to switch model to '{{modelId}}'.\n\n{{error}}",
|
|
1216
|
-
'Qwen 3.
|
|
1217
|
-
'Qwen 3.
|
|
1388
|
+
'Qwen 3.6 Plus — efficient hybrid model with leading coding performance':
|
|
1389
|
+
'Qwen 3.6 Plus — efficient hybrid model with leading coding performance',
|
|
1218
1390
|
'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)':
|
|
1219
1391
|
'The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)',
|
|
1220
1392
|
|
|
@@ -1222,6 +1394,73 @@ export default {
|
|
|
1222
1394
|
// Dialogs - Permissions
|
|
1223
1395
|
// ============================================================================
|
|
1224
1396
|
'Manage folder trust settings': 'Manage folder trust settings',
|
|
1397
|
+
'Manage permission rules': 'Manage permission rules',
|
|
1398
|
+
Allow: 'Allow',
|
|
1399
|
+
Ask: 'Ask',
|
|
1400
|
+
Deny: 'Deny',
|
|
1401
|
+
Workspace: 'Workspace',
|
|
1402
|
+
"Qwen Code won't ask before using allowed tools.":
|
|
1403
|
+
"Qwen Code won't ask before using allowed tools.",
|
|
1404
|
+
'Qwen Code will ask before using these tools.':
|
|
1405
|
+
'Qwen Code will ask before using these tools.',
|
|
1406
|
+
'Qwen Code is not allowed to use denied tools.':
|
|
1407
|
+
'Qwen Code is not allowed to use denied tools.',
|
|
1408
|
+
'Manage trusted directories for this workspace.':
|
|
1409
|
+
'Manage trusted directories for this workspace.',
|
|
1410
|
+
'Any use of the {{tool}} tool': 'Any use of the {{tool}} tool',
|
|
1411
|
+
"{{tool}} commands matching '{{pattern}}'":
|
|
1412
|
+
"{{tool}} commands matching '{{pattern}}'",
|
|
1413
|
+
'From user settings': 'From user settings',
|
|
1414
|
+
'From project settings': 'From project settings',
|
|
1415
|
+
'From session': 'From session',
|
|
1416
|
+
'Project settings (local)': 'Project settings (local)',
|
|
1417
|
+
'Saved in .qwen/settings.local.json': 'Saved in .qwen/settings.local.json',
|
|
1418
|
+
'Project settings': 'Project settings',
|
|
1419
|
+
'Checked in at .qwen/settings.json': 'Checked in at .qwen/settings.json',
|
|
1420
|
+
'User settings': 'User settings',
|
|
1421
|
+
'Saved in at ~/.qwen/settings.json': 'Saved in at ~/.qwen/settings.json',
|
|
1422
|
+
'Add a new rule…': 'Add a new rule…',
|
|
1423
|
+
'Add {{type}} permission rule': 'Add {{type}} permission rule',
|
|
1424
|
+
'Permission rules are a tool name, optionally followed by a specifier in parentheses.':
|
|
1425
|
+
'Permission rules are a tool name, optionally followed by a specifier in parentheses.',
|
|
1426
|
+
'e.g.,': 'e.g.,',
|
|
1427
|
+
or: 'or',
|
|
1428
|
+
'Enter permission rule…': 'Enter permission rule…',
|
|
1429
|
+
'Enter to submit · Esc to cancel': 'Enter to submit · Esc to cancel',
|
|
1430
|
+
'Where should this rule be saved?': 'Where should this rule be saved?',
|
|
1431
|
+
'Enter to confirm · Esc to cancel': 'Enter to confirm · Esc to cancel',
|
|
1432
|
+
'Delete {{type}} rule?': 'Delete {{type}} rule?',
|
|
1433
|
+
'Are you sure you want to delete this permission rule?':
|
|
1434
|
+
'Are you sure you want to delete this permission rule?',
|
|
1435
|
+
'Permissions:': 'Permissions:',
|
|
1436
|
+
'(←/→ or tab to cycle)': '(←/→ or tab to cycle)',
|
|
1437
|
+
'Press ↑↓ to navigate · Enter to select · Type to search · Esc to cancel':
|
|
1438
|
+
'Press ↑↓ to navigate · Enter to select · Type to search · Esc to cancel',
|
|
1439
|
+
'Search…': 'Search…',
|
|
1440
|
+
'Use /trust to manage folder trust settings for this workspace.':
|
|
1441
|
+
'Use /trust to manage folder trust settings for this workspace.',
|
|
1442
|
+
// Workspace directory management
|
|
1443
|
+
'Add directory…': 'Add directory…',
|
|
1444
|
+
'Add directory to workspace': 'Add directory to workspace',
|
|
1445
|
+
'Qwen Code can read files in the workspace, and make edits when auto-accept edits is on.':
|
|
1446
|
+
'Qwen Code can read files in the workspace, and make edits when auto-accept edits is on.',
|
|
1447
|
+
'Qwen Code will be able to read files in this directory and make edits when auto-accept edits is on.':
|
|
1448
|
+
'Qwen Code will be able to read files in this directory and make edits when auto-accept edits is on.',
|
|
1449
|
+
'Enter the path to the directory:': 'Enter the path to the directory:',
|
|
1450
|
+
'Enter directory path…': 'Enter directory path…',
|
|
1451
|
+
'Tab to complete · Enter to add · Esc to cancel':
|
|
1452
|
+
'Tab to complete · Enter to add · Esc to cancel',
|
|
1453
|
+
'Remove directory?': 'Remove directory?',
|
|
1454
|
+
'Are you sure you want to remove this directory from the workspace?':
|
|
1455
|
+
'Are you sure you want to remove this directory from the workspace?',
|
|
1456
|
+
' (Original working directory)': ' (Original working directory)',
|
|
1457
|
+
' (from settings)': ' (from settings)',
|
|
1458
|
+
'Directory does not exist.': 'Directory does not exist.',
|
|
1459
|
+
'Path is not a directory.': 'Path is not a directory.',
|
|
1460
|
+
'This directory is already in the workspace.':
|
|
1461
|
+
'This directory is already in the workspace.',
|
|
1462
|
+
'Already covered by existing directory: {{dir}}':
|
|
1463
|
+
'Already covered by existing directory: {{dir}}',
|
|
1225
1464
|
|
|
1226
1465
|
// ============================================================================
|
|
1227
1466
|
// Status Bar
|
|
@@ -1607,8 +1846,8 @@ export default {
|
|
|
1607
1846
|
// Auth Dialog - View Titles and Labels
|
|
1608
1847
|
// ============================================================================
|
|
1609
1848
|
'Coding Plan': 'Coding Plan',
|
|
1610
|
-
"Paste your api key of
|
|
1611
|
-
"Paste your api key of
|
|
1849
|
+
"Paste your api key of ModelStudio Coding Plan and you're all set!":
|
|
1850
|
+
"Paste your api key of ModelStudio Coding Plan and you're all set!",
|
|
1612
1851
|
Custom: 'Custom',
|
|
1613
1852
|
'More instructions about configuring `modelProviders` manually.':
|
|
1614
1853
|
'More instructions about configuring `modelProviders` manually.',
|
|
@@ -1628,6 +1867,34 @@ export default {
|
|
|
1628
1867
|
'New model configurations are available for {{region}}. Update now?',
|
|
1629
1868
|
'{{region}} configuration updated successfully. Model switched to "{{model}}".':
|
|
1630
1869
|
'{{region}} configuration updated successfully. Model switched to "{{model}}".',
|
|
1870
|
+
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).':
|
|
1871
|
+
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json (backed up).',
|
|
1872
|
+
|
|
1873
|
+
// ============================================================================
|
|
1874
|
+
// Context Usage Component
|
|
1875
|
+
// ============================================================================
|
|
1876
|
+
'Context Usage': 'Context Usage',
|
|
1877
|
+
'No API response yet. Send a message to see actual usage.':
|
|
1878
|
+
'No API response yet. Send a message to see actual usage.',
|
|
1879
|
+
'Estimated pre-conversation overhead': 'Estimated pre-conversation overhead',
|
|
1880
|
+
'Context window': 'Context window',
|
|
1881
|
+
tokens: 'tokens',
|
|
1882
|
+
Used: 'Used',
|
|
1883
|
+
Free: 'Free',
|
|
1884
|
+
'Autocompact buffer': 'Autocompact buffer',
|
|
1885
|
+
'Usage by category': 'Usage by category',
|
|
1886
|
+
'System prompt': 'System prompt',
|
|
1887
|
+
'Built-in tools': 'Built-in tools',
|
|
1888
|
+
'MCP tools': 'MCP tools',
|
|
1889
|
+
'Memory files': 'Memory files',
|
|
1890
|
+
Skills: 'Skills',
|
|
1891
|
+
Messages: 'Messages',
|
|
1892
|
+
'Show context window usage breakdown.':
|
|
1893
|
+
'Show context window usage breakdown.',
|
|
1894
|
+
'Run /context detail for per-item breakdown.':
|
|
1895
|
+
'Run /context detail for per-item breakdown.',
|
|
1896
|
+
'body loaded': 'body loaded',
|
|
1897
|
+
memory: 'memory',
|
|
1631
1898
|
'{{region}} configuration updated successfully.':
|
|
1632
1899
|
'{{region}} configuration updated successfully.',
|
|
1633
1900
|
'Authenticated successfully with {{region}}. API key and model configs saved to settings.json.':
|
|
@@ -1662,4 +1929,77 @@ export default {
|
|
|
1662
1929
|
'↑/↓: Navigate | Space/Enter: Toggle | Esc: Cancel',
|
|
1663
1930
|
'↑/↓: Navigate | Enter: Select | Esc: Cancel':
|
|
1664
1931
|
'↑/↓: Navigate | Enter: Select | Esc: Cancel',
|
|
1932
|
+
|
|
1933
|
+
// ============================================================================
|
|
1934
|
+
// Commands - Auth
|
|
1935
|
+
// ============================================================================
|
|
1936
|
+
'Configure Qwen authentication information with Qwen-OAuth or Alibaba Cloud Coding Plan':
|
|
1937
|
+
'Configure Qwen authentication information with Qwen-OAuth or Alibaba Cloud Coding Plan',
|
|
1938
|
+
'Authenticate using Qwen OAuth': 'Authenticate using Qwen OAuth',
|
|
1939
|
+
'Authenticate using Alibaba Cloud Coding Plan':
|
|
1940
|
+
'Authenticate using Alibaba Cloud Coding Plan',
|
|
1941
|
+
'Region for Coding Plan (china/global)':
|
|
1942
|
+
'Region for Coding Plan (china/global)',
|
|
1943
|
+
'API key for Coding Plan': 'API key for Coding Plan',
|
|
1944
|
+
'Show current authentication status': 'Show current authentication status',
|
|
1945
|
+
'Authentication completed successfully.':
|
|
1946
|
+
'Authentication completed successfully.',
|
|
1947
|
+
'Starting Qwen OAuth authentication...':
|
|
1948
|
+
'Starting Qwen OAuth authentication...',
|
|
1949
|
+
'Successfully authenticated with Qwen OAuth.':
|
|
1950
|
+
'Successfully authenticated with Qwen OAuth.',
|
|
1951
|
+
'Failed to authenticate with Qwen OAuth: {{error}}':
|
|
1952
|
+
'Failed to authenticate with Qwen OAuth: {{error}}',
|
|
1953
|
+
'Processing Alibaba Cloud Coding Plan authentication...':
|
|
1954
|
+
'Processing Alibaba Cloud Coding Plan authentication...',
|
|
1955
|
+
'Successfully authenticated with Alibaba Cloud Coding Plan.':
|
|
1956
|
+
'Successfully authenticated with Alibaba Cloud Coding Plan.',
|
|
1957
|
+
'Failed to authenticate with Coding Plan: {{error}}':
|
|
1958
|
+
'Failed to authenticate with Coding Plan: {{error}}',
|
|
1959
|
+
'中国 (China)': '中国 (China)',
|
|
1960
|
+
'阿里云百炼 (aliyun.com)': '阿里云百炼 (aliyun.com)',
|
|
1961
|
+
Global: 'Global',
|
|
1962
|
+
'Alibaba Cloud (alibabacloud.com)': 'Alibaba Cloud (alibabacloud.com)',
|
|
1963
|
+
'Select region for Coding Plan:': 'Select region for Coding Plan:',
|
|
1964
|
+
'Enter your Coding Plan API key: ': 'Enter your Coding Plan API key: ',
|
|
1965
|
+
'Select authentication method:': 'Select authentication method:',
|
|
1966
|
+
'\n=== Authentication Status ===\n': '\n=== Authentication Status ===\n',
|
|
1967
|
+
'⚠️ No authentication method configured.\n':
|
|
1968
|
+
'⚠️ No authentication method configured.\n',
|
|
1969
|
+
'Run one of the following commands to get started:\n':
|
|
1970
|
+
'Run one of the following commands to get started:\n',
|
|
1971
|
+
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (free tier)':
|
|
1972
|
+
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (free tier)',
|
|
1973
|
+
' qwen auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n':
|
|
1974
|
+
' qwen auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n',
|
|
1975
|
+
'Or simply run:': 'Or simply run:',
|
|
1976
|
+
' qwen auth - Interactive authentication setup\n':
|
|
1977
|
+
' qwen auth - Interactive authentication setup\n',
|
|
1978
|
+
'✓ Authentication Method: Qwen OAuth': '✓ Authentication Method: Qwen OAuth',
|
|
1979
|
+
' Type: Free tier': ' Type: Free tier',
|
|
1980
|
+
' Limit: Up to 1,000 requests/day': ' Limit: Up to 1,000 requests/day',
|
|
1981
|
+
' Models: Qwen latest models\n': ' Models: Qwen latest models\n',
|
|
1982
|
+
'✓ Authentication Method: Alibaba Cloud Coding Plan':
|
|
1983
|
+
'✓ Authentication Method: Alibaba Cloud Coding Plan',
|
|
1984
|
+
'中国 (China) - 阿里云百炼': '中国 (China) - 阿里云百炼',
|
|
1985
|
+
'Global - Alibaba Cloud': 'Global - Alibaba Cloud',
|
|
1986
|
+
' Region: {{region}}': ' Region: {{region}}',
|
|
1987
|
+
' Current Model: {{model}}': ' Current Model: {{model}}',
|
|
1988
|
+
' Config Version: {{version}}': ' Config Version: {{version}}',
|
|
1989
|
+
' Status: API key configured\n': ' Status: API key configured\n',
|
|
1990
|
+
'⚠️ Authentication Method: Alibaba Cloud Coding Plan (Incomplete)':
|
|
1991
|
+
'⚠️ Authentication Method: Alibaba Cloud Coding Plan (Incomplete)',
|
|
1992
|
+
' Issue: API key not found in environment or settings\n':
|
|
1993
|
+
' Issue: API key not found in environment or settings\n',
|
|
1994
|
+
' Run `qwen auth coding-plan` to re-configure.\n':
|
|
1995
|
+
' Run `qwen auth coding-plan` to re-configure.\n',
|
|
1996
|
+
'✓ Authentication Method: {{type}}': '✓ Authentication Method: {{type}}',
|
|
1997
|
+
' Status: Configured\n': ' Status: Configured\n',
|
|
1998
|
+
'Failed to check authentication status: {{error}}':
|
|
1999
|
+
'Failed to check authentication status: {{error}}',
|
|
2000
|
+
'Select an option:': 'Select an option:',
|
|
2001
|
+
'Raw mode not available. Please run in an interactive terminal.':
|
|
2002
|
+
'Raw mode not available. Please run in an interactive terminal.',
|
|
2003
|
+
'(Use ↑ ↓ arrows to navigate, Enter to select, Ctrl+C to exit)\n':
|
|
2004
|
+
'(Use ↑ ↓ arrows to navigate, Enter to select, Ctrl+C to exit)\n',
|
|
1665
2005
|
};
|