deerflow2/frontend/src/components
Gao Mingfei 0431a67b68
fix(frontend): filter task tool calls when rendering SubtaskCard (#1242)
Only tool calls with name === "task" should be rendered as SubtaskCard.
Previously all tool_calls were mapped to IDs, causing SubtaskCard to
render for non-task tool calls whose IDs were never registered in the
subtask context, resulting in a TypeError on task.status.

Signed-off-by: Gao Mingfei <g199209@gmail.com>
Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
2026-03-24 09:44:36 +08:00
..
ai-elements Fix line numbering (#954) 2026-03-02 20:43:58 +08:00
landing feat(agent):Supports custom agent and chat experience with refactoring (#957) 2026-03-03 21:32:01 +08:00
ui fix(frontend): gracefully handle missing WebGL context (#1147) 2026-03-16 21:22:17 +08:00
workspace fix(frontend): filter task tool calls when rendering SubtaskCard (#1242) 2026-03-24 09:44:36 +08:00
theme-provider.tsx feat: implement the first section of landing page 2026-01-23 00:15:21 +08:00