deer-flow/frontend/tests
Ryker_Feng 186c6ea463
feat: add branching support for assistant turns (#3950)
* feat: add assistant turn branching

* fix(threads): skip workspace clone when branching from historical turn

Workspace files are not checkpointed, so cloning them onto a branch
rooted at an older assistant turn leaked files created in a later
timeline. Restrict the best-effort workspace copy to branches taken from
the latest turn; historical-turn branches now report
workspace_clone_mode="skipped_historical_turn" and keep only the
restored message history.

* style(frontend): fix prettier formatting in e2e mock-api

Collapse the branch-title normalization chain onto a single line to
satisfy the frontend lint (prettier --check) CI gate.

---------

Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
2026-07-06 07:40:41 +08:00
..
e2e feat: add branching support for assistant turns (#3950) 2026-07-06 07:40:41 +08:00
e2e-real-backend fix(title): avoid default LLM call before stream end (#3885) 2026-06-30 18:58:02 +08:00
e2e-record fix(title): avoid default LLM call before stream end (#3885) 2026-06-30 18:58:02 +08:00
unit feat: add branching support for assistant turns (#3950) 2026-07-06 07:40:41 +08:00