deerflow2/frontend/src/core
Simon Su c862869031 fix: improve MiniMax code plan integration (#1169)
This PR improves MiniMax Code Plan integration in DeerFlow by fixing three issues in the current flow: stream errors were not clearly surfaced in the UI, the frontend could not display the actual provider model ID, and MiniMax reasoning output could leak into final assistant content as inline <think>...</think>. The change adds a MiniMax-specific adapter, exposes real model IDs end-to-end, and adds a frontend fallback for historical messages.
Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
2026-03-20 17:18:59 +08:00
..
agents feat(agent):Supports custom agent and chat experience with refactoring (#957) 2026-03-03 21:32:01 +08:00
api fix(frontend): sanitize unsupported langgraph stream modes (#1050) 2026-03-10 18:56:19 +08:00
artifacts feat(agent):Supports custom agent and chat experience with refactoring (#957) 2026-03-03 21:32:01 +08:00
config feat(agent):Supports custom agent and chat experience with refactoring (#957) 2026-03-03 21:32:01 +08:00
i18n feat: may_ask (#981) 2026-03-06 22:39:58 +08:00
mcp feat: add environment variable injection for Docker sandbox 2026-01-24 22:36:05 +08:00
memory feat: add memory settings page 2026-02-03 18:18:56 +08:00
messages fix: improve MiniMax code plan integration (#1169) 2026-03-20 17:18:59 +08:00
models fix: improve MiniMax code plan integration (#1169) 2026-03-20 17:18:59 +08:00
notification feat(citations): add shared citation components and optimize code 2026-02-04 11:56:10 +08:00
rehype feat: implement basic web app 2026-01-15 23:40:21 +08:00
settings feat(agent):Supports custom agent and chat experience with refactoring (#957) 2026-03-03 21:32:01 +08:00
skills feat: add skill installation API endpoint 2026-01-31 22:10:05 +08:00
streamdown feat: 改进设置页面UI和国际化支持 / Improve settings pages UI and i18n support 2026-02-10 12:15:37 +08:00
tasks feat: add realtime subagent status report 2026-02-08 22:43:51 +08:00
threads fix: improve MiniMax code plan integration (#1169) 2026-03-20 17:18:59 +08:00
todos feat: add Todos 2026-01-22 00:26:11 +08:00
tools feat: add realtime subagent status report 2026-02-08 22:43:51 +08:00
uploads fix(frontend): surface upload API error details (#1113) 2026-03-13 21:55:33 +08:00
utils feat: add memory settings page 2026-02-03 18:18:56 +08:00