v1.5.2: Fix PowerShell CLI + Enforce QwenClaw as Always-ON Agent
This commit is contained in:
98
.qwen/qwen-code-agent.json
Normal file
98
.qwen/qwen-code-agent.json
Normal file
@@ -0,0 +1,98 @@
|
||||
{
|
||||
"$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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user