Vincent Koc
4ca84acf24
fix(runtime): duplicate messages, share singleton state across bundled chunks (#43683)
* Tests: add fresh module import helper
* Process: share command queue runtime state
* Agents: share embedded run runtime state
* Reply: share followup queue runtime state
* Reply: share followup drain callback state
* Reply: share queued message dedupe state
* Reply: share inbound dedupe state
* Tests: cover shared command queue runtime state
* Tests: cover shared embedded run runtime state
* Tests: cover shared followup queue runtime state
* Tests: cover shared inbound dedupe state
* Tests: cover shared Slack thread participation state
* Slack: share sent thread participation state
* Tests: document fresh import helper
* Telegram: share draft stream runtime state
* Tests: cover shared Telegram draft stream state
* Telegram: share sent message cache state
* Tests: cover shared Telegram sent message cache
* Telegram: share thread binding runtime state
* Tests: cover shared Telegram thread binding state
* Tests: avoid duplicate shared queue reset
* refactor(runtime): centralize global singleton access
* refactor(runtime): preserve undefined global singleton values
* test(runtime): cover undefined global singleton values
---------
Co-authored-by: Nimrod Gutman <nimrod.gutman@gmail.com>
2026-03-12 14:59:27 -04:00
..
2026-03-11 01:43:06 +00:00
2026-03-12 14:59:27 -04:00
2026-02-17 13:40:17 +09:00
2026-03-06 05:31:59 -08:00
2026-03-03 05:51:50 +00:00
2026-03-02 03:10:02 +00:00
2026-02-22 21:33:20 +01:00
2026-03-03 01:09:07 +00:00
2026-01-23 18:34:33 +00:00
2026-03-12 16:45:59 +00:00
2026-03-08 18:26:36 +00:00
2026-03-12 06:58:42 -07:00
2026-01-31 16:19:20 +09:00
2026-02-22 23:05:42 -06:00