zhsama
bc3421add8
refactor(variable): update global variable names and types for consistency
2025-10-29 15:53:37 +08:00
XlKsyt
1e9142c213
feat: enhance tencent trace integration with LLM core metrics ( #27126 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2025-10-29 15:53:30 +08:00
zhsama
61d8809a0f
fix(workflow): enhance validation before running workflows by integrating warning notifications
2025-10-29 15:53:13 +08:00
lyzno1
d37cc9f9c8
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-10-29 15:16:28 +08:00
lyzno1
0db082f6d0
feat(workflow): persist RAG recommendation panel collapse state
2025-10-29 15:10:45 +08:00
lyzno1
c94dc52310
fix: remove duplicate RAG tool heading and fix select callback type
2025-10-29 14:57:38 +08:00
非法操作
f092bc1912
chore: add more stories ( #27403 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-10-29 14:33:43 +08:00
lyzno1
852d851996
fix(workflow): add empty array validation for required checklist fields in trigger plugin
...
The checkValid function was not properly validating required checklist fields when they had empty array values. This caused required fields to pass validation even when no options were selected.
Added array length check to the constant type validation to ensure required checklist fields must have at least one selected option.
2025-10-29 12:36:43 +08:00
lyzno1
f06dc3ef90
fix: localize workflow block search filters
2025-10-29 11:55:30 +08:00
lyzno1
f9df61e648
feat: add inline code copy styling for variable inspect webhook url
2025-10-29 10:14:50 +08:00
lyzno1
6e76e02dba
fix: trigger plugin help link
2025-10-29 09:35:45 +08:00
zhsama
dc24450e29
feat(workflow): add webhook debug URL display in variable inspection
2025-10-29 04:38:27 +08:00
zhsama
8bcecce627
feat(workflow): add toast notifications for warning nodes during execution
2025-10-29 01:40:27 +08:00
zhsama
66cb963df3
feat(workflow): enhance validation by integrating warning nodes into last run checks.
2025-10-29 01:28:31 +08:00
zhsama
a264a609db
feat(workflow): integrate workflow run validation before execution
2025-10-29 00:36:48 +08:00
zhsama
3a876fd437
Merge branch 'main' into feat/trigger
2025-10-29 00:08:50 +08:00
zhsama
13bc68a646
feat(trigger): enhance runScheduleSingleRun to handle API response
2025-10-29 00:07:08 +08:00
zhsama
720480d05e
chore(tests): remove deprecated test files for schedule and webhook triggers
2025-10-28 22:42:29 +08:00
yessenia
71b1af69c5
feat(trigger): request condition param
2025-10-28 22:35:03 +08:00
NeatGuyCoding
3de73f07c6
fix sl translation ( #27555 )
...
Signed-off-by: tech-leader <tech@sabegeek.com>
Co-authored-by: tech-leader <tech@sabegeek.com>
2025-10-28 18:48:12 +08:00
Novice
0caeaf6e5c
chore: improve mcp server url validation ( #27558 )
2025-10-28 17:30:01 +08:00
yessenia
db352c0a18
Merge branch 'main' into feat/trigger
2025-10-28 17:11:15 +08:00
yessenia
bf7b18d442
feat(trigger): dynamic options opt
2025-10-28 16:20:01 +08:00
lyzno1
7d56ca5294
fix: add time-picker placement prop
2025-10-28 15:49:10 +08:00
zhsama
0b1015e221
feat(workflow): enhance variable inspector to support schedule trigger events with next execution time display
2025-10-28 14:12:20 +08:00
Joel
3395297c3e
chore: warning messages too long in model config caused ui issue ( #27542 )
2025-10-28 13:58:31 +08:00
lyzno1
96f0d648fa
feat: invalidate trigger plugin queries after marketplace installs
2025-10-28 11:31:02 +08:00
lyzno1
c4996f9563
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-10-28 11:28:06 +08:00
Wu Tianwei
0e62a66cc2
feat: Introduce RAG tool recommendations and refactor related components for improved plugin management ( #27259 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-28 10:22:16 +08:00
Eric Guo
ff32dff163
Enabled cross-subdomain console sessions by making the cookie domain configurable and aligning the frontend so it reads the shared CSRF cookie. ( #27190 )
2025-10-28 10:04:24 +08:00
yalei
341b3ae7c9
Sync log detail drawer with conversation_id query parameter, so that we can share a specific conversation ( #27518 )
...
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-28 09:59:16 +08:00
yangzheli
a7c855cab8
fix(workflow): resolve note node copy/duplicate errors ( #27528 )
...
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2025-10-28 09:26:12 +08:00
crazywoola
29afc0657d
Fix/27468 in dify 192 the iframe embed cannot pass the user id in system variable ( #27524 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-28 09:19:54 +08:00
yessenia
850c5fec32
fix(trigger): invalid subscription
2025-10-27 21:27:08 +08:00
zhsama
b1f79c34d1
fix(workflow): add support for schedule triggers in workflow run hook
2025-10-27 20:52:44 +08:00
yessenia
96a461646e
fix(trigger): readme portal zindex
2025-10-27 20:05:02 +08:00
zhsama
5df94fd866
fix(workflow): enhance node-run to include schedule triggers
2025-10-27 19:44:26 +08:00
github-actions[bot]
d6bd2a9bdb
chore: translate i18n files and update type definitions ( #27503 )
...
Co-authored-by: Nov1c444 <66365942+Nov1c444@users.noreply.github.com>
2025-10-27 17:39:43 +08:00
lyzno1
e074ba84d1
fix(workflow): avoid nested buttons in subscription selector to stop hydration warning
2025-10-27 17:23:58 +08:00
zxhlyh
c9eed67cf6
Feat/mcp authentication ( #27508 )
2025-10-27 17:08:18 +08:00
lyzno1
1335be8d60
Revert "feat: propagate trigger metadata for plugin icons across UI"
...
This reverts commit 3bd62f3fdf .
2025-10-27 17:06:40 +08:00
lyzno1
c79d75b32d
Revert "fix: display plugin trigger labels in logs using i18n metadata"
...
This reverts commit 651cc81cfe .
2025-10-27 17:06:35 +08:00
lyzno1
b2b81f3822
Revert "fix: trigger by display translations"
...
This reverts commit 33daedd7aa .
2025-10-27 17:06:25 +08:00
yessenia
90753b2782
fix(trigger): readme style
2025-10-27 16:33:40 +08:00
hjlarry
c05fa9963a
fix plugin name incorrect encoded
2025-10-27 16:08:47 +08:00
Novice
b6e0abadab
feat: add flatten_output configuration to iteration node ( #27502 )
2025-10-27 16:04:24 +08:00
GuanMu
43bcf40f80
refactor: update installed app component to handle missing params and improve type safety ( #27331 )
2025-10-27 14:38:58 +08:00
yessenia
29cddc449f
fix(trigger): add clickOutsideNotClose prop
2025-10-27 14:30:08 +08:00
zhsama
dfed14ba67
refactor: simplify syncWorkflowDraft parameters by removing payload sanitization
2025-10-27 13:46:27 +08:00
KVOJJJin
f06025a342
Fix: upload limit in knowledge ( #27480 )
...
Co-authored-by: jyong <718720800@qq.com>
2025-10-27 13:35:54 +08:00
lyzno1
440262a51b
fix: serialize workflow draft sync operations ( #27487 )
2025-10-27 13:29:40 +08:00
lyzno1
d08cc48368
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-10-27 11:37:07 +08:00
lyzno1
b94ad084c3
feat: surface featured trigger recommendations in start tab ( #27319 )
2025-10-27 11:33:02 +08:00
dependabot[bot]
24fb95b050
chore(deps-dev): bump @happy-dom/jest-environment from 20.0.7 to 20.0.8 in /web ( #27465 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-27 10:42:42 +08:00
wangxiaolei
ce5fe86430
feat: add env NEXT_PUBLIC_ENABLE_SINGLE_DOLLAR_LATEX ( #27070 )
2025-10-27 10:36:03 +08:00
yalei
a2fe4a28c3
rm useless router.replace ( #27386 )
2025-10-26 19:26:46 +08:00
yangzheli
417ebd160b
fix(web): update the tip in the file-uploader component ( #27452 )
2025-10-26 19:26:09 +08:00
lyzno1
5cf4afd7b2
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-10-26 11:54:17 +08:00
MelodicGin
82be305680
Bugfix: Windows compatibility issue with 'cp' command not found when running pnpm start. ( #25670 ) ( #25672 )
...
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2025-10-26 11:53:56 +08:00
lyzno1
f7853f3b27
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-10-25 14:58:32 +08:00
lyzno1
913d85302c
fix: hide replay button for non app-run workflow logs
2025-10-25 14:42:26 +08:00
lyzno1
33daedd7aa
fix: trigger by display translations
2025-10-25 14:36:29 +08:00
lyzno1
945295adc3
chore: add some ja-JP translations
2025-10-25 14:00:21 +08:00
lyzno1
651cc81cfe
fix: display plugin trigger labels in logs using i18n metadata
2025-10-25 12:41:37 +08:00
lyzno1
3bd62f3fdf
feat: propagate trigger metadata for plugin icons across UI
2025-10-25 12:15:21 +08:00
github-actions[bot]
1e7e8a8988
chore: translate i18n files and update type definitions ( #27423 )
...
Co-authored-by: douxc <7553076+douxc@users.noreply.github.com>
2025-10-24 19:09:16 +08:00
NFish
a715d5ac23
hide brand name in enterprise use ( #27422 )
2025-10-24 17:17:38 +08:00
zhsama
6098dc0242
feat(workflow): enhance listening descriptions for plugin and webhook triggers
2025-10-24 16:18:07 +08:00
zhsama
29ec3c7d5c
feat(workflow): update listening descriptions when trigger nodes start test-run
2025-10-24 15:32:23 +08:00
zhsama
4597ab4efb
Merge branch 'refs/heads/main' into feat/trigger
2025-10-24 14:44:15 +08:00
lyzno1
1dddcf1194
fix(workflow): resolve occasional issues with syncing historical states or clearing DSL in draft mode ( #27391 )
2025-10-24 12:33:14 +08:00
yessenia
8a8c0703b1
feat: add datasource node readme
2025-10-24 11:46:58 +08:00
yessenia
1b74869b04
fix: plugin readme params
2025-10-24 10:48:59 +08:00
crazywoola
a4b38e7521
Revert "Sync log detail drawer with conversation_id query parameter, so that we can share a specific conversation" ( #27382 )
2025-10-24 10:40:41 +08:00
lyzno1
f065504ed6
fix(app-overview): soften tooltip styling
2025-10-24 10:34:16 +08:00
lyzno1
3f5485605f
chore: update docs link
2025-10-24 10:31:09 +08:00
lyzno1
399bb522e0
chore: add ts-node for test
2025-10-24 10:20:58 +08:00
lyzno1
9fffa9a996
refactor(workflow): clean up entry node status and colocate store types
2025-10-24 10:20:38 +08:00
lyzno1
aee9a8366f
refactor: move marketplace footer outside scroll containers
2025-10-24 10:07:02 +08:00
lyzno1
c3eec7ea8a
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-10-24 09:47:28 +08:00
yessenia
4b4ec3438f
feat: add plugin readme
2025-10-24 01:18:58 +08:00
非法操作
2f3a61b51b
fix: missing import dsl version incompatible modal ( #27338 )
2025-10-23 20:34:41 +08:00
zhsama
9aa43c9165
feat(workflow): enhance trigger node handling with event listening and state management
2025-10-23 18:21:22 +08:00
zhsama
4ae23ed0f9
feat(workflow): remove unused trigger status logic and simplify entry node status handling
2025-10-23 18:19:06 +08:00
Yeuoly
efe68d5aa6
Merge branch 'main' into feat/trigger
2025-10-23 18:05:59 +08:00
zhsama
1604db02b5
fix(workflow): change description field to be required in TriggerPluginNodePayload
2025-10-23 16:56:00 +08:00
zhsama
e7192de9c0
Merge remote-tracking branch 'origin/feat/trigger' into feat/trigger
2025-10-23 16:46:35 +08:00
zhsama
f822b38a00
feat(workflow): integrate payload sanitization for workflow draft synchronization
2025-10-23 16:45:28 +08:00
yessenia
5a5c7f38d1
fix(plugin): stop loading when uninstall fails
2025-10-23 16:18:52 +08:00
zhsama
42a9a88ae2
refactor(trigger-plugin): enhance variable type resolution and encapsulate output variable logic in a dedicated function
2025-10-23 16:01:18 +08:00
zhsama
aea3fc6281
Merge remote-tracking branch 'origin/feat/trigger' into feat/trigger
2025-10-23 15:33:31 +08:00
zhsama
bcdc11396a
refactor(trigger-plugin): streamline variable type resolution and output variable construction
2025-10-23 15:33:19 +08:00
lyzno1
37e75f7791
Ensure workflow tools tab always shows marketplace footer
2025-10-23 13:08:59 +08:00
lyzno1
7ada2385b3
feat: add toggle behavior for featured tools
2025-10-23 12:27:42 +08:00
lyzno1
a77aab96f5
fix: align all workflow trigger docs link
2025-10-23 12:17:27 +08:00
lyzno1
44553d412c
chore: bump pnpm version ( #27315 )
2025-10-23 12:07:58 +08:00
lyzno1
863b4f8fe9
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-10-23 11:54:35 +08:00
Wu Tianwei
95ce224df0
fix: enhance checklist functionality with embedding and rerank model lists ( #27312 )
2025-10-23 11:33:58 +08:00
yalei
8555635967
Sync log detail drawer with conversation_id query parameter, so that we can share a specific conversation ( #26980 )
...
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2025-10-23 11:22:40 +08:00
非法操作
b198c9474a
chore: improve storybooks ( #27306 )
2025-10-23 11:00:45 +08:00
yessenia
949ac9d930
feat(trigger): add formitem desc
2025-10-23 10:57:42 +08:00
yessenia
06d1a2e2fd
feat(trigger): remove Redundant comp & triggers api no cache
2025-10-23 10:57:41 +08:00
lyzno1
d478f62b49
Optimize workflow tool sync after plugin install ( #27280 )
2025-10-23 09:58:54 +08:00
Wu Tianwei
4bb00b83d9
fix: Downgrade @monaco-editor/loader to v1.5.0 ( #27282 )
2025-10-22 20:18:24 +08:00
zhsama
128bc2241d
feat(checkbox): adjust styles for checkbox component layout
2025-10-22 17:35:04 +08:00
GuanMu
c61c2b0abd
Fix type error ( #27274 )
2025-10-22 17:08:27 +08:00
lyzno1
52b180104a
Limit workflow tool/trigger search to provider and item names
2025-10-22 16:53:23 +08:00
Joel
5af08edfda
chore: add missing icon
2025-10-22 15:38:54 +08:00
yessenia
caf0bf34dd
fix(trigger): add event node status & min-height in modal
2025-10-22 15:31:03 +08:00
lyzno1
181a1ae7f3
fix: hover tooltip
2025-10-22 15:09:01 +08:00
lyzno1
e18ecead2c
fix: hide All tools when searching
2025-10-22 15:07:46 +08:00
lyzno1
36a26adab2
fix: install from marketplace
2025-10-22 14:59:49 +08:00
-LAN-
40d3332690
fix: preserve share code headers after login redirect ( #27225 )
...
Co-authored-by: yunlu.wen <yunlu.wen@dify.ai>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-10-22 14:59:08 +08:00
zhsama
bc2edf5107
refactor(workflow): replace fetch function with base/post in use-one-step-run and use-workflow-run hooks in polling
2025-10-22 14:55:57 +08:00
lyzno1
50bbac5973
Add double-arrow icon swap on featured tools “Show more” hover
2025-10-22 14:47:19 +08:00
lyzno1
45b221659b
Tighten featured tools header arrow and add “All tools” section divider
2025-10-22 14:41:18 +08:00
lyzno1
16957f14f1
fix: featured icons
2025-10-22 14:33:00 +08:00
lyzno1
0d7dde0639
Align featured tool hover layout and widen action dropdown
2025-10-22 14:19:22 +08:00
GuanMu
73e217ab0d
Fix type error ( #27250 )
2025-10-22 13:06:15 +08:00
zhsama
d101a83be8
Merge remote-tracking branch 'origin/feat/trigger' into feat/trigger
2025-10-22 12:49:41 +08:00
lyzno1
94ea289c75
fix: suggestions tools list
2025-10-22 12:46:22 +08:00
lyzno1
e2539e91eb
fix: view docs
2025-10-22 12:46:22 +08:00
lyzno1
77e9bae3ff
feat(workflow): polish featured tools recommendations
2025-10-22 12:46:21 +08:00
lyzno1
d99644237b
chore: align help link translations
2025-10-22 12:46:21 +08:00
lyzno1
5cb268e99b
feat: suggestions ui
2025-10-22 12:46:21 +08:00
lyzno1
f179b03d6e
fix: constrain rag pipeline datasource selector width
2025-10-22 12:46:21 +08:00
lyzno1
28fe58f3dd
feat: try to add tools suggestions
2025-10-22 12:46:21 +08:00
zhsama
ccce135bf5
fix(workflow): add setShowVariableInspectPanel for specific block types in useLastRun hook
2025-10-22 12:38:03 +08:00
GuanMu
bebb4ffbaa
Fix type error ( #27217 )
2025-10-22 11:43:37 +08:00
github-actions[bot]
523da66134
chore: translate i18n files and update type definitions ( #27243 )
...
Co-authored-by: WTW0313 <30284043+WTW0313@users.noreply.github.com>
2025-10-22 11:41:49 +08:00
Joel
a1ea256e79
fix: global icon in inspect
2025-10-22 11:36:01 +08:00
Joel
14942c9ee9
fix: page crash
2025-10-22 11:28:28 +08:00
Joel
e1ca7a9bdb
chore: hide useless error info in login page ( #27245 )
2025-10-22 11:20:31 +08:00
Joel
b0b316ed48
fix: rag pipline not show sys vars
2025-10-22 11:07:08 +08:00
Nite Knite
9a8cf709ba
chore: adjust the route scope for loading Zendesk scripts ( #27244 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-22 11:05:27 +08:00
Wu Tianwei
f909040567
feat: Enhance knowledge base node validation by adding checks for embedding and reranking models ( #27241 )
2025-10-22 10:49:49 +08:00
hjlarry
871cfbd40c
fix: CredentialsSchema missing help field display
2025-10-22 09:23:59 +08:00
-LAN-
0c6cae2d59
chore: align version identifiers with 1.9.2 ( #27212 )
2025-10-21 20:12:07 +08:00
yessenia
9a3ca0ce3b
fix(trigger): check subscription removed
2025-10-21 20:01:16 +08:00
zhsama
c90df5c12c
refactor(entry-node): remove showIndicator prop and related logic for cleaner component structure
2025-10-21 19:53:29 +08:00
yessenia
f4acc78f66
fix(trigger): deal with empty manualPropertiesSchema
2025-10-21 19:49:42 +08:00
zhsama
55bf9196dc
feat(trigger): add TriggerSchedule to node type checks for workflow execution
2025-10-21 18:57:57 +08:00
yessenia
18a52b4937
fix(trigger): subscription removed in workflow
2025-10-21 18:43:15 +08:00
Joel
439727746c
fix: trigger timestamp show place
2025-10-21 18:21:37 +08:00
Joel
04b55177b5
feat: support show global vars
2025-10-21 17:59:37 +08:00
GuanMu
c327cfa86e
fix(storybook): add required handler props and fix TypeScript errors in component stories ( #27187 )
2025-10-21 17:44:26 +08:00
zhsama
2793ede875
feat: update checkbox component in the panel and refactor form types for checkbox and boolean
2025-10-21 17:28:25 +08:00
yessenia
dc4801c014
refactor(trigger): refactor app mode type to enum
2025-10-21 16:50:18 +08:00
Nite Knite
cfc3f1527a
chore: switch support channels according to configuration ( #27195 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-21 16:23:49 +08:00
feelshana
2bcf96565a
Feature:during account initialization, set the interface language to be consistent with the display language( #27029 ) ( #27042 )
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2025-10-21 15:53:12 +08:00