v1.5.1: Set QwenClaw as Default Agent for Qwen Code

This commit is contained in:
admin
2026-02-26 16:38:42 +04:00
Unverified
parent c700d84f4f
commit 24999d8fa2
6 changed files with 718 additions and 3 deletions

View File

@@ -0,0 +1,59 @@
{
"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"
]
}
}
}