Commit aa530d6
committed
fix(agent-runner-execution): use truncateUtf16Safe for external run failure detail
Replace raw UTF-16 slice in formatForwardedExternalRunFailureText
with truncateUtf16Safe to prevent surrogate pair splitting. The
module already imports truncateUtf16Safe for other truncation
paths — this commit extends coverage to the remaining call site.
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 parent 6ad8a77 commit aa530d6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
952 | 952 | | |
953 | 953 | | |
954 | 954 | | |
955 | | - | |
| 955 | + | |
956 | 956 | | |
957 | 957 | | |
958 | 958 | | |
| |||
0 commit comments