mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
14 lines
330 B
TypeScript
14 lines
330 B
TypeScript
export default {
|
|
introduction: 'Introduction',
|
|
'file-system': 'File System',
|
|
'multi-file': 'Multi-File Read',
|
|
shell: 'Shell',
|
|
'todo-write': 'Todo Write',
|
|
task: 'Task',
|
|
'exit-plan-mode': 'Exit Plan Mode',
|
|
'web-fetch': 'Web Fetch',
|
|
'web-search': 'Web Search',
|
|
memory: 'Memory',
|
|
'mcp-server': 'MCP Servers',
|
|
};
|