Crazywoola
8809cc036d
feat(workflow-generator): enhance the AI auto-creation flow end-to-end ( #38175 )
...
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
2026-07-01 02:28:58 +00:00
Stephen Zhou
3ad06bebd9
refactor(web): migrate console contracts to generated types ( #38231 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-07-01 01:40:12 +00:00
蒜香飞行矮堇瓜
089c3f4af0
fix(api): avoid infinite loop in _delete_records when batch deletion fails ( #38118 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-30 14:40:37 +00:00
Stephen Zhou
4b17f968a6
perf(web): lazy load console contract shards ( #38230 )
2026-06-30 14:15:29 +00:00
Stephen Zhou
baf2191ee3
fix(web): hide deployment access sidebar tab ( #38229 )
2026-06-30 11:52:31 +00:00
Stephen Zhou
9393df9d00
fix(web): hide deployment access tab ( #38222 )
2026-06-30 10:54:57 +00:00
Stephen Zhou
b1bb6ef977
perf(web): improve vinext home startup time ( #38219 )
2026-06-30 10:36:38 +00:00
Pyuyi
200f8b800f
fix(api): prevent plugin provider cache stampedes ( #37388 )
...
Co-authored-by: VeraPyuyi <204892921+VeraPyuyi@users.noreply.github.com>
2026-06-30 10:09:05 +00:00
chariri
44e85c0023
fix(api): Fixing API contract generation infrastructure ( #38042 )
2026-06-30 08:51:32 +00:00
Xiyuan Chen
5ce13d1773
fix(api): register rbac-migrate-dataset-permissions CLI command ( #38204 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-30 08:20:24 +00:00
WH-2099
62cb5b5865
fix(api): scope nested resource lookups by owner refs ( #38177 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-30 08:19:58 +00:00
yyh
f8afa49ab9
chore(dify-ui): update theme tokens ( #38189 )
2026-06-30 07:54:13 +00:00
Blackoutta
b4be4d90a5
fix: stress test setup process and report structure workflow for Dify 1.15.0+ ( #38194 )
2026-06-30 07:29:42 +00:00
非法操作
4303103304
fix: debug plugin permission setting not work ( #38197 )
2026-06-30 07:29:20 +00:00
Bond Zhu
03d59dba47
fix(workflow): guard on_tool_execution stdout traces behind DEBUG ( #38200 )
2026-06-30 07:19:48 +00:00
Asuka Minato
102e1ede6e
chore: inject more db.session ( #38045 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-30 06:55:54 +00:00
wangxiaolei
528bf95d1b
feat: support dataset permission migrate to rbac ( #38166 )
2026-06-30 06:43:46 +00:00
yyh
444d164aea
test(e2e): add agent v2 test infrastructure ( #38191 )
2026-06-30 06:25:20 +00:00
Wu Tianwei
46163c68bd
fix: update documentation links in permission set and role modals ( #38188 )
2026-06-30 05:41:55 +00:00
Wu Tianwei
54a8ff2c1d
chore(i18n): update role management permission keys for multiple languages ( #38186 )
2026-06-30 03:28:34 +00:00
Sanket Shakya
9521c7fe7d
feat(mcp): support dynamic HTTP request headers in MCPClient ( #37938 )
2026-06-30 03:28:24 +00:00
Muhammad Zeeshan
995ba6b00e
fix(api): skip uuidv7() creation when PostgreSQL 18 provides it natively ( #36998 )
...
Co-authored-by: Yunlu Wen <yunlu.wen@dify.ai>
2026-06-30 02:34:27 +00:00
wangxiaolei
49a92f096f
perf: make command rbac-migrate-member-roles use less mem and make it… ( #38151 )
2026-06-29 12:42:10 +00:00
非法操作
fa1ac75922
fix: editor can view the logs ( #38165 )
2026-06-29 10:05:32 +00:00
林玮 (Jade Lin)
cb35c6fa98
perf(api): retrieve published workflows via app.workflow_id ( #38153 )
2026-06-29 09:51:21 +00:00
非法操作
34f62e7df6
fix: editor should not query billing subscriptions ( #38157 )
2026-06-29 09:45:54 +00:00
shiyuanfang2nd
07b5dcbb19
fix(vdb): remove deprecated SQL options for ADB-PG 7.0 compatibility ( #38004 )
2026-06-29 09:30:01 +00:00
非法操作
23917c7b3e
fix: agent app log detail modal not display well ( #38014 )
2026-06-29 09:29:35 +00:00
Blackoutta
8a6ce28855
fix: multimodal segment attachment indexing ( #38080 )
2026-06-29 09:18:29 +00:00
Xiyuan Chen
0d5f43520c
fix(api): wire dedicated timeout into inner RBAC requests ( #38150 )
2026-06-29 07:03:50 +00:00
linhongkuan
d8f3be4bcd
fix(api): isolate side-effect database writes ( #37895 )
...
Co-authored-by: FFXN <31929997+FFXN@users.noreply.github.com>
2026-06-29 06:20:34 +00:00
yyh
fc16fcba36
fix(web): align web app nav item width ( #38146 )
2026-06-29 06:18:19 +00:00
FFXN
ca2755e0c1
feat: refine snippet siderbar and support RBAC. ( #38134 )
...
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-29 06:03:40 +00:00
Wu Tianwei
d2216fe181
fix: support Unicode characters in form field names ( #38138 )
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-06-29 05:00:49 +00:00
Stephen Zhou
0d2084494e
chore: downgrade openapi-ts ( #38141 )
2026-06-29 04:18:24 +00:00
Stephen Zhou
358cf8be33
chore: update deps ( #38128 )
2026-06-29 02:41:30 +00:00
wangxiaolei
93d6506443
fix: CAN_REPLACE_LOGO should be false ( #38126 )
2026-06-29 01:52:58 +00:00
yyh
77d624e7a4
fix(web): improve main nav focus outline ( #38114 )
2026-06-29 01:11:37 +00:00
yyh
9d3ac1b7b3
fix: simplify scroll area composition ( #38113 )
2026-06-29 01:05:12 +00:00
Yunlu Wen
7a111c2226
refactor: shell provider protocol ( #38077 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-06-28 08:23:13 +00:00
yyh
7bb94cb6fe
fix: gate deployments in route layout ( #38078 )
2026-06-27 13:35:37 +00:00
yyh
484633d261
fix: prevent exiting toasts from blocking page clicks ( #38063 )
2026-06-27 07:35:25 +00:00
Stephen Zhou
a14310fc62
refactor(web): organize deployment feature state ( #38065 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-06-27 07:34:46 +00:00
Byron.wang
8218694691
fix: improve workflow run archive idempotency and batching ( #38027 )
2026-06-27 11:09:57 +08:00
yyh
17bee5fb32
fix: improve members role chip accessibility ( #38037 )
2026-06-26 18:40:03 +00:00
yyh
446b3962c1
fix: remove aria-busy from loading button ( #38036 )
2026-06-26 18:39:42 +00:00
github-actions[bot]
00b4cdc68e
chore(i18n): sync translations with en-US ( #38035 )
...
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
2026-06-26 13:54:30 +00:00
Dx.
449b46b863
fix(web): download markdown file-preview links as attachments ( #38030 )
2026-06-26 13:46:44 +00:00
Asuka Minato
8d09b32cd5
chore: inject session ( #37941 )
...
Co-authored-by: WH-2099 <wh2099@pm.me>
2026-06-26 13:42:47 +00:00
盐粒 Yanli
52c106b532
feat(agent-v2): sync nightly updates to main (2026-06-25) ( #37915 )
...
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
Co-authored-by: Yansong Zhang <916125788@qq.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-26 13:13:35 +00:00