mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-16 04:16:05 +00:00
* fix(microsoft-foundry): keep Azure CLI error truncation UTF-16 safe Replace `.slice(0, 300)` with `truncateUtf16Safe(normalized, 300)` in summarizeAzErrorMessage to prevent surrogate pair corruption. Ref. lsr911 pattern — mechanical substitution, no behavior change. * test(microsoft-foundry): cover UTF-16-safe CLI errors * test(microsoft-foundry): assert complete CLI error --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>
6.3 KiB
6.3 KiB