fix some bugs:

Fix hiddenValues in manager_channel.go — use comma-ok type assertions to avoid panics                               │
  Add GetDecoded() error handling in weixin.go saveWeixinConfig for consistency with wecom.go                         │
  Fix stray quotes in docs/configuration.md JSON examples                                                             │
  Add V2→V3 migration section to docs/config-versioning.md
  Fix feishu init with 32bit wrong signature cause build fail
This commit is contained in:
Cytown
2026-04-14 00:00:13 +08:00
parent cbd38dfd28
commit f16bade919
6 changed files with 109 additions and 24 deletions
+2 -2
View File
@@ -595,7 +595,7 @@ chmod 600 ~/.picoclaw/.security.yml
"channel_list": {
"telegram": {
"enabled": true,
"type": "telegram""
"type": "telegram",
// token loaded from .security.yml
}
}
@@ -911,7 +911,7 @@ This keeps the runtime lightweight while making new OpenAI-compatible backends m
"channel_list": {
"telegram": {
"enabled": true,
"type": "telegram""
"type": "telegram",
// token: set in .security.yml
"allow_from": ["123456789"]
}