version 1.5.4 #135
sliverp
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
1.5.4
中文
🐛 修复
api.ts中的全局 Token 缓存(单变量)重构为按appId隔离的Map,解决多个机器人同时运行时 Token 互相覆盖导致11255 invalid request报错的问题。clearTokenCache()和stopBackgroundTokenRefresh()改为接受appId参数,各账户独立管理。openclaw message send向非默认账户发消息失败:未指定--account时accountId始终 fallback 为"default",导致用非默认机器人的 OpenID 发消息时 Token 与目标不匹配返回 500 错误。现已在文档中说明需通过--account参数指定目标机器人。✨ 新增
channel.ts新增[qqbot:channel]前缀的详细日志,覆盖 account 解析、消息发送、网关启动全链路。[qqbot-api:${appId}]前缀,方便多实例排查。English
🐛 Fixes
api.tsfrom a single variable to a per-appIdMap, resolving11255 invalid requesterrors caused by Token overwrite when multiple bots run simultaneously.clearTokenCache()andstopBackgroundTokenRefresh()now accept anappIdparameter for independent per-account management.openclaw message sendfailing for non-default accounts: Without--account,accountIdalways fell back to"default", causing a 500 error when sending to an OpenID belonging to a different bot (Token/target mismatch). Documentation now clarifies that--accountmust be specified for non-default bots.✨ New
[qqbot:channel]prefixed logs inchannel.ts, covering account resolution, message sending, and gateway startup.[qqbot-api:${appId}]prefix for easier multi-instance debugging.This discussion was created from the release version 1.5.4.
Beta Was this translation helpful? Give feedback.
All reactions