Skip to content

v1.6.7

Choose a tag to compare

@ryanlee-gemini ryanlee-gemini released this 30 Mar 13:56
· 7 commits to main since this release
6d172ab
  • 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.