Commit Graph

159 Commits

Author SHA1 Message Date
zxhlyh 3f52f491d7 feat: knowledge base node 2025-05-07 15:08:37 +08:00
zxhlyh d196872059 merge main 2025-05-06 17:31:48 +08:00
AllenWriter 3ecc1e0228
Fix: update docs link (#19278) 2025-05-06 17:02:01 +08:00
GeorgeCaoJ b979a8a707
feat: sort variables in the selector by x axis for most recent order (#19243) 2025-05-06 10:59:02 +08:00
crazywoola 9231c197a5
fix: s.filter is not a function (#19250) 2025-05-06 10:26:44 +08:00
QuantumGhost bd1bbfee4b
Enhance Code Consistency Across Repository with `.editorconfig` (#19023) 2025-04-29 18:04:33 +08:00
zxhlyh a46b4e3616 Merge branch 'main' into feat/rag-pipeline 2025-04-29 16:27:49 +08:00
zxhlyh 66176c4d71 fix: node default 2025-04-29 16:14:20 +08:00
twwu 9392ce259f feat: Refactor dataset components and update translations for new dataset creation options 2025-04-29 15:44:32 +08:00
zxhlyh cdb615deeb knowledge base node 2025-04-28 18:37:18 +08:00
crazywoola 03ac2d0f17
fix: i.find is not a function (#18945) 2025-04-28 11:09:54 +08:00
Junjie.M e3daef19e7
chatflow/workflow add field required (#18892) 2025-04-27 16:12:02 +08:00
twwu d12e9b81e3 feat: Introduce new form field components and enhance existing ones with label options 2025-04-26 21:50:21 +08:00
zxhlyh 97cf6b2d65 refactor workflow 2025-04-25 11:04:14 +08:00
zxhlyh f7de55364f chore: refactor workflow 2025-04-24 16:29:58 +08:00
twwu d768094376 feat: Refactor file upload configuration and validation logic 2025-04-24 13:46:50 +08:00
Joel c6fb879cea
fix: select struct output root object show the wrong type (#18582) 2025-04-23 11:06:29 +08:00
zxhlyh 8d9c252811 block selector & data source node 2025-04-22 16:46:33 +08:00
allenZhang 94e22ba0fd
feat: add search input field (#18409) 2025-04-22 11:07:18 +08:00
Joel 5d9c67e97e
fix: handle array item type error in struct output (#18452) 2025-04-21 14:15:38 +08:00
Joel 775dc47abe
feat: llm support struct output (#17994)
Co-authored-by: twwu <twwu@dify.ai>
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
2025-04-18 16:53:43 +08:00
Wu Tianwei 1e7418095f
feat/TanStack-Form (#18346) 2025-04-18 15:54:22 +08:00
GuanMu 77fde04ef7
style: add left padding to editor component and remove unused CSS (#18247) 2025-04-17 11:47:59 +08:00
Junjie.M da7c8621f7
fix: agent strategy string type parameter default value invalid (#18185) 2025-04-16 17:03:18 +08:00
Joel d80f4c7d3b
chore: eslint add sonar (#17989) 2025-04-14 15:28:20 +08:00
crazywoola 8f9cbe1c49
Chore/cleanup warnings (#17974) 2025-04-14 11:27:14 +08:00
GuanMu 0975c3c399
style(retry-on-node): add margin-bottom to the container (#17972) 2025-04-14 11:05:59 +08:00
yusheng chen 7ca497f0d6
refactor & perf: improve type safety of component `PluginList` (#17498) 2025-04-13 10:52:54 +08:00
KVOJJJin 17a26da1e6
Feat: workflow dark mode (#17785) 2025-04-10 17:15:48 +08:00
yusheng chen f633d1ee92
chore: add `'no-empty-function': 'error'` to `eslint.config.mjs` (#17656) 2025-04-09 12:10:17 +08:00
yusheng chen dd4b03e812
refactor & perf of file `var-reference-vars.tsx` (#17444) 2025-04-07 10:13:22 +08:00
yusheng chen bf69b97639
refactor & perf: declare const object outside component `ConstantField` (#17495) 2025-04-07 10:12:35 +08:00
yusheng chen 6d59b8d85b
refactor: type improvement of component `AddVariablePopupWithPosition` (#17497) 2025-04-07 10:12:20 +08:00
yusheng chen e3dc9f3c31
refactor & perf: declare const object outside component `VarReferencePicker` (#17496) 2025-04-07 10:12:10 +08:00
yusheng chen c05e03fc09
refactor & perf: `import { noop } from 'lodash-es'` across `web` (#17439) 2025-04-06 17:56:08 +08:00
zxhlyh 713902dc47
Feat/loop break node (#17268) 2025-04-01 16:52:07 +08:00
Obada Khalili 6372cb7b41
Support variables in question classifier classes (#17227) 2025-04-01 11:19:36 +08:00
非法操作 d87d66ab88
fix missing agent node help link (#16841) 2025-03-26 16:28:32 +08:00
Joel 032d849f17
chore: handle Textarea component ref warning in react 19 (#16818) 2025-03-26 14:55:02 +08:00
Joel 7709d9df20
Chore: frontend infrastructure upgrade (#16420)
Co-authored-by: NFish <douxc512@gmail.com>
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
Co-authored-by: twwu <twwu@dify.ai>
Co-authored-by: jZonG <jzongcode@gmail.com>
2025-03-21 17:41:03 +08:00
诗浓 0189a8b0f6
fix: agent node help link error in zh (#16194) 2025-03-19 16:04:17 +08:00
Wu Tianwei 411e332f1b
feat: dark mode for knowledge (#15236) 2025-03-19 11:19:57 +08:00
Yuichiro Utsumi 71a57275ab
fix: improve selection of variable in workflow (#15484)
Signed-off-by: Yuichiro Utsumi <utsumi.yuichiro@fujitsu.com>
2025-03-11 16:57:45 +08:00
KVOJJJin 78d460a6d1
Feat: time period filter for workflow logs (#14271)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
2025-03-10 14:02:58 +08:00
Wu Tianwei 3ca1373274
feat: version tag (#14949) 2025-03-07 18:10:40 +08:00
Wood 2c17bb2c36
Feature/newnew workflow loop node (#14863)
Co-authored-by: arkunzz <4873204@qq.com>
2025-03-05 17:41:15 +08:00
zxhlyh 9ab4f35b84
fix: workflow one step run form validate (#14934) 2025-03-05 10:28:46 +08:00
zxhlyh e53052ab7a
fix: one step run (#14724) 2025-03-03 13:29:59 +08:00
Novice 07d6cb3f4a
fix: incorrect variable type selection (#13906) 2025-02-25 13:06:58 +08:00
zxhlyh 3460c1dfbd
fix: tool id (#13932) 2025-02-18 18:17:41 +08:00