mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-16 03:16:09 +00:00
* fix(inworld): use truncateUtf16Safe for error body and parse error truncation Two .slice(0, N) truncation sites in the Inworld TTS extension may cut UTF-16 surrogate pairs in half when the error body or parse error message contains multi-byte characters such as emoji. Replace both with truncateUtf16Safe to keep the truncated output valid Unicode. * test(inworld): cover UTF-16-safe TTS errors Co-authored-by: lizeyu-xydt <li.zeyu@xydigit.com> --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>
OpenClaw Inworld Plugin
Official OpenClaw plugin for Inworld.
Install from OpenClaw:
openclaw plugins install @openclaw/inworld-speech
openclaw gateway restart
See https://docs.openclaw.ai/providers/inworld for setup and configuration.