183 Commits

Author SHA1 Message Date
zxhlyh
b320ebe2ba datasource variables 2025-05-27 18:44:29 +08:00
zxhlyh
84daf49047 node meta data 2025-05-27 14:40:56 +08:00
zxhlyh
b5f88c77a3 datasource list 2025-05-26 14:13:59 +08:00
twwu
13e3f17493 refactor: standardize terminology by renaming 'data-source' to 'datasource' across components and translations 2025-05-26 10:50:39 +08:00
zxhlyh
e7370766bd datasource 2025-05-23 18:19:28 +08:00
zxhlyh
e19adbbbc5 datasource 2025-05-23 16:27:49 +08:00
zxhlyh
720ce79901 checklist & datasource icon 2025-05-23 14:26:06 +08:00
zxhlyh
7dba83754f Merge branch 'main' into feat/rag-pipeline 2025-05-21 13:42:28 +08:00
wellCh4n
627911d4ff
feat: Move to node in workflow panel and fix help link hover style (#19998) 2025-05-21 11:29:24 +08:00
zxhlyh
55f4177b01 merge main 2025-05-20 14:03:54 +08:00
wellCh4n
276c02f341
feat: Variable click jumps to source node (#13623) 2025-05-19 23:17:18 +08:00
zxhlyh
0e0a266142 merge main 2025-05-19 18:11:45 +08:00
Junjie.M
2862631f03
fix: tool node number type constant field dark style (#19818) 2025-05-18 12:58:22 +08:00
GQ1994
e7659ecd9d
revert https://github.com/langgenius/dify/pull/19497 (19497) (#19807)
Co-authored-by: qingguo <qingguo@lexin.com>
2025-05-17 12:32:27 +08:00
zxhlyh
2670557258 merge main 2025-05-16 10:09:24 +08:00
crazywoola
4dc06ee43f
revert: https://github.com/langgenius/dify/pull/18554 (#19787) 2025-05-15 22:39:35 +08:00
zxhlyh
f5c297708b Merge branch 'main' into feat/rag-pipeline 2025-05-15 14:52:54 +08:00
Joel
486a66be54
fix: item data type wrong in iteration (#19709) 2025-05-15 10:54:35 +08:00
zxhlyh
11977596c9 merge main 2025-05-15 10:14:40 +08:00
董富宝
3c953cb0ef
fix:#18447:When variables in the workflow are deleted or modified, it is impossible to visually identify subsequent node errors (#18554)
Co-authored-by: crazywoola <427733928@qq.com>
2025-05-14 10:17:15 +08:00
twwu
cfb6d59513 Merge branch 'main' into feat/rag-pipeline 2025-05-13 18:38:26 +08:00
johnny0120
49af07f444
fix: use NextJS basePath and WEB_PREFIX to support custom prefix (#19497)
Co-authored-by: johnny0120 <15564476+johnny0120@users.noreply.github.com>
2025-05-12 13:44:41 +08:00
zxhlyh
39b8331f81 merge main 2025-05-09 18:20:56 +08:00
HyaCinth
736a064bac
fix(web): Add unique instanceId & key for AgentStrategy component (#18053) (#19386) 2025-05-08 16:20:51 +08:00
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