Commit Graph

8925 Commits

Author SHA1 Message Date
QuantumGhost
ecbe760d2f chore(api): update launch.json.template (#32124) 2026-02-16 23:02:00 +08:00
QuantumGhost
c786aee9e9 feat: Human Input Node (#32060)
The frontend and backend implementation for the human input node.

Co-authored-by: twwu <twwu@dify.ai>
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
Co-authored-by: zhsama <torvalds@linux.do>
2026-02-16 23:02:00 +08:00
wangxiaolei
5cc4ecfbbc fix: fix trigger output schema miss (#32116) 2026-02-16 23:01:59 +08:00
GuanMu
8f4f8da714 fix: pass user timezone from app context to the date picker component. (#31831)
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
2026-02-16 23:01:59 +08:00
盐粒 Yanli
819214ba76 feat: Service API - add end-user lookup endpoint (#32015)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-02-16 23:01:59 +08:00
wangxiaolei
9d9ab89f80 refactor: decouple database operations from knowledge retrieval nodes (#31981)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-02-16 23:01:59 +08:00
Stephen Zhou
e8cf6d6e1f test: stable test (#32108) 2026-02-16 23:01:59 +08:00
wangxiaolei
f201f57cd2 refactor: document_indexing_update_task split database session (#32105)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-02-16 23:01:58 +08:00
zxhlyh
823cbc304b fix: search model provider list (#32106) 2026-02-16 23:01:58 +08:00
wangxiaolei
77eb424dd7 feat: extract mcp tool usage (#31802)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-02-16 23:01:58 +08:00
wangxiaolei
522aced46b refactor: partition Celery task sessions into smaller, discrete execu… (#32085)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-02-16 23:01:58 +08:00
kongwenyan
46c22330e8 refactor: remove unnecessary type: async_workflow_service.py (#32081) 2026-02-16 23:01:58 +08:00
Crazywoola
a9d7f54b1d fix: remove unexpected scrollbar in KB Retrieval settings (#32082) 2026-02-16 23:01:57 +08:00
Jyong
e7a7506099 fix: batch delete document db session block (#32062) 2026-02-16 23:01:57 +08:00
zyssyz123
1d8531161d fix: redis for api token (#31861)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: hj24 <mambahj24@gmail.com>
2026-02-16 23:01:57 +08:00
QuantumGhost
23b42a22a9 chore: update deploy branches for deploy-hitl.yaml (#32051) 2026-02-16 23:01:57 +08:00
Stephen Zhou
1c8feece1b test: only remove text coverage in CI (#32043) 2026-02-16 23:01:57 +08:00
NeatGuyCoding
e2d784f726 fix(api): return proper HTTP 204 status code in DELETE endpoints (#32012)
Signed-off-by: NeatGuyCoding <15627489+NeatGuyCoding@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-02-16 23:01:56 +08:00
QuantumGhost
65681d8351 perf: use batch delete method instead of single delete (#32036)
Co-authored-by: fatelei <fatelei@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: FFXN <lizy@dify.ai>
2026-02-16 23:01:56 +08:00
wangxiaolei
f207c20514 fix: fix tool type is miss (#32042) 2026-02-16 23:01:56 +08:00
QuantumGhost
ae40313fab chore: update HITL auto deploy workflow (#32040) 2026-02-16 23:01:56 +08:00
longbingljw
6e83348be9 fix: make flask upgrade-db fail on error (#32024) 2026-02-16 23:01:56 +08:00
wangxiaolei
a1224cd023 fix: fix agent node tool type is not right (#32008)
Infer real tool type via querying relevant database tables.

The root cause for incorrect `type` field is still not clear.
2026-02-16 23:01:55 +08:00
Ryan
25552dbd38 chore: remove .codex/skills directory (#32022)
Co-authored-by: Longwei Liu <longweiliu@LongweideMacBook-Air.local>
2026-02-16 23:01:55 +08:00
99
fc559e5449 refactor: strip external imports in workflow template transform (#32017) 2026-02-16 23:01:55 +08:00
99
3af042066f chore: Remove redundant double space in variable type description (core/variables/variables.py) (#32002) 2026-02-16 23:01:55 +08:00
QuantumGhost
12ce014205 perf(api): Optimize the response time of AppListApi endpoint (#31999) 2026-02-16 23:01:55 +08:00
Stream
659c3bd0c4 feat: use static manifest for pre-caching all plugin manifests before checking updates (#31942)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Junyan Qin <rockchinq@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-16 23:01:54 +08:00
Stephen Zhou
a9b76d957f chore: migrate to eslint-better-tailwind (#31969) 2026-02-16 23:01:54 +08:00
wangxiaolei
c95adf2534 fix: fix uuid_generate_v4 only used in postgresql (#31304) 2026-02-16 23:01:54 +08:00
lif
8741717a97 fix(web): add rewrite rule to fix Serwist precaching 404 errors (#31770)
Signed-off-by: majiayu000 <1835304752@qq.com>
Co-authored-by: Stephen Zhou <38493346+hyoban@users.noreply.github.com>
2026-02-16 23:01:54 +08:00
Joel
4ef51f545e chore: sticky the applist header in explore page (#31967) 2026-02-16 23:01:54 +08:00
wangxiaolei
78fee247bd fix: fix miss use db.session (#31971) 2026-02-16 23:01:53 +08:00
Stephen Zhou
f07110ff66 test: fix test (#31975) 2026-02-16 23:01:53 +08:00
Xiyuan Chen
7feca6a5a5 feat: account delete cleanup (#31519)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-02-16 23:01:53 +08:00
yyh
50545d82e4 fix: remove staleTime/gcTime overrides from trigger query hooks and use orpc contract (#31863) 2026-02-16 23:01:53 +08:00
wangxiaolei
37d80fafb8 feat: use latest hash to sync draft (#31924) 2026-02-16 23:01:53 +08:00
Coding On Star
81c64e3d05 chore: update CODEOWNERS to specify test file patterns for base components (#31941)
Co-authored-by: CodingOnStar <hanxujiang@dify.com>
2026-02-16 23:01:52 +08:00
QuantumGhost
4f9891b0fa chore: bump version in docker-compose and package manager to 1.12.1 (#31947) 2026-02-16 23:01:52 +08:00
wangxiaolei
f59029d8ed fix: fix delete_draft_variables_batch cycle forever (#31934)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-02-16 23:01:52 +08:00
Coding On Star
de76c38f7a refactor(web): extract complex components into modular structure with comprehensive tests (#31729)
Co-authored-by: CodingOnStar <hanxujiang@dify.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-16 23:01:52 +08:00
-LAN-
a7d035fa4d chore: assign code owners for test directories (#31940) 2026-02-16 23:01:52 +08:00
Coding On Star
2781cd8d79 fix: include locale in appList query key for localization support inuseExploreAppList (#31921)
Co-authored-by: CodingOnStar <hanxujiang@dify.com>
2026-02-16 23:01:51 +08:00
Coding On Star
49ab0605cd refactor(datasets): extract hooks and components with comprehensive tests (#31707)
Co-authored-by: CodingOnStar <hanxujiang@dify.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-16 23:01:50 +08:00
-LAN-
fd80ed1c99 fix: preserve MyScale text content on insert 2026-02-10 16:39:00 +08:00
-LAN-
beb3ce172d Harden MyScale query parameterization 2026-02-04 19:06:15 +08:00
zxhlyh
cc5705cb71 fix: auto summary env (#31930) 2026-02-04 17:47:38 +08:00
wangxiaolei
74b027c41a fix: fix mcp output schema is union type frontend crash (#31779)
Co-authored-by: Stephen Zhou <38493346+hyoban@users.noreply.github.com>
2026-02-04 17:33:41 +08:00
Stephen Zhou
5f69470ebf test: try fix test, clear test log in CI (#31912) 2026-02-04 17:05:15 +08:00
wangxiaolei
ec7ccd800c fix: fix mcp server status is not right (#31826)
Co-authored-by: Stephen Zhou <38493346+hyoban@users.noreply.github.com>
2026-02-04 16:55:12 +08:00