merge: integrate main channel config changes

This commit is contained in:
Hoshina
2026-04-14 00:34:17 +08:00
186 changed files with 6505 additions and 4190 deletions
+6 -4
View File
@@ -537,9 +537,10 @@ chmod 600 ~/.picoclaw/.security.yml
// api_key loaded from .security.yml
}
],
"channels": {
"channel_list": {
"telegram": {
"enabled": true"
"enabled": true,
"type": "telegram",
// token loaded from .security.yml
}
}
@@ -852,9 +853,10 @@ This keeps the runtime lightweight while making new OpenAI-compatible backends m
"dm_scope": "per-channel-peer",
"backlog_limit": 20
},
"channels": {
"channel_list": {
"telegram": {
"enabled": true"
"enabled": true,
"type": "telegram",
// token: set in .security.yml
"allow_from": ["123456789"]
}