deerflow2/frontend/src
amdoi7. 8b0f3fe233
fix(threads): clean up local thread data after thread deletion (#1262)
* fix(threads): clean up local thread data after thread deletion

Delete DeerFlow-managed thread directories after the web UI removes a LangGraph thread.
This keeps local thread data in sync with conversation deletion and adds regression coverage for the cleanup flow.

* fix(threads): address thread cleanup review feedback

Encode thread cleanup URLs in the web client, keep cache updates explicit when no thread search data is cached, and return a generic 500 response from the cleanup endpoint while documenting the sanitized error behavior.

---------

Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
2026-03-24 00:36:08 +08:00
..
app feat(frontend): add Cmd+K command palette and keyboard shortcuts (#1230) 2026-03-23 18:35:35 +08:00
components fix(hotkey):support to open settings with hotkey (#1259) 2026-03-23 18:53:06 +08:00
core fix(threads): clean up local thread data after thread deletion (#1262) 2026-03-24 00:36:08 +08:00
hooks feat(frontend): add Cmd+K command palette and keyboard shortcuts (#1230) 2026-03-23 18:35:35 +08:00
lib chore: 移除所有 Citations 相关逻辑,为后续重构做准备 2026-02-09 16:24:01 +08:00
server/better-auth style: format 2026-01-17 00:13:24 +08:00
styles fix: improve MiniMax code plan integration (#1169) 2026-03-20 17:18:59 +08:00
typings feat: add 'about' page 2026-02-06 15:18:37 +08:00
env.js feat: implement the first section of landing page 2026-01-23 00:15:21 +08:00