mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-08-11 15:28:37 +00:00
A reasoning+content AI message with no tool calls was grouped into both an `assistant:processing` group (the ChainOfThought panel above the bubble) and an `assistant` group (the bubble's own Reasoning collapsible), so its reasoning rendered twice. Such a message now becomes only the assistant bubble; the ChainOfThought panel keeps handling intermediate reasoning and tool steps. Closes #3868