deerflow2/backend/src
JeffJiang 6c8bb7e0f4 Implement optimistic UI for file uploads and enhance message handling (#967)
* feat(upload): implement optimistic UI for file uploads and enhance message handling

* feat(middleware): enhance file handling by collecting historical uploads from directory

* feat(thread-title): update page title handling for new threads and improve loading state

* feat(uploads-middleware): enhance file extraction by verifying file existence in uploads directory

* feat(thread-stream): update file path reference to use virtual_path for uploads

* feat(tests): add core behaviour tests for UploadsMiddleware

* feat(tests): remove unused pytest import from test_uploads_middleware_core_logic.py

* feat: enhance file upload handling and localization support

- Update UploadsMiddleware to validate filenames more robustly.
- Modify MessageListItem to parse uploaded files from raw content for backward compatibility.
- Add localization for uploading messages in English and Chinese.
- Introduce parseUploadedFiles utility to extract uploaded files from message content.
2026-03-05 11:16:34 +08:00
..
agents Implement optimistic UI for file uploads and enhance message handling (#967) 2026-03-05 11:16:34 +08:00
community Refactor base paths with centralized path management (#901) 2026-02-25 21:30:33 +08:00
config feat(agent):Supports custom agent and chat experience with refactoring (#957) 2026-03-03 21:32:01 +08:00
gateway feat(agent):Supports custom agent and chat experience with refactoring (#957) 2026-03-03 21:32:01 +08:00
mcp feat(mcp): add OAuth support for HTTP/SSE MCP servers (#908) 2026-03-01 22:38:58 +08:00
models feat: add reasoning_effort configuration support for Doubao/GPT-5 models (#947) 2026-03-02 20:49:41 +08:00
reflection fix(models): handle google provider import errors and add dependency (#952) 2026-03-03 14:56:54 +08:00
sandbox fix: use shell fallback instead of hardcoded /bin/zsh in LocalSandbox (#939) 2026-03-01 22:08:07 +08:00
skills feat(skills): support recursive nested skill loading (#950) 2026-03-02 21:02:03 +08:00
subagents feat(subagents): make subagent timeout configurable via config.yaml (#897) 2026-02-25 08:39:29 +08:00
tools feat(agent):Supports custom agent and chat experience with refactoring (#957) 2026-03-03 21:32:01 +08:00
utils fix(backend): Fix readability extraction crash when Node parser fails (#937) 2026-03-01 22:24:02 +08:00
__init__.py chore: add an empty __init__.py 2026-01-14 07:16:27 +08:00
client.py feat: add reasoning_effort configuration support for Doubao/GPT-5 models (#947) 2026-03-02 20:49:41 +08:00