Files
QwenClaw-with-Auth/.qwen/settings.example.json

60 lines
1.1 KiB
JSON

{
"mcpServers": {
"playwright-vision": {
"command": "npx",
"args": [
"@playwright/mcp@latest",
"--caps=vision"
]
},
"qwenclaw": {
"command": "bun",
"args": [
"run",
"start",
"--web"
],
"cwd": "~/qwenclaw",
"env": {
"QWENCLAW_AUTO_START": "true"
}
}
},
"security": {
"auth": {
"selectedType": "qwen-oauth"
}
},
"$version": 3,
"context": {
"loadMemoryFromIncludeDirectories": true
},
"tools": {
"approvalMode": "yolo"
},
"ui": {
"feedbackLastShownTimestamp": 1769071256658
},
"skills": {
"enabled": [
"qwenclaw-integration",
"gui-automation",
"qwenbot-integration"
],
"default": "qwenclaw-integration"
},
"agents": {
"default": "qwenclaw",
"qwenclaw": {
"name": "QwenClaw",
"description": "Persistent AI assistant daemon with automation capabilities",
"autoStart": true,
"skills": [
"qwenclaw-integration",
"gui-automation",
"qwenbot-integration"
]
}
}
}