5a13daefdb
fix(trigger): close portal after select a subscription
2025-10-17 13:31:00 +08:00
fe4b63210e
fix(trigger): oauth client config
2025-10-17 10:52:42 +08:00
f1fcb92691
feat(trigger): add category trigger
2025-10-16 18:30:54 +08:00
b04f92715c
feat(trigger): plugin category type
2025-10-16 15:30:04 +08:00
7b6f5d6860
fix(trigger): show tool credentials in workflow
2025-10-15 20:42:14 +08:00
a595e2df06
fix(trigger): skip validation when updating properties
2025-10-15 18:44:05 +08:00
9aec255ee9
feat(trigger): update subscription list after saving draft
2025-10-15 17:22:14 +08:00
f28a7218cd
fix(trigger): optimize subscription entry in workflow
2025-10-15 16:13:00 +08:00
4ec23eea00
fix: add i18n key
2025-10-14 21:23:24 +08:00
c7c5e07d43
fix(trigger): add tooltip when only one creation type
2025-10-14 18:39:22 +08:00
16ac05ebd5
feat: support search in checkbox list
2025-10-14 16:24:44 +08:00
d65d27a6bb
fix: creating button style
2025-10-13 20:53:06 +08:00
ee21b4d435
feat: support copy to clipboard in input component
2025-10-13 17:21:26 +08:00
4f8bf97935
fix: creating modal style
2025-10-13 14:54:24 +08:00
0ec5d53e5b
fix(trigger): log style
2025-10-13 14:46:08 +08:00
f3b415c095
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-10-13 13:21:51 +08:00
6fb657a89e
refactor(subscription): enhance subscription count handling in selector view
...
- Introduced a subscriptionCount variable to improve readability and performance when checking the number of subscriptions.
- Updated the rendering logic to use subscriptionCount, ensuring consistent and clear display of subscription information in the component.
2025-10-13 11:22:25 +08:00
9088f151d9
fix: invalid data source list in plugin refresh hook ( #26813 )
2025-10-13 11:17:46 +08:00
90240cb6db
refactor(subscription): optimize subscription count handling in list view
...
- Replaced direct length checks on subscriptions with a computed subscriptionCount variable for improved readability and performance.
- Updated the CreateSubscriptionButton to conditionally render based on the new subscriptionCount variable, enhancing clarity in the component logic.
- Adjusted className logic for the button to account for multiple supported methods, ensuring better user experience.
2025-10-12 23:56:27 +08:00
4f65cc312d
feat: delete confirm opt
2025-10-11 20:19:27 +08:00
854a091f82
feat: add validation status for formitem
2025-10-11 19:50:05 +08:00
12a7402291
fix: create button not working in manual creation mode
2025-10-11 15:36:37 +08:00
33d7b48e49
fix: error when fetching info while switching plugins
2025-10-11 15:00:35 +08:00
622d12137a
feat: change subscription field in workflow
2025-10-10 20:58:56 +08:00
bae8e44b32
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-10-10 19:43:23 +08:00
75b3f5ac5a
feat: change subscription field
2025-10-10 17:37:20 +08:00
a90b60c36f
removing horus eye and adding mcp icon ( #25323 )
...
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com >
Co-authored-by: crazywoola <427733928@qq.com >
2025-10-10 17:00:03 +08:00
294e01a8c1
Fix/tool provider tag internationalization ( #26710 )
...
Co-authored-by: qiaofenglin <qiaofenglin@baidu.com >
2025-10-10 15:52:09 +08:00
85f1cf1d90
Merge branch 'main' into feat/trigger
2025-10-10 15:16:00 +08:00
a8746bff30
fix oxlint warnings ( #26634 )
2025-10-09 09:23:34 +08:00
9114881623
fix: update frontend trigger field mapping from triggers to events
...
- Update TriggerProviderApiEntity type to use events field (aligned with backend commit 32f4d1af8 )
- Update conversion function in use-triggers.ts to map provider.events to TriggerWithProvider.triggers
- Fix trigger-events-list.tsx to use providerInfo.events (TriggerProviderApiEntity type)
- Fix parameters-form.tsx to use provider.triggers (TriggerWithProvider type)
2025-10-01 09:53:45 +08:00
a06d2892f8
fix(plugin): handle optional property in llm_description assignment
...
- Updated the llm_description assignment in the ToolParameter to safely access the en_US property of paramDescription, ensuring it defaults to an empty string if not present. This change improves the robustness of the parameter handling in the plugin detail panel.
2025-09-29 18:28:10 +08:00
973b937ba5
feat: add subscription in node
2025-09-28 22:40:31 +08:00
3edf1e2f59
feat: add checkbox list
2025-09-28 15:12:17 +08:00
4d49db0ff9
Unify SearchBox styles with Input component and add autoFocus
2025-09-28 14:33:27 +08:00
bcfdd07f85
feat(plugin): enhance trigger events list with dynamic tool integration
...
- Refactor TriggerEventsList component to utilize provider information for dynamic tool rendering.
- Implement locale-aware text handling for trigger descriptions and labels.
- Introduce utility functions for better management of tool parameters and trigger descriptions.
- Improve user experience by ensuring consistent display of trigger events based on available provider data.
This update enhances the functionality and maintainability of the trigger events list, aligning with the project's metadata-driven approach.
2025-09-26 23:27:27 +08:00
6b94d30a5f
fix: oauth subscription
2025-09-26 17:44:57 +08:00
6853a699e1
Merge branch 'main' into feat/trigger
2025-09-25 17:43:39 +08:00
cd07eef639
Merge remote-tracking branch 'origin/main' into feat/trigger
2025-09-25 17:14:24 +08:00
d9e45a1abe
feat(pipeline): add language support to built-in pipeline templates and update related components ( #26124 )
2025-09-23 18:18:22 +08:00
87394d2512
fix: enhance model parameter handling with advanced mode support and localization updates ( #25963 )
2025-09-19 15:47:52 +08:00
6453fc4973
fix: refresh datasource list after install datasource ( #25949 )
2025-09-19 11:03:45 +08:00
63d26f0478
fix: api key params
2025-09-18 17:35:34 +08:00
eae65e55ce
feat: oauth config opt & add dynamic options
2025-09-18 17:12:48 +08:00
85cda47c70
feat: knowledge pipeline ( #25360 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com >
Co-authored-by: twwu <twwu@dify.ai >
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com >
Co-authored-by: jyong <718720800@qq.com >
Co-authored-by: Wu Tianwei <30284043+WTW0313@users.noreply.github.com >
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com >
Co-authored-by: lyzno1 <yuanyouhuilyz@gmail.com >
Co-authored-by: quicksand <quicksandzn@gmail.com >
Co-authored-by: Jyong <76649700+JohnJyong@users.noreply.github.com >
Co-authored-by: lyzno1 <92089059+lyzno1@users.noreply.github.com >
Co-authored-by: zxhlyh <jasonapring2015@outlook.com >
Co-authored-by: Yongtao Huang <yongtaoh2022@gmail.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Joel <iamjoel007@gmail.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: nite-knite <nkCoding@gmail.com >
Co-authored-by: Hanqing Zhao <sherry9277@gmail.com >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Harry <xh001x@hotmail.com >
2025-09-18 12:49:10 +08:00
8141f53af5
fix: add preventDefaultSubmit prop to BaseForm to prevent unwanted page refresh on Enter key
2025-09-18 12:48:26 +08:00
5a6cb0d887
feat: enhance API key modal step indicator with active dots and improved styling
2025-09-18 12:44:11 +08:00
26e7677595
fix: align width and use rounded xl
2025-09-18 12:08:21 +08:00
814b0e1fe8
feat: oauth config init
2025-09-18 00:00:50 +08:00
169ce71e59
fix(web): custom-tool output_schema.properties missing type ( #25731 )
...
Co-authored-by: joeyczheng <joeyczheng@tencent.com >
2025-09-15 21:21:25 +08:00