17hz
|
635e7d3e70
|
fix: Cannot modify values when startNode has defaultValue (#25595)
|
2025-09-12 21:11:24 +08:00 |
Tianyi Jing
|
c3f9a7ed9b
|
feat: add type integer to VarType (#25500)
Signed-off-by: jingfelix <jingfelix@outlook.com>
|
2025-09-12 21:09:41 +08:00 |
hjlarry
|
fc230bcc59
|
add force update workflow to support restore
|
2025-09-12 16:27:12 +08:00 |
hjlarry
|
b4636ddf44
|
add leader restore workflow
|
2025-09-12 15:34:41 +08:00 |
hjlarry
|
b1140301a4
|
sync import dsl
|
2025-09-12 14:46:40 +08:00 |
Matri Qi
|
33afa7c84a
|
Fix/disable no unsafe optional chaining (#25553)
|
2025-09-12 10:03:34 +08:00 |
Asuka Minato
|
77ba3e8f26
|
add autofix pnpm (#25557)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-09-12 09:37:54 +08:00 |
椰子糖
|
4b6687db6b
|
Fix log time display bug (#25475)
Co-authored-by: wxliqigang <wxliqigang@gfpartner.com.cn>
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-09-12 02:46:04 +09:00 |
hjlarry
|
58cd785da6
|
use const for cursor move config
|
2025-09-11 09:36:22 +08:00 |
hjlarry
|
2035186cd2
|
click avatar to follow user cursor position
|
2025-09-11 09:26:05 +08:00 |
hjlarry
|
53ba6aadff
|
cursor pos transform to canvas
|
2025-09-11 09:07:03 +08:00 |
Wu Tianwei
|
b690ac4e2a
|
fix: Remove sticky positioning from workflow component fields (#25470)
|
2025-09-10 15:17:49 +08:00 |
hjlarry
|
f091868b7c
|
use new get avatar api
|
2025-09-10 15:15:43 +08:00 |
hjlarry
|
89bedae0d3
|
remove the test code for develop collaboration
|
2025-09-10 14:27:20 +08:00 |
hjlarry
|
21fee59b22
|
use new features update api
|
2025-09-10 14:24:38 +08:00 |
hjlarry
|
957a8253f8
|
change user list to conversation var panel left
|
2025-09-10 09:26:38 +08:00 |
hjlarry
|
d5fc3e7bed
|
add new conversation vars update api
|
2025-09-10 09:24:22 +08:00 |
hjlarry
|
ab438b42da
|
use new env variables update api
|
2025-09-10 09:07:55 +08:00 |
crazywoola
|
eb52216a9c
|
Revert "example of remove useEffect" (#25418)
|
2025-09-09 16:23:44 +08:00 |
XiamuSanhua
|
ac2aa967c4
|
feat: change history by supplementary node information (#25294)
Co-authored-by: alleschen <alleschen@tencent.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-09-09 15:18:42 +08:00 |
Wu Tianwei
|
37975319f2
|
feat: Add customized json schema validation (#25408)
|
2025-09-09 15:15:32 +08:00 |
hjlarry
|
3867fece4a
|
mcp server update
|
2025-09-09 15:01:38 +08:00 |
hjlarry
|
2b908d4fbe
|
add app state update
|
2025-09-09 14:24:37 +08:00 |
hjlarry
|
8ff062ec8b
|
change user default color
|
2025-09-09 10:20:02 +08:00 |
hjlarry
|
294fc41aec
|
add redo undo manager of CRDT
|
2025-09-09 09:58:55 +08:00 |
Matri Qi
|
563a5af9e7
|
Fix/disable no constant binary expression (#25311)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-09-08 20:44:20 +08:00 |
hjlarry
|
684f7df158
|
node data use crdt data
|
2025-09-08 14:46:28 +08:00 |
zyileven
|
98204d78fb
|
Refactor:upgrade react19 ref as props (#25225)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-09-08 09:46:02 +08:00 |
hjlarry
|
c3287755e3
|
add request leader to sync graph
|
2025-09-08 09:00:20 +08:00 |
hjlarry
|
9f97f4d79e
|
fix cursor style
|
2025-09-06 15:54:19 +08:00 |
hjlarry
|
34eb421649
|
add currentUserId is me
|
2025-09-06 12:27:54 +08:00 |
hjlarry
|
850b05573e
|
add dropdown users list
|
2025-09-06 12:01:49 +08:00 |
hjlarry
|
6ec8bfdfee
|
add mouse over avatar display username
|
2025-09-06 11:29:45 +08:00 |
hjlarry
|
81638c248e
|
use one getUserColor func
|
2025-09-06 11:22:59 +08:00 |
hjlarry
|
2e11b1298e
|
add online users avatar
|
2025-09-06 11:19:47 +08:00 |
hjlarry
|
20320f3a27
|
show online users on the canvas
|
2025-09-06 00:08:17 +08:00 |
taewoong Kim
|
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 |
Asuka Minato
|
a9da8edbde
|
example of remove useEffect (#25212)
|
2025-09-05 17:35:59 +08:00 |
Asuka Minato
|
d03d3518d7
|
example of lazy (#25216)
|
2025-09-05 17:35:50 +08:00 |
Asuka Minato
|
f0561c0c3b
|
to RefObject (#25192)
|
2025-09-05 10:14:13 +08:00 |
CrabSAMA
|
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 |
znn
|
ebbb4a5d0b
|
fix png jpeg export (#25110)
|
2025-09-04 11:05:45 +08:00 |
17hz
|
a7627882a7
|
fix: Boolean type control is not displayed (#25031)
Co-authored-by: WTW0313 <twwu@dify.ai>
|
2025-09-03 15:39:09 +08:00 |
17hz
|
60c5bdd62f
|
fix: remove redundant z-index from Field component (#25034)
|
2025-09-03 10:39:07 +08:00 |
GuanMu
|
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 |
17hz
|
044f96bd93
|
feat: LLM prompt Jinja2 template now support more variables (#24944)
|
2025-09-02 11:59:31 +08:00 |
Yongtao Huang
|
208ce4e774
|
CI: add TS indentation check via esLint (#24810)
|
2025-09-01 15:31:59 +08:00 |
17hz
|
529791ce62
|
fix: Variable Aggregator cannot select conversation variables (#24793)
|
2025-08-31 17:03:36 +08:00 |
lyzno1
|
e5e42bc483
|
fix: XSS vulnerability in block-input and support-var-input components (#24835)
|
2025-08-31 17:01:10 +08:00 |
zyileven
|
52e9bcbfdb
|
fix(web): improve floating UI positioning when scrolling (#24595) (#24782)
|
2025-08-29 16:49:13 +08:00 |
Joel
|
fab5740778
|
fix: can not choose file type var in aggreggator node (#24689)
|
2025-08-28 14:28:46 +08:00 |
GuanMu
|
fbceda7b66
|
fix: workflow log panel's round style (#24658)
|
2025-08-28 09:20:17 +08:00 |
Joel
|
dac72b078d
|
feat: support bool type variable frontend (#24437)
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
|
2025-08-26 18:16:05 +08:00 |
17hz
|
8af2ae973f
|
feat: Auto-associate variables in Jinja editor mode (#24561)
|
2025-08-26 17:54:16 +08:00 |
Davide Delbianco
|
0a2111f33d
|
Expose agent node usage (#24355)
|
2025-08-23 10:57:58 +08:00 |
GuanMu
|
295b47cbff
|
Node search supports model and name search (#24331)
|
2025-08-22 22:01:11 +08:00 |
17hz
|
ffe1685b54
|
feat: Add default value support for all workflow start node variable types (#24129)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-08-22 18:44:48 +08:00 |
Charles Lee
|
0c595c4745
|
style: replace `h-[1px]` with `h-px` to unify the writing format of Tailwind CSS (#24146)
|
2025-08-21 21:38:40 +08:00 |
hjlarry
|
d44be2d835
|
add leader submit graph data
|
2025-08-21 17:53:39 +08:00 |
hjlarry
|
7dc8557033
|
add Leader election
|
2025-08-21 16:17:16 +08:00 |
Joel
|
de9c5f10b3
|
feat: enchance prompt and code (#23633)
Co-authored-by: stream <stream@dify.ai>
Co-authored-by: Stream <1542763342@qq.com>
Co-authored-by: Stream <Stream_2@qq.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-18 12:29:12 +08:00 |
Wu Tianwei
|
218e247fd2
|
refactor: improve loading animation and debug panel styles (#24075)
|
2025-08-18 11:12:47 +08:00 |
Rajhans Jadhao
|
8d47213529
|
fix(workflow/if-else): keep conditions in sync on variable rename (#23611)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: crazywoola <427733928@qq.com>
|
2025-08-14 19:55:18 +08:00 |
GuanMu
|
de0dae9d9b
|
Fix node search (#23795)
|
2025-08-12 14:48:35 +08:00 |
lyzno1
|
0c5e66bccb
|
fix: unified error handling for GotoAnything search actions (#23715)
|
2025-08-11 11:57:06 +08:00 |
HyaCinth
|
ff791efe18
|
fix: Optimize the event handling for inserting variable shortcuts, resolving incorrect blur issues (#22981) (#23707)
|
2025-08-11 11:08:12 +08:00 |
crazywoola
|
7ee170f0a7
|
Feat node search (#23685)
Co-authored-by: GuanMu <ballmanjq@gmail.com>
Co-authored-by: zhujiruo <zhujiruo@foxmail.com>
Co-authored-by: Matri Qi <matrixdom@126.com>
Co-authored-by: croatialu <wuli.croatia@foxmail.com>
Co-authored-by: HyaCinth <88471803+HyaCiovo@users.noreply.github.com>
Co-authored-by: lyzno1 <92089059+lyzno1@users.noreply.github.com>
|
2025-08-11 10:19:52 +08:00 |
Matri Qi
|
ea502d36a9
|
lint: fix sonarjs/no-dead-store issues (#23653)
|
2025-08-10 11:16:43 +08:00 |
Guangdong Liu
|
79a3c1618f
|
fix: support custom file types in workflow Start node (#23672)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-08-10 11:09:47 +08:00 |
Ganondorf
|
5a0a2b7e44
|
Allow to export full screen image of workflow (#23655)
|
2025-08-09 15:31:32 +08:00 |
GuanMu
|
5cf55fcbab
|
feat: Enhance the alignment logic of the nodes in the context menu (#23617)
|
2025-08-08 15:20:24 +08:00 |
hjlarry
|
2d1621c43d
|
add leader but not review
|
2025-08-08 14:54:18 +08:00 |
Matri Qi
|
cb5e2ad9b2
|
lint: fix tailwind lint issues (#23367)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-08-08 09:25:41 +08:00 |
hjlarry
|
ad8fd8fecc
|
clone the node to avoid loro recursive
|
2025-08-07 17:45:38 +08:00 |
hjlarry
|
be74b76079
|
refactor websocket init
|
2025-08-07 17:31:12 +08:00 |
hjlarry
|
dd64af728f
|
refactor the cursors component
|
2025-08-07 14:29:23 +08:00 |
HyaCinth
|
2931c891a7
|
chore: Optimize component styles and interactions (#23250) (#23543)
|
2025-08-07 14:19:38 +08:00 |
hjlarry
|
e43b46786d
|
refactor all the frontend code
|
2025-08-07 10:58:53 +08:00 |
hjlarry
|
3f3b37b843
|
refactor to support mutli websocket connections
|
2025-08-06 17:05:39 +08:00 |
GuanMu
|
724ec12bf3
|
Feat workflow node align (#23451)
|
2025-08-06 11:01:10 +08:00 |
hjlarry
|
2ecf9f6ddf
|
add features collaboration
|
2025-08-06 10:58:32 +08:00 |
hjlarry
|
48c069fe68
|
support env vars collaborate
|
2025-08-05 15:22:22 +08:00 |
hjlarry
|
9c5c597c85
|
support empty collaboration event data
|
2025-08-05 15:21:41 +08:00 |
Minamiyama
|
4934dbd0e6
|
feat(workflow): add relations panel to visualize dependencies (#21998)
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-08-05 15:08:23 +08:00 |
hjlarry
|
c2eec8545d
|
collaborate conversation vars
|
2025-08-05 14:24:51 +08:00 |
Matri Qi
|
75f722a959
|
lint: fix issue of no-unused-vars (#23375)
|
2025-08-05 11:12:30 +08:00 |
hjlarry
|
2395d4be26
|
fix imported updates also broadcast to other clients
|
2025-08-05 10:21:22 +08:00 |
hjlarry
|
9455476705
|
handle edge delete
|
2025-08-04 14:17:59 +08:00 |
znn
|
d470120a60
|
retention of data filled on tab switch for tool plugin (#23323)
|
2025-08-03 18:31:15 +08:00 |
qiaofenlin
|
20f0238aab
|
feat: support workflow version specification in workflow and chat APIs (#23188)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-08-03 16:27:12 +08:00 |
hjlarry
|
494e223706
|
some operations don't need to broadcast
|
2025-08-03 14:18:48 +08:00 |
hjlarry
|
348fd18230
|
refactor collaboration
|
2025-08-03 13:34:07 +08:00 |
Matri Qi
|
99a4bd82b5
|
chore: fix function name typo (#23306)
|
2025-08-03 10:09:26 +08:00 |
NeatGuyCoding
|
ff9fd0cdb2
|
fix: fix wrong css class (#23299)
|
2025-08-02 17:36:15 +08:00 |
Matri Qi
|
aac849d4f4
|
Fix/variable input validation issue (#23300)
|
2025-08-02 17:35:51 +08:00 |
zxhlyh
|
f78b903a49
|
Chore/variable label (#23270)
|
2025-08-01 15:43:36 +08:00 |
NeatGuyCoding
|
759ded3e3a
|
minor fix: fix default for status of TidbAuthBinding in compatible with various versions (#22288)
|
2025-08-01 14:51:16 +08:00 |
HyaCinth
|
f7016fd922
|
chore: Optimize component styles and interactions (#23250) (#23251)
|
2025-08-01 14:18:38 +08:00 |
GuanMu
|
98aea05ad2
|
Fix: Update the background color and hover effect of secondary buttons (#23186)
|
2025-07-31 21:19:34 +08:00 |
hjlarry
|
7233b4de55
|
the initial data to collaboration store
|
2025-07-31 16:27:01 +08:00 |