Commit Graph

6786 Commits

Author SHA1 Message Date
e6fa16f652 fix: pass session to dataset retrieval threads (#38391) 2026-07-03 17:30:31 +08:00
yyh
822b3e86e5 Merge remote-tracking branch 'origin/main' into feat/agent-v2 2026-07-03 17:26:18 +08:00
yyh
e8ecb371ab Merge branch 'main' into feat/agent-v2 2026-07-03 17:01:06 +08:00
91cc50371b chore: use zstd for plugin model provider cache (#38382) 2026-07-03 08:58:30 +00:00
5cb76f5eff refactor: manage rag pipeline sessions explicitly (#38274) 2026-07-03 08:15:37 +00:00
d4295c7236 feat: debounce agent app text deltas 2026-07-03 15:35:09 +08:00
059a1fe090 chore: compress large plugin_model obj in redis (#38374)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-03 07:32:07 +00:00
683c5a3fd3 [autofix.ci] apply automated fixes 2026-07-03 06:58:57 +00:00
6dc3d70709 fix(agent): accept chat feature follow-up model config (#38370) 2026-07-03 14:52:15 +08:00
yyh
606a77f464 Merge branch 'main' into feat/agent-v2 2026-07-03 14:13:18 +08:00
yyh
f5a518f5c1 fix(api): support marketplace package installation 2026-07-03 14:05:40 +08:00
891d35038c fix(agent-v2): allow long inline secrets (#38366) 2026-07-03 13:51:58 +08:00
5622e8f7ea feat(api): abort active workflow runs during Celery warm shutdown (#38220) 2026-07-03 04:51:53 +00:00
1bc279e7d4 fix: handle Xinference model credential context (#38348) 2026-07-03 04:12:00 +00:00
f4ec608ef4 chore(api): upgrade graphon to v0.6.0, migrate HITL logic back to Dify (#38247)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-03 03:45:21 +00:00
yyh
476e6ce1c2 Merge remote-tracking branch 'origin/main' into feat/agent-v2 2026-07-03 11:04:18 +08:00
374bdb7cdd feat(device-flow): redirect SSO-complete failures to a dedicated device error view (#38185) 2026-07-03 02:11:54 +00:00
cf0f42a8da perf(memory): batch-load message files in TokenBufferMemory to remove N+1 queries (#38002)
Co-authored-by: xiaweiwei67-stack <293320877+xiaweiwei67-stack@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-03 01:59:48 +00:00
2f0c6c10bd refactor: thread explicit sessions through app retrieval paths (#38309)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-02 17:00:47 +00:00
dcc06dee20 test: migrate tag service tests to testcontainers (#38313) 2026-07-02 11:58:56 +00:00
yyh
ff56fb7e23 fix(workspace): expose last opened in contract (#38323)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-02 11:14:35 +00:00
3f92e38616 fix: normalize query array params for oRPC (#38322)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-02 11:07:10 +00:00
yyh
ffac083591 Merge remote-tracking branch 'origin/main' into feat/agent-v2 2026-07-02 18:19:59 +08:00
yyh
dd6883c9e3 feat(agent-v2): add roster sort filter 2026-07-02 17:29:32 +08:00
88864ae086 fix: enhance SQL query safety and add metadata key validation (#38307) 2026-07-02 09:02:54 +00:00
yyh
ef5e31bd2b Merge branch 'main' into feat/agent-v2 2026-07-02 16:51:47 +08:00
e13271ba29 fix: support multi-worker workflow collaboration (#38242)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Blackoutta <hyytez@gmail.com>
Co-authored-by: Blackoutta <37723456+Blackoutta@users.noreply.github.com>
2026-07-02 08:16:03 +00:00
yyh
7c3c3e2371 Merge remote-tracking branch 'origin/main' into feat/agent-v2
# Conflicts:
#	web/features/agent-v2/agent-composer/__tests__/store.spec.ts
#	web/features/agent-v2/agent-composer/conversions.ts
2026-07-02 15:41:52 +08:00
738330fe9a fix(agent): limit finalization to config note 2026-07-02 15:30:30 +08:00
85aa610187 [autofix.ci] apply automated fixes 2026-07-02 06:55:52 +00:00
yyh
57e80f771e Merge branch 'main' into feat/agent-v2 2026-07-02 14:50:21 +08:00
yyh
87799a7335 fix(agent-v2): make roster role optional 2026-07-02 14:48:30 +08:00
826b259d9f fix: Working outside of application context. (#38300) 2026-07-02 06:47:35 +00:00
yyh
4dfb8a2909 Merge branch 'main' into feat/agent-v2 2026-07-02 14:42:45 +08:00
bcbd9d3fe2 [autofix.ci] apply automated fixes 2026-07-02 06:40:13 +00:00
yyh
e79c50475b Merge remote-tracking branch 'origin/main' into feat/agent-v2 2026-07-02 14:34:57 +08:00
2ee7db27be chore(api): disallow builtins getattr variants in new code (#38250)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-02 06:32:46 +00:00
31bb8abbf1 fix(api): stop swallowing document indexing errors in create handler (#38192)
Co-authored-by: Harsh Kashyap <Harsh23Kashyap@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Harsh Kashyap <harshkashyap@Harshs-MacBook-Pro.local>
Co-authored-by: yunlu.wen <yunlu.wen@dify.ai>
2026-07-02 06:29:56 +00:00
yyh
a493dab7cb fix: apply ruff 2026-07-02 14:28:42 +08:00
yyh
08e60e6155 Merge remote-tracking branch 'origin/main' into feat/agent-v2 2026-07-02 14:28:10 +08:00
d9884efaee fix: sql injection (#38295)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-07-02 06:22:39 +00:00
yyh
1ae2f95f7c test(e2e): add agent v2 core coverage (#38209)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-02 06:18:38 +00:00
6c08a43af1 fix(templates): make End output variable names unique in built-in templates (#38293) 2026-07-02 06:06:07 +00:00
41fb484491 fix(api): tolerate legacy service_api end-user type on load (#38271)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-02 05:34:36 +00:00
7fb797c121 fix(api): keep provider refresh waiters single-flight (#38226) 2026-07-02 04:46:10 +00:00
5d0576de0a refactor(api): migrate console app chat endpoints to BaseModel (#37952)
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-02 04:43:58 +00:00
275ea285c2 fix(agent): map config skill upload validation errors (#38290) 2026-07-02 11:52:51 +08:00
61650d34ce refactor(web): remove custom console contract loaders (#38284)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-02 03:32:02 +00:00
4fc8f0ddd1 refactor(api): migrate console app common endpoints to BaseModel (#37951)
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-02 03:24:38 +00:00
2f0ba0fbeb fix(agent): avoid literal null chat output (#38287) 2026-07-02 11:08:11 +08:00