Commit Graph

  • b7a4b0f446 Add GitHub Copilot instructions for repository context (#698) Copilot 2025-11-17 09:57:03 +08:00
  • aa027faf95 feat: Qdrant Vector Search Support (#684) Anush 2025-11-11 17:05:00 +05:30
  • 70dbd21bdf docs: add comprehensive debugging guide and improve troubleshooting documentation (#688) js0205 2025-11-10 09:34:16 +08:00
  • a38c8584d7 feat: add edit and refresh functionality for MCP servers in settings tab (#680) Qiyuan Jiao 2025-11-06 10:38:45 +08:00
  • fea585ae3d fix: prevent DOM error when removing temporary download link (#675) (#676) Willem Jiang 2025-10-31 22:30:34 +08:00
  • 6ae4bc588a fix: remove the unnessary conditional edge. (#671) Willem Jiang 2025-10-29 10:12:32 +08:00
  • 0415f622da fix: presever the local setting between frontend and backend (#670) Willem Jiang 2025-10-28 21:45:29 +08:00
  • eb4c3b8ef6 fix: pass the locale through the frontend chat (#668) Willem Jiang 2025-10-28 08:41:54 +08:00
  • b4c09aa4b1 security: add log injection attack prevention with input sanitization (#667) Willem Jiang 2025-10-27 20:57:23 +08:00
  • ccd7535072 fix: make SSE buffer size configurable to prevent overflow during multi-round searches (#664) (#665) Willem Jiang 2025-10-27 17:03:38 +08:00
  • 83f1334db0 feat: add comprehensive debug logging for issue #477 hanging/freezing diagnosis (#662) Willem Jiang 2025-10-27 08:21:30 +08:00
  • e9f0a02f1f docs: add tool-specific interrupts configuration to conf.yaml.example (#661) Willem Jiang 2025-10-27 07:21:41 +08:00
  • 6ded818f62 fix: handle escaped curly braces in LaTeX formulas (#608) (#660) Willem Jiang 2025-10-26 10:15:35 +08:00
  • bcc403ecd3 feat: implement tool-specific interrupts for create_react_agent (#572) (#659) Willem Jiang 2025-10-26 09:47:03 +08:00
  • 0441038672 fix: improve config loading resilience for non-localhost access (#510) (#658) Willem Jiang 2025-10-26 07:34:12 +08:00
  • c7a82b82b4 fix: parsed json with extra tokens issue (#656) Willem Jiang 2025-10-26 07:24:25 +08:00
  • fd5a9aeae4 fix: handle [ACCEPTED] feedback gracefully without TypeError in plan review (#657) Willem Jiang 2025-10-25 22:06:19 +08:00
  • 1d71f8910e fix: react key warnings from duplicate message IDs + establish jest testing framework (#655) Willem Jiang 2025-10-25 20:46:43 +08:00
  • f2be4d6af1 fix: prevent tool name concatenation in consecutive tool calls to fix #523 (#654) Willem Jiang 2025-10-24 22:26:25 +08:00
  • 36bf5c9ccd fix: repair missing step_type fields in Plan validation (#653) Willem Jiang 2025-10-24 21:26:48 +08:00
  • 975b344ca7 fix: resolve issue #651 - crawl error with None content handling (#652) Willem Jiang 2025-10-24 17:06:54 +08:00
  • 2001a7c223 Fix: clarification bugs - max rounds, locale passing, and over-clarification (#647) jimmyuconn1982 2025-10-24 16:43:39 +08:00
  • 5eada04f50 feat: Add comprehensive Chinese localization support for issue #412 (#649) Willem Jiang 2025-10-24 16:31:19 +08:00
  • 052490b116 fix: resolve issue #467 - message content validation and Tavily search error handling (#645) Willem Jiang 2025-10-23 22:08:14 +08:00
  • c15c480fe6 docs: provide comprehensive API documentation for the backend server (#646) Willem Jiang 2025-10-23 19:40:22 +08:00
  • 829cb39b25 fix: Optimize the performance of stream data processing and add anti-… (#642) Qiyuan Jiao 2025-10-22 23:08:18 +08:00
  • 9ece3fd9c3 fix: support additional Tavily search parameters via configuration to fix #548 (#643) Willem Jiang 2025-10-22 22:56:02 +08:00
  • 003f081a7b fix: Refine clarification workflow state handling (#641) jimmyuconn1982 2025-10-22 22:49:07 +08:00
  • 9371ad23ee Polish the Makefile comment (#644) Willem Jiang 2025-10-22 17:06:41 +08:00
  • add0a701f4 fix: ensure web search is performed for research plans to fix #535 (#640) Willem Jiang 2025-10-22 08:27:06 +08:00
  • 2ff7d9adf8 Added the Agent.md file to work with AI agent (#639) Willem Jiang 2025-10-21 15:25:13 +08:00
  • 1a16677d1a fix: unescape markdown-escaped characters in math formulas to fix #608 (#637) Willem Jiang 2025-10-21 10:06:31 +08:00
  • cb5c477371 Using tsx to run the ts unit tests (#638) Willem Jiang 2025-10-21 10:05:50 +08:00
  • d30c4d00d3 fix: convert crawl_tool dict return to JSON string for type consistency (#636) Willem Jiang 2025-10-21 10:00:33 +08:00
  • e2ff765460 fix: correct image result format for OpenAI compatibility to fix #632 (#634) Willem Jiang 2025-10-20 23:14:09 +08:00
  • 3689bc0e69 fix: handle non-string tool results to fix #631 (#633) Willem Jiang 2025-10-20 23:10:58 +08:00
  • 984aa69acf fix: optimize animations to prevent browser freeze with many research steps (#630) Willem Jiang 2025-10-19 19:24:57 +08:00
  • 5af036f19f fix: add missing RunnableConfig parameter to human_feedback_node (#629) Willem Jiang 2025-10-19 17:35:06 +08:00
  • 57c9c2dcd5 fix: improve error handling in researcher and coder nodes (#596) Willem Jiang 2025-10-19 16:33:14 +08:00
  • 497a2a39cf fix:the formual display error after report editing (#627) Willem Jiang 2025-10-17 15:34:43 +08:00
  • c6348e70c6 fix: prevent repeated content animation during thinking streaming (#614) (#623) Willem Jiang 2025-10-16 19:48:05 +08:00
  • d9f829b608 Add frontend tests step to frontend lint workflow Willem Jiang 2025-10-16 18:22:27 +08:00
  • 025ea6b94e fix: add unique key prop to conversation starter list items (#619) Willem Jiang 2025-10-16 18:07:12 +08:00
  • 120fcfb316 fix: configure Windows event loop policy for PostgreSQL async compatibility (#618) Willem Jiang 2025-10-16 17:38:18 +08:00
  • 9b127c55f2 chore: add frontend unit tests to lint-frontend make target Willem Jiang 2025-10-15 08:34:01 +08:00
  • 779de40f10 fix: exclude test files from TypeScript type checking Willem Jiang 2025-10-15 08:29:09 +08:00
  • 58c1743ed5 fix: resolve math formula display abnormal after editing report Willem Jiang 2025-10-15 08:13:49 +08:00
  • 24e2d86f7b fix: add max_clarification_rounds parameter passing from frontend to backend (#616) jimmyuconn1982 2025-10-14 02:56:20 -07:00
  • 2510cc61de feat: Add intelligent clarification feature in coordinate step for research queries (#613) jimmyuconn1982 2025-10-13 22:35:57 -07:00
  • 81c91dda43 feature: clean up the temp file which are generated when running the unit test of milvus (#612) Willem Jiang 2025-10-12 22:10:15 +08:00
  • 2a6455c436 feature: add formula rander in the markdown (#611) Willem Jiang 2025-10-11 23:05:09 +08:00
  • f80af8e132 chore: fix incorrect filename in conf.yaml.example comments (#609) jovial 2025-10-11 10:00:22 +08:00
  • 79b9cdb59a feature:Add the debug setting on vscode (#606) Willem Jiang 2025-10-05 22:07:23 +08:00
  • 24f6905c18 fix: support local models by making thought field optional in Plan model (#601) jimmyuconn1982 2025-09-27 17:48:39 -07:00
  • 5f4eb38fdb feat: add context compress (#590) Fancy-hjyp 2025-09-27 06:42:22 -07:00
  • c214999606 feat: add strategic_investment report style (#595) HagonChan 2025-09-24 09:50:36 +08:00
  • 1c27e0f2ae feat: add support for searx/searxng (#253) Gordon 2025-09-22 18:54:30 +08:00
  • 6bb0b95579 feat:support config tavily search results (#591) Fancy-hjyp 2025-09-22 18:26:50 +08:00
  • 150a730f98 Debug deerflow server, web with vscode (#592) irrcombat 2025-09-22 13:59:34 +08:00
  • 7694bb5d72 feat: support dify in rag module (#550) Chayton Bai 2025-09-16 20:30:45 +08:00
  • 5085bf8ee9 feat: support for moi in RAG module (#571) lele3436 2025-09-16 20:25:59 +08:00
  • ea0fe62971 fix: don't expose internal application error to client (#585) Willem Jiang 2025-09-16 10:01:24 +08:00
  • 79ab7365c0 fix: log the exception of graph execution (#577) Willem Jiang 2025-09-14 21:20:25 +08:00
  • 26a587c24e fix: frontend supports chinese for listing datasets in RAG (#582) lele3436 2025-09-14 20:19:56 +08:00
  • bbc49a04a6 feat: add Google AI Studio API support with platform-based detection (#502) HagonChan 2025-09-13 08:49:05 +08:00
  • dd9af1eb50 feat: Implement Milvus retriver for RAG (#516) CHANGXUBO 2025-09-12 22:20:55 +08:00
  • eec8e4dd60 refactor(logging): add explicit error log message (#576) jimma 2025-09-12 22:09:08 +08:00
  • 6d1d7f2d9e fix: Remove duplicate assignment operations for the tool_call_chunks field (#575) Qiyuan Jiao 2025-09-12 21:56:53 +08:00
  • c2186c1ef8 doc: updated the README of the bootstrap (#568) Willem Jiang 2025-09-10 21:00:16 +08:00
  • 005712679c docs: add deployment note for Linux servers (#565) voroq 2025-09-09 23:05:04 +08:00
  • 317acdffad fix: the stdio and sse mcp server loading issue (#566) Willem Jiang 2025-09-09 23:02:15 +08:00
  • 4c17d88029 feat: creating mogodb and postgres mock instance in checkpoint test (#561) Willem Jiang 2025-09-09 22:49:11 +08:00
  • 7138ba36bc Add psycopg dependencies instruction for checkpointing (#564) CHANGXUBO 2025-09-09 17:28:18 +08:00
  • 38ff2f7276 fix: correct typo in MongoDB connection string within .env.example (#560) voroq 2025-09-08 06:54:21 +08:00
  • a8a2e29e2c build(deps): bump next from 15.3.0 to 15.4.7 in /web (#556) dependabot[bot] 2025-09-04 22:26:33 +08:00
  • a41ced1345 fix: the search content return tuple issue (#555) Willem Jiang 2025-09-04 15:45:30 +08:00
  • 8f127df948 Fixed the deepseek v3 planning issue #545 (#554) Willem Jiang 2025-09-04 10:09:49 +08:00
  • 5f1981ac9b fix deer-flow/src/prompts/prose/prose_zap.md (#553) 12november 2025-09-03 19:32:09 +08:00
  • 72f9c59195 feat: add lint check of front-end (#534) Willem Jiang 2025-08-22 21:08:53 +08:00
  • 0a02843666 Fix: build of font end of #466 (#530) Willem Jiang 2025-08-21 23:25:52 +08:00
  • f17e5bd6c8 FIX/Adapt message box to handle long text in frontend (#466) 道心坚定韩道友 2025-08-21 10:31:54 +08:00
  • db6c1bf7cb fix: update TavilySearchWithImages to inherit from TavilySearchResults (#522) CHANGXUBO 2025-08-21 09:52:12 +08:00
  • 270d8c3712 fix: env parameters exception when configuring SSE or HTTP MCP server (#513) Anoyer-lzh 2025-08-20 17:23:57 +08:00
  • b08e9ad3ac fix: GitHub workflow action version warning (#520) Willem Jiang 2025-08-20 14:39:02 +08:00
  • c6d152a074 fix: using commit hash as the action version (#519) Willem Jiang 2025-08-20 13:52:00 +08:00
  • 44d328f696 fix: polish the makefile to provide help command (#518) Willem Jiang 2025-08-20 09:51:42 +08:00
  • 3b4e993531 feat: 1. replace black with ruff for fomatting and sort import (#489) zgjja 2025-08-17 22:57:23 +08:00
  • 1bfec3ad05 feat: Enhance chat streaming and tool call processing (#498) CHANGXUBO 2025-08-16 21:03:12 +08:00
  • d65b8f8fcc feat: Add llms to support the latest Open Source SOTA models (#497) CHANGXUBO 2025-08-13 22:29:22 +08:00
  • ea17e82514 fix: backend server docker instance only listen to localhost (#508) Willem Jiang 2025-08-11 19:28:21 +08:00
  • a4d6171c17 fix: tool name mismatch issue (#506) HagonChan 2025-08-08 19:31:22 +08:00
  • e1f0595c3c refactor: refine coordinator prompt for Human In The Loop (#505) orifake 2025-08-07 09:00:58 +08:00
  • 9e691ecf20 fix: added configuration of python_repl (#503) Willem Jiang 2025-08-06 14:27:03 +08:00
  • 4218cddab5 fix: langchain-mcp-adapters version conflict (#500) Willem Jiang 2025-08-04 10:36:31 +08:00
  • ba7509d9ae fix: build of the web (#492) Willem Jiang 2025-07-31 11:54:37 +08:00
  • aca9dcf643 fix:try to fix the docker build of front-end (#487) Willem Jiang 2025-07-30 09:52:53 +08:00
  • 98ef913b88 fix: docker build with uv.lock updated (#486) Willem Jiang 2025-07-29 22:42:27 +08:00
  • e178483971 fix: Add streamable MCP server support (#468) suntp 2025-07-29 14:04:04 +08:00
  • bedf7d4af2 Feat: Add Wikipedia search engine (#478) HansleCho 2025-07-29 14:58:08 +09:00
  • 89c1b689dc fix: dotenv flags error (#472) alexezio 2025-07-24 16:53:40 +08:00