mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-10 00:11:19 +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> |
||
|---|---|---|
| .. | ||
| src | ||
| index.ts | ||
| npm-shrinkwrap.json | ||
| openclaw.plugin.json | ||
| package.json | ||
| parallel.live.test.ts | ||
| README.md | ||
| test-api.ts | ||
| tsconfig.json | ||
| web-search-contract-api.ts | ||
| web-search-provider.ts | ||
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.