mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-17 11:41:37 +00:00
* fix(codex-supervisor): use truncateUtf16Safe for stderr tail truncation StdioCodexJsonRpcConnection includes stderr output in the transport-closed error message with a naive .slice(0, 1200) which can split surrogate pairs. Replace with truncateUtf16Safe(). * test(codex-supervisor): cover UTF-16-safe stderr tails --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>