Fix: Daemon startup and Qwen CLI path for Windows
This commit is contained in:
34
.qwen/qwenclaw/settings.json
Normal file
34
.qwen/qwenclaw/settings.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"model": "",
|
||||
"api": "",
|
||||
"fallback": {
|
||||
"model": "",
|
||||
"api": ""
|
||||
},
|
||||
"timezone": "UTC",
|
||||
"timezoneOffsetMinutes": 0,
|
||||
"heartbeat": {
|
||||
"enabled": false,
|
||||
"interval": 15,
|
||||
"prompt": "",
|
||||
"excludeWindows": []
|
||||
},
|
||||
"telegram": {
|
||||
"token": "",
|
||||
"allowedUserIds": []
|
||||
},
|
||||
"security": {
|
||||
"level": "moderate",
|
||||
"allowedTools": [],
|
||||
"disallowedTools": []
|
||||
},
|
||||
"web": {
|
||||
"enabled": false,
|
||||
"host": "127.0.0.1",
|
||||
"port": 4632
|
||||
},
|
||||
"statusLine": {
|
||||
"type": "command",
|
||||
"command": "node .qwen/statusline.cjs"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user