deerflow2/frontend/src
Jsonz 24a5a00679
fix: avoid duplicate call to extractReasoningContentFromMessage (#2661)
In convertToSteps(), the extractReasoningContentFromMessage function was
called twice for the same message - once to check if reasoning exists and
again to assign it to the step object. Reuse the already-extracted value
from the local variable instead.
2026-04-30 11:33:49 +08:00
..
app fix(frontend): create thread on first submit in new-agent page (#2656) 2026-04-30 06:41:54 +08:00
components fix: avoid duplicate call to extractReasoningContentFromMessage (#2661) 2026-04-30 11:33:49 +08:00
content try to fix the frontend e2e test errors 2026-04-26 15:48:57 +08:00
core Refactor DeerFlow to use Gateway's LangGraph-compatible API 2026-04-26 20:38:34 +08:00
hooks ci: enforce code formatting checks for backend and frontend (#1536) 2026-03-29 15:34:38 +08:00
lib fix(frontend): prevent submit during IME composition (#1562) 2026-03-29 22:36:38 +08:00
styles fix(frontend): UI polish - fix CSS typo, dark mode border, and hardcoded colors (#1942) 2026-04-08 09:07:39 +08:00
typings feat: add 'about' page 2026-02-06 15:18:37 +08:00
env.js feat(auth): release-validation pass for 2.0-rc — 12 blockers + simplify follow-ups (#2008) 2026-04-26 11:08:11 +08:00
mdx-components.ts Add documents site (#1767) 2026-04-03 07:25:40 +08:00