a91e59d544
feat: implement trigger plugin frontend integration ( #25283 )
2025-09-06 16:18:46 +08:00
edf4a1b652
feat: add reasoning format processing to LLMNode for <think> tag handling ( #23313 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-09-05 18:15:35 +08:00
a9da8edbde
example of remove useEffect ( #25212 )
2025-09-05 17:35:59 +08:00
d03d3518d7
example of lazy ( #25216 )
2025-09-05 17:35:50 +08:00
e04083fc0e
feat: add icon support for trigger plugin workflow nodes ( #25241 )
2025-09-05 15:50:54 +08:00
8e4b59c90c
feat: improve trigger plugin UI layout and responsiveness ( #25232 )
2025-09-05 14:00:14 +08:00
88af8ed374
fix: block selector ui ( #25228 )
2025-09-05 12:22:13 +08:00
9f8c159583
feat(trigger): implement trigger plugin block selector following tools pattern ( #25204 )
2025-09-05 10:20:47 +08:00
f0561c0c3b
to RefObject ( #25192 )
2025-09-05 10:14:13 +08:00
d8f6f9ce19
chore: (trigger)change content type from form to application/octet-stream ( #25167 )
2025-09-05 09:54:07 +08:00
1fffc79c32
fix: prevent empty workflow draft sync during page navigation ( #25140 )
2025-09-04 17:13:49 +08:00
8d5f788f2b
feat(workflow): Allow paste node into nested block ( #24234 )
...
Co-authored-by: crab.huang <crab.huang@huolala.cn >
2025-09-04 15:21:43 +08:00
83fab4bc19
chore: (webhook) when content type changed clear the body variables ( #25136 )
2025-09-04 15:09:54 +08:00
cc84a45244
chore: (webhook) use variable instead of InputVar ( #25119 )
2025-09-04 11:10:42 +08:00
ebbb4a5d0b
fix png jpeg export ( #25110 )
2025-09-04 11:05:45 +08:00
5cf3d24018
fix(webhook): selected type ui style ( #25106 )
2025-09-04 10:59:08 +08:00
33c867fd8c
feat(workflow): enhance webhook status code input with increment/decrement controls ( #25099 )
2025-09-03 22:26:00 +08:00
a7627882a7
fix: Boolean type control is not displayed ( #25031 )
...
Co-authored-by: WTW0313 <twwu@dify.ai >
2025-09-03 15:39:09 +08:00
5e5ffaa416
feat(tool-form): add extraParams prop to ToolForm and ToolFormItem components
...
- Introduced extraParams prop to both ToolForm and ToolFormItem components for enhanced flexibility in passing additional parameters.
- Updated component usage to accommodate the new prop, improving the overall functionality of the tool forms.
2025-09-03 14:53:27 +08:00
dd929dbf0e
fix(dynamic_select): implement function
2025-09-03 14:53:27 +08:00
7544b5ec9a
fix: delete var of webhook ( #25038 )
2025-09-03 14:49:56 +08:00
ff4a62d1e7
chore: limit webhook status code 200~399 ( #25045 )
2025-09-03 14:48:18 +08:00
41daa51988
fix: missing key for translation path ( #25059 )
2025-09-03 14:43:40 +08:00
60c5bdd62f
fix: remove redundant z-index from Field component ( #25034 )
2025-09-03 10:39:07 +08:00
d522350c99
fix(webhook-trigger): request array type adjustment ( #25005 )
2025-09-02 23:20:12 +08:00
25a11bfafc
Export DSL from history ( #24939 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-09-02 21:36:52 +08:00
1d1bb9451e
fix: prevent workflow canvas clearing due to race condition and viewport errors ( #25003 )
2025-09-02 20:53:44 +08:00
044f96bd93
feat: LLM prompt Jinja2 template now support more variables ( #24944 )
2025-09-02 11:59:31 +08:00
676648e0b3
Merge branch 'main' into feat/trigger
2025-09-01 18:05:31 +08:00
4ae19e6dde
fix(webhook-trigger): remove error handling ( #24902 )
2025-09-01 17:11:49 +08:00
327b354cc2
refactor: unify trigger node architecture and clean up technical debt ( #24886 )
...
Co-authored-by: hjlarry <hjlarry@163.com >
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-01 15:47:44 +08:00
208ce4e774
CI: add TS indentation check via esLint ( #24810 )
2025-09-01 15:31:59 +08:00
6d307cc9fc
Fix test run shortcut consistency and improve dropdown styling ( #24849 )
2025-09-01 14:47:21 +08:00
10f19cd0c2
fix(webhook): add content-type aware parameter type handling ( #24865 )
2025-09-01 10:06:26 +08:00
529791ce62
fix: Variable Aggregator cannot select conversation variables ( #24793 )
2025-08-31 17:03:36 +08:00
e5e42bc483
fix: XSS vulnerability in block-input and support-var-input components ( #24835 )
2025-08-31 17:01:10 +08:00
9ed45594c6
fix: improve schedule trigger and quick settings app-operation btns ui ( #24843 )
2025-08-31 16:59:49 +08:00
60b5ed8e5d
fix: enhance webhook trigger panel UI consistency and user experience ( #24780 )
2025-08-29 17:41:42 +08:00
52e9bcbfdb
fix(web): improve floating UI positioning when scrolling ( #24595 ) ( #24782 )
2025-08-29 16:49:13 +08:00
d8ddbc4d87
feat: enhance webhook trigger panel UI consistency and interactivity ( #24759 )
...
Co-authored-by: hjlarry <hjlarry@163.com >
2025-08-29 14:24:23 +08:00
19c0fc85e2
feat: when add/delete webhook trigger call the API ( #24755 )
2025-08-29 14:23:50 +08:00
d94e54923f
Improve tooltip design for trigger blocks ( #24724 )
2025-08-28 23:18:00 +08:00
64c7be59b7
Improve workflow block selector search functionality ( #24707 )
2025-08-28 17:21:34 +08:00
4f73bc9693
fix(schedule): add time logic to weekly frequency mode for consistent behavior with daily mode ( #24673 )
2025-08-28 14:40:11 +08:00
fab5740778
fix: can not choose file type var in aggreggator node ( #24689 )
2025-08-28 14:28:46 +08:00
add6b79231
UI enhancements for workflow checklist component ( #24647 )
2025-08-28 10:10:10 +08:00
c90dad566f
feat: enhance workflow error handling and internationalization ( #24648 )
2025-08-28 09:41:22 +08:00
fbceda7b66
fix: workflow log panel's round style ( #24658 )
2025-08-28 09:20:17 +08:00
5cbe6bf8f8
fix(schedule): correct weekly frequency weekday calculation algorithm ( #24641 )
2025-08-27 18:20:09 +08:00
87abfbf515
Allow empty workflows and improve workflow validation ( #24627 )
2025-08-27 17:49:09 +08:00