fix: stop leaking reply tags in iMessage outbound text (#39512) (thanks @mvanhorn)

* fix: stop leaking reply tags in iMessage outbound text (#39512) (thanks @mvanhorn)

* fix: preserve iMessage outbound whitespace without directive tags (#39512) (thanks @mvanhorn)

---------

Co-authored-by: Ayaan Zaidi <hi@obviy.us>
This commit is contained in:
Matt Van Horn
2026-03-25 10:30:16 -07:00
committed by GitHub
parent f63c4b0856
commit e0972db7a2
6 changed files with 89 additions and 26 deletions

View File

@@ -20,6 +20,7 @@ export * from "../shared/text/reasoning-tags.js";
export * from "../shared/text/strip-markdown.js";
export * from "../shared/scoped-expiring-id-cache.js";
export * from "../terminal/safe-text.js";
export * from "../utils/directive-tags.js";
export * from "../utils.js";
export * from "../utils/chunk-items.js";
export * from "../utils/fetch-timeout.js";