v1.5.1: Set QwenClaw as Default Agent for Qwen Code
This commit is contained in:
59
.qwen/settings.example.json
Normal file
59
.qwen/settings.example.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user