mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
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:
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user