Commit Graph

6371 Commits

Author SHA1 Message Date
197c018c1f fix missing style of conversation variable panel default value textarea (#21422) 2025-06-24 15:58:39 +08:00
14a1bba9b7 fetch remote icon 2025-06-24 15:43:48 +08:00
c6fa8102eb feat: downgrade modal 2025-06-24 15:36:10 +08:00
10e5cb4382 add server identifier 2025-06-24 14:21:09 +08:00
45146edb31 fix(document_extractor): xlsx file column int type error (#21408) 2025-06-24 13:42:13 +08:00
7ec5816513 feat: show downgrade warning logic 2025-06-24 11:21:57 +08:00
973b3854b4 add dataset info in response (#21406) 2025-06-24 11:13:56 +08:00
2467bd738a Improve App Icon Picker: Stable Modal Height & Collapsible Emoji Style Section (#21399) 2025-06-24 11:13:28 +08:00
825fbcc6f8 feat: auto update button 2025-06-24 11:04:04 +08:00
27baf383dd feat: make RESPECT_XFORWARD_HEADERS_ENABLED configurable in Compose (#21248) 2025-06-24 10:00:51 +08:00
537b3b2b4a Fixes #21366: Add link to the one-click Dify deployment solution on Alibaba Cloud DMS (#21385) 2025-06-24 09:40:58 +08:00
e0de3b97ab Fixes #21357 Correct the wrong link destination (#quick-start) (#21373) 2025-06-24 09:28:12 +08:00
4a59360ad3 chore: translate i18n files (#21395)
Co-authored-by: QuantumGhost <2939865+QuantumGhost@users.noreply.github.com>
2025-06-24 09:25:02 +08:00
1a1bfd4048 feat: last run frontend (#21369)
The frontend of feat: Persist Variables for Enhanced Debugging Workflow (#20699).

Co-authored-by: jZonG <jzongcode@gmail.com>
2025-06-24 09:10:30 +08:00
10b738a296 feat: Persist Variables for Enhanced Debugging Workflow (#20699)
This pull request introduces a feature aimed at improving the debugging experience during workflow editing. With the addition of variable persistence, the system will automatically retain the output variables from previously executed nodes. These persisted variables can then be reused when debugging subsequent nodes, eliminating the need for repetitive manual input.

By streamlining this aspect of the workflow, the feature minimizes user errors and significantly reduces debugging effort, offering a smoother and more efficient experience.

Key highlights of this change:

- Automatic persistence of output variables for executed nodes.
- Reuse of persisted variables to simplify input steps for nodes requiring them (e.g., `code`, `template`, `variable_assigner`).
- Enhanced debugging experience with reduced friction.

Closes #19735.
2025-06-24 09:05:29 +08:00
ccef71626d feat: show list and select 2025-06-23 18:31:21 +08:00
29cac85b12 feat: plugin no data 2025-06-23 18:09:32 +08:00
901c3157c3 chore: change the server url validation 2025-06-23 17:02:33 +08:00
3960521e76 trim server url 2025-06-23 16:53:18 +08:00
8b290ac7a1 feat: only choose 15 time 2025-06-23 16:45:48 +08:00
51df69fbff validation of server url 2025-06-23 16:42:12 +08:00
a67325f444 fix: change the icon handle logic 2025-06-23 16:04:12 +08:00
8e0961751b server url submit check 2025-06-23 15:59:58 +08:00
96cd676ffb chore: data undefined page crash 2025-06-23 15:47:04 +08:00
c7e72f7365 chore: remove the unused changes 2025-06-23 15:02:39 +08:00
1fc3f88f82 Merge branch 'main' into feat/mcp 2025-06-23 15:01:18 +08:00
3113350e51 fix(migrate/tools): Correct parameter name in tool_builtin_providers migration function (#21358) 2025-06-23 14:56:34 +08:00
93cb98b1e5 main 2025-06-23 14:54:30 +08:00
6332627345 fix: tool picker ui 2025-06-23 14:44:49 +08:00
21911b86b0 fix: style of MCP card 2025-06-23 14:39:40 +08:00
5f6f02350e chore: change the redirect url 2025-06-23 14:10:18 +08:00
9745570490 modify oauth 2025-06-23 14:05:29 +08:00
15
3537088135 Fixes #21351 (#21354) 2025-06-23 14:01:51 +08:00
43f5b21852 feat: add config for max-tree-depth (#21291) 2025-06-23 13:55:57 +08:00
e56d7547f7 fix: web error (#21340) 2025-06-23 13:54:52 +08:00
b5b5d7493d chore: change the oauth process 2025-06-23 13:53:26 +08:00
ea68c92bbb fix segment display the default (#21317)
Co-authored-by: lizb <lizb@sugon.com>
2025-06-23 13:48:39 +08:00
b348455144 fix: Update segmentation type initialization to support parent-child mode based on document form (#21359) 2025-06-23 13:45:35 +08:00
5781f45840 add confirm of tool list update 2025-06-23 13:42:59 +08:00
d2ac384458 support re-authorization 2025-06-23 11:08:56 +08:00
f2f6e95880 fix: Update the logic for segment type settings to support parent-child mode selection. (#21278) 2025-06-23 10:36:30 +08:00
725a221315 fix: hide marketplace information(#21275) (#21276)
Co-authored-by: Xiaoba Yu <xb1823725853@gmail.com>
2025-06-23 10:23:43 +08:00
a0a89b562c Feature:Refactor batch update document status for #21324 (#21325) 2025-06-23 09:49:13 +08:00
Jin
3e7f8bad56 fix: markdown_extractor lost chunks if it starts without a header(#21308) (#21309) 2025-06-21 23:10:00 +08:00
d333aac84a refactor: env check with function (#21310) 2025-06-21 18:33:13 +08:00
3fefb34d44 fix: wrong translation (#21311) 2025-06-21 11:51:52 +08:00
870e73c03b Knowledge base API supports status updates #18147 (#18235) 2025-06-21 11:18:48 +08:00
ef20f694b2 Fixes #21203 Add a rapid deployment solution for deploying to Alibaba Cloud throug… (#21206)
Co-authored-by: herui.gh <>
2025-06-20 20:10:45 +08:00
57f7368a0e fix notion dataset rule not found (#21236) 2025-06-20 20:05:01 +08:00
fa70033438 style(dark): Adjust chat bubble background color (langgenius#20990) (#21264) 2025-06-20 20:04:39 +08:00