mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-18 08:31:49 -06:00
f650d641e4
* fix(codex): use truncateUtf16Safe in trajectory and client parse log truncation Replace naive .slice(0, N) with truncateUtf16Safe() in: - trajectory.ts: payload redaction display (20k char limit) - client.ts: parse error log truncation Co-Authored-By: Claude <noreply@anthropic.com> * test(codex): cover UTF-16 truncation boundaries --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Peter Steinberger <steipete@gmail.com>