mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-01 15:20:21 +00:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user