mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-21 10:01:37 -06:00
4d5cd05a64
* fix(tasks): keep emoji / surrogate pairs intact during terminal output truncation .slice() counts UTF-16 code units; use Array.from() to count full code points instead, preventing lone surrogates in task list output. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * fix(tasks): preserve terminal column width --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com> Co-authored-by: Peter Steinberger <steipete@gmail.com>