mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-28 05:43:35 +00:00
generateJobName truncated reminder content with String.slice(0, 20) on a UTF-16 code-unit index, so an astral character (e.g. an emoji) landing on the boundary was cut into a lone surrogate, producing a malformed cron job name. Truncate with the shared truncateUtf16Safe helper so a surrogate pair is never split, keeping the existing 20-unit budget and ellipsis suffix. Adds a test asserting the truncated job name contains no lone surrogate.
OpenClaw QQ Bot
Official OpenClaw channel plugin for QQ Bot group and direct-message workflows.
Install from OpenClaw:
openclaw plugin add @openclaw/qqbot
Configure QQ Bot credentials in OpenClaw, then connect the bot to the groups or direct-message contexts where agents should operate.