mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-14 08:56:08 +00:00
* fix(parallel): use truncateUtf16Safe for MCP error JSON truncation The extractMcpToolPayload function and error messages use naive .slice(0, 500) on JSON-serialized errors and results which can split surrogate pairs. Replace with truncateUtf16Safe(). * test(parallel): cover UTF-16-safe MCP errors --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>
OpenClaw Parallel Plugin
Official OpenClaw plugin for Parallel.
Install from OpenClaw:
openclaw plugins install @openclaw/parallel-plugin
openclaw gateway restart
See https://docs.openclaw.ai/tools/parallel-search for setup and configuration.