Fix: Daemon startup and Qwen CLI path for Windows

This commit is contained in:
admin
2026-02-26 02:28:06 +04:00
Unverified
parent 80cdad994c
commit c9799c1eac
6 changed files with 358 additions and 180 deletions

View 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"
}
}