Commit Graph

264 Commits

Author SHA1 Message Date
yyh
a9b8c84e9b
refactor(dify-ui): simplify popover content API (#41069) 2026-08-21 13:11:40 +00:00
yyh
6cb96adfbe
refactor(dify-ui): compose dialog close controls (#41064) 2026-08-21 10:21:43 +00:00
Stephen Zhou
3d08b2f89a
fix(web): route enterprise documentation links (#40957) 2026-08-21 02:13:26 +00:00
非法操作
f97fc01c2f
refactor(api): extract recommended app query service (#40207) 2026-08-20 08:45:47 +00:00
yyh
2daa69c92e
fix(web): clarify agent deletion consequences (#41002) 2026-08-20 06:45:55 +00:00
yyh
5550ec8ebf
fix(web): redirect after deleting an agent (#40994) 2026-08-20 04:09:50 +00:00
yyh
90a6b8c998
refactor(web): simplify debounced filter state (#40951) 2026-08-19 06:30:36 +00:00
yyh
324ddb361d
fix(web): gate system features requests by connection (#40939) 2026-08-18 12:34:34 +00:00
yyh
b064a13aa4
refactor(web): remove legacy embedded API docs (#40929) 2026-08-18 09:53:55 +00:00
yyh
6d89557355
feat(dify-ui): add input group composition (#40890) 2026-08-18 02:14:39 +00:00
Chengxiao
394b43376a
fix: suggest deepseek-v4-flash for Agent mode (#40852) 2026-08-18 01:57:21 +00:00
YungLe
219596c4df
feat(plugin-auth): visibility picker for OAuth credentials (#39840)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Wu Tianwei <30284043+WTW0313@users.noreply.github.com>
Co-authored-by: twwu <twwu@dify.ai>
2026-08-17 02:41:26 +00:00
yyh
facb60abfe
fix(web): align combobox interaction semantics (#40826) 2026-08-17 02:13:08 +00:00
Joel
b0c5172e10
fix: show accurate copy for agent run limit errors (#40784) 2026-08-14 10:07:36 +00:00
yyh
0f63a05d04
chore: upgrade Vite+ to 0.2.9 (#40762) 2026-08-14 04:42:28 +00:00
yyh
f8e05ebfc0
docs(web): consolidate maintainer guidance (#40758) 2026-08-14 03:40:05 +00:00
Joel
0ac005eb98
fix: add semantic document titles across pages (#40396) 2026-08-14 03:29:16 +00:00
yyh
1cf8db8395
refactor(web): clarify model selector trigger ownership (#40732)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-14 01:03:50 +00:00
yyh
36dfc6c216
refactor(ui): enforce single-choice segmented controls (#40726) 2026-08-13 08:09:10 +00:00
yyh
a0ca3d2e81
refactor(web): remove legacy action button references (#40651) 2026-08-13 07:04:16 +00:00
yyh
d0e2723e45
refactor(web): migrate semantic icon controls (#40624) 2026-08-13 06:43:59 +00:00
Joel
c085142e66
chore: remove scope selection from the agent environment editor (#40701) 2026-08-13 06:24:51 +00:00
Joel
b3d770a69b
fix: hide knowledge retrieval from Agent V2 configuration (#40679) 2026-08-13 03:03:12 +00:00
Wu Tianwei
6899c7720f
refactor(web): remove deprecated deployments pages (#40593) 2026-08-12 08:49:51 +00:00
chelsealong
d813edb945
fix(agent-v2): stop dropping non-vision attachments from agent chat (#40179)
Co-authored-by: Crazywoola <100913391+crazywoola@users.noreply.github.com>
2026-08-12 05:57:21 +00:00
yyh
28ba7033fa
refactor(web): remove profile bootstrap atom layer (#40474) 2026-08-12 04:05:57 +00:00
Wu Tianwei
7aba539e82
feat: app deployment v2 (#39829)
Co-authored-by: zhangx1n <zhangxin@dify.ai>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-12 01:55:36 +00:00
yyh
324b0f97ff
refactor(web): read plugin profile from query cache (#40471) 2026-08-11 11:39:26 +00:00
yyh
7352944dec
refactor(web): read account profile from query cache (#40470) 2026-08-11 11:17:29 +00:00
Joel
8598af2a17
fix: improve agent working directory tab labels and tooltips (#40496) 2026-08-11 09:36:33 +00:00
yyh
3d02a12eb6
refactor(web): read app profile from query cache (#40467) 2026-08-11 08:09:58 +00:00
Joel
a68e0bbc6f
fix: show a persistent toast for agent run timeouts (#40486) 2026-08-11 07:27:52 +00:00
Joel
44c5f1c011
fix: split sandbox files into saved and temporary tabs (#40478) 2026-08-11 06:46:01 +00:00
yyh
48451f5adf
fix(web): keep agent ref updates out of render (#40429) 2026-08-11 03:57:58 +00:00
Joel
0f583cfe75
fix: widen agent orchestration chat on large displays (#40433) 2026-08-10 09:57:47 +00:00
Byron.wang
976d061f9b
refactor(api): merge ping and version endpoints into system (#40058)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-10 08:50:40 +00:00
yyh
c2687c16b3
refactor(web): unify infinite scroll sentinels (#40188) 2026-08-10 02:22:07 +00:00
yyh
d1fa17032e
revert(web): use suspense boundary in home page (#40167) 2026-08-07 18:50:33 +00:00
盐粒 Yanli
916d7e1c96
refactor(dify-agent): download Binding files through Agent Stub (#40143)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-07 14:56:52 +00:00
yyh
f00d0329d4
perf(web): prefetch app links on intent (#40133)
Co-authored-by: 非法操作 <hjlarry@163.com>
2026-08-07 07:16:38 +00:00
yyh
af9d2d00a3
chore(web): add dedicated home loading boundary (#40135) 2026-08-07 07:16:25 +00:00
yyh
7422052759
fix(web): scope hidden outlines to focus-visible (#40130) 2026-08-07 04:00:19 +00:00
yyh
73197e4354
refactor(web): modernize Studio app list data flow (#40109) 2026-08-07 02:23:38 +00:00
Jingyi
5dfd83e9ab
feat: optimize integrations initial loading (#40118)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-07 02:06:25 +00:00
zyssyz123
90d6046345
fix: gate Agent access until first publish (#40105)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
2026-08-06 12:36:24 +00:00
Joel
06d8301a90
fix: report unavailable agent tools in publish and workflow checks (#40077) 2026-08-06 07:44:22 +00:00
yyh
5e036e5489
refactor(system-features): derive nullable SSO protocol (#40063) 2026-08-06 04:51:32 +00:00
Jingyi
15a5317bd3
fix(web): refresh model provider plugins after updates (#40002) 2026-08-05 23:26:18 +00:00
yyh
dc09384b1d
refactor(web): derive system feature enums from schemas (#40030) 2026-08-05 08:32:54 +00:00
yyh
890e5aa294
refactor(web): align query client ownership (#40024) 2026-08-05 07:02:09 +00:00
yyh
0bf3416431
fix(web): remove misleading ARIA states (#40015) 2026-08-05 06:52:41 +00:00
yyh
c15dd6d994
refactor(web): simplify tag selector trigger (#40014) 2026-08-05 05:23:53 +00:00
yyh
2dc6b08044
fix(web): preserve feedback state on submission failure (#40004) 2026-08-05 02:55:50 +00:00
zyssyz123
4213e6b150
fix(agent): expose feedback in agent logs (#39994)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-04 14:11:13 +00:00
yyh
dec1cb3798
fix(ui): align button spacing with design (#39990) 2026-08-04 10:37:16 +00:00
Joel
0271ca6e5f
fix: align build and preview chat layouts (#39980) 2026-08-04 07:07:48 +00:00
yyh
9ea21e4fd1
perf(web): streaming ssr for home page (#39922) 2026-08-04 02:16:08 +00:00
yyh
802fe70423
test(web): remove Base UI component mocks (#39877) 2026-08-02 09:51:45 +00:00
yyh
b6824334cf
refactor(web): align Base UI state consumers (#39864)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-01 13:09:30 +00:00
yyh
7e30aba12a
refactor(ui): simplify scroll area API (#39857) 2026-07-31 12:43:11 +00:00
yyh
c62ab071eb
fix(web): hide prompt log action in agent v2 logs (#39858) 2026-07-31 12:40:44 +00:00
Joel
37bf80dcf6
feat: prioritize configured tools in the agent prompt picker (#39850) 2026-07-31 08:50:54 +00:00
yyh
5e6154fdd1
refactor(web): align Base UI composition contracts (#39820) 2026-07-30 13:37:04 +00:00
yyh
563cf2602f
refactor(dify-ui): govern public component APIs (#39806)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-30 10:12:34 +00:00
yyh
48bb46a72b
fix(ui): align select trigger focus ring (#39804) 2026-07-30 08:40:20 +00:00
Joel
b32c900761
feat: add upload size guidance and validation for agent files and skills (#39798) 2026-07-30 07:57:53 +00:00
yyh
71ae1d5511
refactor(web): localize dataset external API state (#39791) 2026-07-30 06:11:23 +00:00
yyh
3d01e8389a
fix(chat): derive themes per chat root (#39790) 2026-07-30 06:11:13 +00:00
yyh
a21d2b1201
fix(web): constrain slash picker triggers (#39768) 2026-07-30 02:23:52 +00:00
Stephen Zhou
0441d27cac
chore: canonicalize Tailwind classes (#39762) 2026-07-29 11:58:14 +00:00
Joel
fd804dfcc0
fix(web): show API errors when agent publishing fails (#39756) 2026-07-29 09:37:18 +00:00
yyh
d4eab4ae88
refactor(web): consolidate settings state in URL (#39740) 2026-07-29 06:00:55 +00:00
盐粒 Yanli
a048f35099
refactor: introduce agent working environment architecture (#39480)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-28 13:16:05 +00:00
Joel
3bc8c69def
feat: label agent conversation reset action on hover (#39691) 2026-07-28 10:06:46 +00:00
Joel
ae0b66311d
feat: add missing plugin installation to agent DSL imports (#39680) 2026-07-28 08:23:42 +00:00
Joel
35b539e35b
fix: improve unconfigured agent guidance (#39676) 2026-07-28 07:02:49 +00:00
yyh
271b6e1f5c
fix(ui): unify combobox trigger focus rings (#39643) 2026-07-27 10:21:32 +00:00
Joel
8de3b4d033
fix: prevent the agent build draft UI from flashing during apply (#39642) 2026-07-27 09:32:52 +00:00
Joel
481354ca70
refactor: make agent composer save and publish state consistent (#39637) 2026-07-27 08:43:45 +00:00
Joel
52428df1bd
feat: add amptitude to new agent (#39608)
Co-authored-by: 林玮 (Jade Lin) <linw1995@icloud.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-27 05:54:45 +00:00
zyssyz123
cc01189966
fix(agent): expose publish state from composer (#39615) 2026-07-27 04:05:38 +00:00
Stephen Zhou
2d5161a647
feat(dataset): add document detail (#39361)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-24 15:27:35 +00:00
Stephen Zhou
799c7eea3a
feat(dataset): add document processing tasks (#39326)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-24 12:58:15 +00:00
yyh
dcd40d603c
fix(agent-v2): link API reference to agent guide (#39534) 2026-07-24 10:14:27 +00:00
Joel
8ef002f624
fix: include CSRF token when fetching skill file content (#39527) 2026-07-24 09:35:41 +00:00
yyh
4e85acc605
fix(web): hydrate workspace permissions before navigation render (#39524) 2026-07-24 09:06:57 +00:00
Joel
e1495c0bae
fix: prevent agent preview actions from being clipped (#39510) 2026-07-24 08:02:55 +00:00
Joel
dd19b4ff79
fix: download skill files through authenticated API requests (#39499) 2026-07-24 07:37:27 +00:00
yyh
66a545fc6d
refactor: centralize deployment edition in system features (#39454)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: GareArc <garethcxy@dify.ai>
2026-07-24 07:15:02 +00:00
Stephen Zhou
eac9f69ad1
feat(dataset): add crawl source selection (#39325)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-24 07:11:48 +00:00
Joel
6889974c05
fix: smooth the preview-to-build transition (#39495) 2026-07-24 06:30:07 +00:00
yyh
6e2c21f568
fix(web): simplify agent configure mode state (#39492) 2026-07-24 05:30:45 +00:00
Joel
abbad7b313
fix: prevent build reset from clearing preview chat (#39490) 2026-07-24 04:59:57 +00:00
yyh
c4bfea6096
fix(web): adapt workflow agent logs (#39488) 2026-07-24 04:55:30 +00:00
Joel
34e2205efa
chore: support preview mode if not in community version (#39399)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-24 03:23:01 +00:00
Stephen Zhou
ba5b26be03
feat(dataset): add website crawl preview (#39324)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-24 02:10:39 +00:00
Stephen Zhou
302b50c4fb
feat(dataset): add source connections (#39319)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-23 13:54:12 +00:00
Xiyuan Chen
b56ac4af4d
feat: gate agent management behind the agent.manage permission (#39330)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
2026-07-23 07:34:07 +00:00
Stephen Zhou
2a0661a769
feat(dataset): add New Knowledge creation flow (#39315)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-23 07:25:14 +00:00
yyh
6736f4005b
fix(web): improve import DSL dialog states (#39432)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-23 02:26:59 +00:00