v1.6.7
-
Multi-account reminder delivery failure: Fixed missing accountId in cron job delivery, causing reminders to fail sending through the correct bot account in multi-account setups. accountId is now required, using getRequestAccountId() || "default" to ensure it's never empty; delivery structure moved to job top level.
-
Upgrade scripts: improved version check flow; upgrade scripts (npm/source) enhanced for better compatibility.
-
postinstall-link-sdk script optimization: Improved robustness of the post-install SDK linking script.
-
Run the following command to upgrade to the latest version:
curl -fsSL https://raw.githubusercontent.com/tencent-connect/openclaw-qqbot/main/scripts/upgrade-via-npm.sh | bash
v1.6.6 and below do not support hot upgrade via /bot-upgrade. Please use the command above to upgrade.