fix(feishu): scope streaming buffers by message

Keep concurrent Feishu group replies from sharing one streaming card buffer when sessions are split by topic or top-level message.

Made-with: Cursor
This commit is contained in:
Xubin Ren
2026-04-26 16:09:31 +08:00
committed by Xubin Ren
parent 39eea1b762
commit d0e1b1393a
3 changed files with 31 additions and 8 deletions
-1
View File
@@ -21,7 +21,6 @@ from nanobot.bus.events import OutboundMessage
from nanobot.bus.queue import MessageBus
from nanobot.channels.feishu import FeishuChannel, FeishuConfig
# ---------------------------------------------------------------------------
# Helpers
# ---------------------------------------------------------------------------