ly-wang19
55d7b5b36c
fix(matrix): truncate reply context on code-point boundaries ( #97471 )
...
truncateReplyBody used a raw value.slice(0, MAX_REPLY_BODY_LENGTH - 3)
to shorten long reply bodies. When the cut index fell between the two
UTF-16 code units of a surrogate pair (e.g. an emoji), the slice left a
lone high surrogate before the ellipsis, which renders as a broken glyph
in the reply context shown to the agent.
Replace the raw slice with sliceUtf16Safe from the plugin SDK so the
truncation never cuts inside a surrogate pair. A normal (non-astral)
body is unaffected.
Co-authored-by: ly-wang19 <ly-wang19@users.noreply.github.com >
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-28 11:06:36 -07:00
..
2026-06-26 21:41:14 -05:00
2026-06-22 19:33:21 +02:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-25 14:32:53 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-25 13:47:07 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-27 07:30:32 -07:00
2026-06-24 11:51:14 +08:00
2026-06-27 19:36:21 -07:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 18:29:56 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-28 10:44:28 -07:00
2026-06-24 11:51:14 +08:00
2026-06-19 00:33:04 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-25 16:19:30 -07:00
2026-06-24 11:51:14 +08:00
2026-06-28 10:20:37 -04:00
2026-06-25 16:37:47 +08:00
2026-06-27 09:37:58 -07:00
2026-06-25 14:32:53 -04:00
2026-06-24 10:57:37 -04:00
2026-06-26 07:08:30 -04:00
2026-06-26 12:09:38 -07:00
2026-06-24 11:51:14 +08:00
2026-06-24 19:08:22 -05:00
2026-06-24 11:51:14 +08:00
2026-06-25 14:46:09 -04:00
2026-06-24 11:51:14 +08:00
2026-06-27 07:00:36 -07:00
2026-06-25 22:11:57 -05:00
2026-06-27 09:31:26 -07:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-25 16:05:36 +08:00
2026-06-24 11:51:14 +08:00
2026-06-28 10:47:39 -07:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-26 07:08:30 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 21:14:28 +08:00
2026-06-24 11:51:14 +08:00
2026-06-28 11:06:36 -07:00
2026-06-28 10:40:32 -04:00
2026-06-24 11:51:14 +08:00
2026-06-26 16:16:12 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 16:19:14 +08:00
2026-06-25 14:32:53 -04:00
2026-06-26 07:08:30 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-28 10:52:33 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-27 09:30:26 -07:00
2026-06-28 10:30:17 -04:00
2026-06-27 07:40:36 -07:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-27 03:31:42 +01:00
2026-06-24 16:36:48 -05:00
2026-06-26 07:08:30 -04:00
2026-06-28 12:32:44 -04:00
2026-06-27 09:48:42 +08:00
2026-06-28 10:44:36 -07:00
2026-06-26 08:02:00 +10:00
2026-06-24 19:08:22 -05:00
2026-06-24 19:08:22 -05:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-27 22:28:31 -07:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-27 09:30:52 -07:00
2026-06-25 13:40:07 -04:00
2026-06-25 03:42:44 +02:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-25 21:30:44 -07:00
2026-06-28 02:36:53 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-27 09:31:33 -07:00
2026-06-24 11:51:14 +08:00
2026-06-24 19:08:22 -05:00
2026-06-27 12:30:57 -07:00
2026-06-24 11:51:14 +08:00
2026-06-24 19:08:22 -05:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-27 01:29:58 +01:00
2026-06-28 10:57:25 -04:00
2026-06-25 13:52:36 -04:00
2026-06-26 07:08:30 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-27 09:31:16 -07:00
2026-06-24 11:51:14 +08:00
2026-06-27 10:02:57 -06:00
2026-06-28 10:57:25 -04:00
2026-06-24 11:51:14 +08:00
2026-06-28 02:04:22 -07:00
2026-06-24 11:51:14 +08:00
2026-06-19 01:20:06 +08:00