Initial commit: QwenClaw persistent daemon for Qwen Code
This commit is contained in:
31
.qwen-plugin/settings.default.json
Normal file
31
.qwen-plugin/settings.default.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"model": "",
|
||||
"api": "",
|
||||
"autoStart": true,
|
||||
"fallback": {
|
||||
"model": "",
|
||||
"api": ""
|
||||
},
|
||||
"timezone": "UTC",
|
||||
"timezoneOffsetMinutes": 0,
|
||||
"heartbeat": {
|
||||
"enabled": false,
|
||||
"interval": 15,
|
||||
"prompt": "",
|
||||
"excludeWindows": []
|
||||
},
|
||||
"telegram": {
|
||||
"token": "",
|
||||
"allowedUserIds": []
|
||||
},
|
||||
"security": {
|
||||
"level": "moderate",
|
||||
"allowedTools": [],
|
||||
"disallowedTools": []
|
||||
},
|
||||
"web": {
|
||||
"enabled": true,
|
||||
"host": "127.0.0.1",
|
||||
"port": 4632
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user