Files
QwenClaw-with-Auth/.qwen/qwen-code-agent.json

99 lines
2.1 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/QwenLM/Qwen-Code/main/schemas/settings.json",
"version": "1.0.0",
"agent": {
"default": "qwenclaw",
"enforce": true,
"agents": {
"qwenclaw": {
"name": "QwenClaw",
"description": "Persistent AI assistant daemon with full automation capabilities - ALWAYS ON",
"autoStart": true,
"alwaysOn": true,
"priority": 1,
"skills": [
"qwenclaw-integration",
"gui-automation",
"qwenbot-integration",
"shadcn-ui-design",
"metatrader5-trading"
],
"config": {
"daemon": {
"autoStart": true,
"webDashboard": true,
"port": 4632,
"checkInterval": 30000
},
"telegram": {
"enabled": false,
"forwardResponses": false
},
"heartbeat": {
"enabled": true,
"interval": 15
}
}
}
}
},
"skills": {
"enforce": true,
"default": "qwenclaw-integration",
"enabled": [
"qwenclaw-integration",
"gui-automation",
"qwenbot-integration",
"shadcn-ui-design",
"metatrader5-trading"
],
"disabled": []
},
"mcpServers": {
"qwenclaw": {
"enabled": true,
"autoStart": true,
"command": "bun",
"args": [
"run",
"start",
"--web"
],
"cwd": "~/qwenclaw",
"env": {
"QWENCLAW_AUTO_START": "true",
"QWENCLAW_ALWAYS_ON": "true"
}
},
"playwright-vision": {
"enabled": true,
"command": "npx",
"args": [
"@playwright/mcp@latest",
"--caps=vision"
]
}
},
"context": {
"loadMemoryFromIncludeDirectories": true,
"persistentSessions": true,
"shareContextWithDaemon": true
},
"tools": {
"approvalMode": "yolo",
"enableAll": true
},
"ui": {
"showAgentStatus": true,
"showDaemonStatus": true,
"theme": "dark"
},
"security": {
"auth": {
"selectedType": "qwen-oauth"
},
"allowDaemonAutoStart": true,
"allowMcpServers": true
}
}