Tianyi Jing
|
45ae511036
|
fix: add missing toType to toolCredentialToFormSchemas (#26681)
Signed-off-by: jingfelix <jingfelix@outlook.com>
|
2025-10-09 21:23:15 +08:00 |
|
CodingOnStar
|
b60e1f4222
|
Merge branch 'feat/tax-text' into deploy/dev
|
2025-10-09 18:28:27 +08:00 |
|
CodingOnStar
|
4df606f439
|
fix: merge main
|
2025-10-09 18:26:10 +08:00 |
|
CodingOnStar
|
2a5a497f15
|
Merge remote-tracking branch 'origin/main' into feat/tax-text
|
2025-10-09 18:08:32 +08:00 |
|
CodingOnStar
|
3f1da39aee
|
feat(billing): add tax information tooltips in pricing footer.
|
2025-10-09 18:08:02 +08:00 |
|
Novice
|
740f970041
|
feat: add client credentials auth
|
2025-10-09 17:54:46 +08:00 |
|
hjlarry
|
ec22b1c706
|
fix user uploaded avatar display incorrect
|
2025-10-09 17:40:20 +08:00 |
|
hjlarry
|
a1712df7c2
|
comment author avatar is the first avatar
|
2025-10-09 17:12:37 +08:00 |
|
hjlarry
|
a40e11cb3e
|
only can edit own replies
|
2025-10-09 17:02:39 +08:00 |
|
hjlarry
|
61c46bea40
|
fix missing i18n
|
2025-10-09 16:55:53 +08:00 |
|
hjlarry
|
1c5c28a82c
|
fix switch to cursor mode comment input still exists
|
2025-10-09 16:36:20 +08:00 |
|
hjlarry
|
2310145937
|
comment reply auto scoll down to bottom
|
2025-10-09 15:50:23 +08:00 |
|
hjlarry
|
6a9c9cadd0
|
fix comment hover the variable panel
|
2025-10-09 15:44:56 +08:00 |
|
hjlarry
|
a52edc6cc1
|
fix version not display
|
2025-10-09 15:08:28 +08:00 |
|
hjlarry
|
7774ff9944
|
fix version not display
|
2025-10-09 15:07:36 +08:00 |
|
hjlarry
|
9b0f172f91
|
Merge branch 'p284' into deploy/dev
|
2025-10-09 09:39:06 +08:00 |
|
hjlarry
|
85dfc013ea
|
fix default comment icon
|
2025-10-09 09:23:36 +08:00 |
|
Asuka Minato
|
a8746bff30
|
fix oxlint warnings (#26634)
|
2025-10-09 09:23:34 +08:00 |
|
非法操作
|
c4d8bf0ce9
|
fix: missing LLM node output var description (#26648)
|
2025-10-09 09:22:45 +08:00 |
|
非法操作
|
9cca605bac
|
chore: improve bool input of start node (#26647)
|
2025-10-08 19:09:03 +08:00 |
|
Yadong (Adam) Zhang
|
654d522b31
|
perf(web): improve app workflow build performance. (#26310)
|
2025-10-07 14:21:08 +08:00 |
|
Ponder
|
31e6ef77a6
|
feat: optimize the page jump logic to prevent unnecessary jumps. (#26481)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-10-07 14:20:12 +08:00 |
|
GuanMu
|
22f64d60bb
|
chore: update Dockerfile to use Python 3.12-bookworm and refactor layout logic to utilize ELK for improved node layout (#26522)
|
2025-10-05 12:49:41 +08:00 |
|
hjlarry
|
33d4c95470
|
can update comment position
|
2025-10-05 10:17:04 +08:00 |
|
hjlarry
|
659cbc05a9
|
fix mention-input in the bottom of the browser
|
2025-10-04 21:24:27 +08:00 |
|
hjlarry
|
6ce65de2cd
|
fix merged main issues
|
2025-10-04 21:11:59 +08:00 |
|
hjlarry
|
93b2eb3ff6
|
Merge remote-tracking branch 'myori/main' into p284
|
2025-10-04 15:28:29 +08:00 |
|
hjlarry
|
bf71300635
|
improve comment cursor move
|
2025-10-04 14:36:10 +08:00 |
|
hjlarry
|
37ecd4a0bc
|
fix @ input problem
|
2025-10-04 13:39:00 +08:00 |
|
hjlarry
|
827a1b181b
|
fix comment icon position
|
2025-10-04 13:25:59 +08:00 |
|
hjlarry
|
c4e7cb75cd
|
cache the mentioned users
|
2025-10-04 11:22:02 +08:00 |
|
hjlarry
|
98e4bfcda8
|
click comment icon not switch to comment mode
|
2025-10-03 23:36:56 +08:00 |
|
crazywoola
|
787251f00e
|
Revert "fix: sync FileUploader context with props to fix inconsistent file parameter state in “View cached variables”." (#26548)
|
2025-10-02 18:46:33 +08:00 |
|
lyzno1
|
b80d55b764
|
fix: add missing key prop to TabPanel and initialize useRef with null (#26517)
|
2025-10-02 18:08:57 +08:00 |
|
HyaCinth
|
dd71625f52
|
fix(datasets): Resolve issue where selected list is not updated when deleting a single file (#26502)
|
2025-09-30 23:22:43 +08:00 |
|
crazywoola
|
d49f3327e4
|
fix: style with self-start (#26492)
|
2025-09-30 15:30:27 +08:00 |
|
hjlarry
|
ee48ca7671
|
fix default comment icon
|
2025-09-30 15:23:43 +08:00 |
|
Copilot
|
df43c6ab8a
|
[Chore/Refactor] Implement lazy initialization for useState calls to prevent re-computation (#26252)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: asukaminato0721 <30024051+asukaminato0721@users.noreply.github.com>
|
2025-09-29 20:35:55 +09:00 |
|
crazywoola
|
fd86cadf67
|
fix: debounce ref (#26433)
|
2025-09-29 16:13:38 +08:00 |
|
Wu Tianwei
|
c43c72c1a3
|
fix: Fix vector_setting not found error (#26380)
|
2025-09-29 16:12:26 +08:00 |
|
Wu Tianwei
|
1a7898dff1
|
fix: Fix retrieval configuration handling in dataset components (#26361)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-09-29 14:58:28 +08:00 |
|
zxhlyh
|
595df172a8
|
fix: model list refresh when change credential (#26421)
|
2025-09-29 13:51:48 +08:00 |
|
lyzno1
|
00f3a53f1c
|
fix(turbopack): fix animation issues with unnamed animations in CSS modules (#26408)
|
2025-09-29 13:47:48 +08:00 |
|
KVOJJJin
|
d2f0551170
|
Fix plugin detail panel not show when installed plugins more than 100 (#26405)
|
2025-09-29 13:42:22 +08:00 |
|
quicksand
|
029d5d36ac
|
Fix: Knowledge Base node crash when retrieval_model is null (#26397)
|
2025-09-29 11:55:06 +08:00 |
|
JzoNg
|
930fdc8fb4
|
fix plugin detail panel display in tool list
|
2025-09-29 11:23:44 +08:00 |
|
JzoNg
|
fc90a8fb32
|
fix plugin detail panel display in tool list
|
2025-09-29 10:46:55 +08:00 |
|
Yongtao Huang
|
a5387b304e
|
Fix: use correct maxLength prop for verification code input (#26244)
|
2025-09-28 13:44:14 +08:00 |
|
Copilot
|
beb1448441
|
[Chore/Refactor] Add missing 'type' attribute on 'button' components (#26249)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: asukaminato0721 <30024051+asukaminato0721@users.noreply.github.com>
|
2025-09-28 13:43:43 +08:00 |
|
非法操作
|
36406cd62f
|
chore: time from now i18n support (#26328)
|
2025-09-28 13:37:42 +08:00 |
|
非法操作
|
87c41c88a3
|
fix: some display-related issues (#26335)
|
2025-09-28 13:37:28 +08:00 |
|
Asuka Minato
|
9a7245e1df
|
rm assigned but unused (#25639)
|
2025-09-27 10:54:25 +08:00 |
|
Yongtao Huang
|
319ecdd312
|
Fix: avoid mutating node props (#26266)
Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-09-27 09:50:32 +08:00 |
|
hjlarry
|
a6d4bf3399
|
sync children node data
|
2025-09-26 14:16:38 +08:00 |
|
hjlarry
|
113aa4ae08
|
fix add child node resize parent node size
|
2025-09-26 14:16:38 +08:00 |
|
hjlarry
|
5b40bf6d4e
|
http node data sync
|
2025-09-26 14:16:38 +08:00 |
|
hjlarry
|
06ad8efd89
|
sync the prompt editor
|
2025-09-26 14:16:38 +08:00 |
|
hjlarry
|
8513afbcf6
|
fix opened panel be affected
|
2025-09-26 14:16:38 +08:00 |
|
hjlarry
|
54ae43ef47
|
sync children node data
|
2025-09-26 14:07:34 +08:00 |
|
hjlarry
|
7a74b5ee3e
|
fix add child node resize parent node size
|
2025-09-26 14:04:50 +08:00 |
|
hjlarry
|
0e9d43d605
|
http node data sync
|
2025-09-26 11:13:20 +08:00 |
|
hjlarry
|
cc54363c27
|
sync the prompt editor
|
2025-09-26 10:48:00 +08:00 |
|
hjlarry
|
89affe3139
|
fix opened panel be affected
|
2025-09-26 09:20:33 +08:00 |
|
Wood
|
fb8114792a
|
fix: sync FileUploader context with props to fix inconsistent file parameter state in “View cached variables”. (#26199)
|
2025-09-25 22:43:26 +08:00 |
|
Wood
|
eab6f65409
|
Fix array-only filtering in List Operator picker; remove file children fallback and align child types. (#26240)
|
2025-09-25 22:43:00 +08:00 |
|
zxhlyh
|
915023b809
|
Chore/remove add node restrict of workflow (#26218)
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2025-09-25 18:02:43 +08:00 |
|
hjlarry
|
96c7c86e9d
|
Merge branch 'p284' into deploy/dev
|
2025-09-25 16:58:45 +08:00 |
|
hjlarry
|
2c4977dbb1
|
fix bug
|
2025-09-25 16:56:06 +08:00 |
|
hjlarry
|
e240175116
|
sync nodes
|
2025-09-25 16:31:46 +08:00 |
|
hjlarry
|
a8420ac33c
|
add fragment to prevent list missing key
|
2025-09-25 09:52:08 +08:00 |
|
hjlarry
|
8470be6411
|
improve delete comment i18n
|
2025-09-25 09:41:59 +08:00 |
|
hjlarry
|
3d6295c622
|
refactor delete comment and reply
|
2025-09-25 09:35:46 +08:00 |
|
17hz
|
ff2f7206f3
|
bump nextjs to 15.5 and turbopack for development mode (#24346)
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: 非法操作 <hjlarry@163.com>
|
2025-09-25 09:10:09 +08:00 |
|
hjlarry
|
b937fc8978
|
app online user list
|
2025-09-24 17:03:33 +08:00 |
|
yangzheli
|
9b36059292
|
fix(search-input): ensure proper value extraction in composition end handler (#26147)
|
2025-09-24 15:53:59 +08:00 |
|
hjlarry
|
86a9a51952
|
add comment preview
|
2025-09-24 12:54:54 +08:00 |
|
hjlarry
|
4188c9a1dd
|
fix dark theme
|
2025-09-24 10:08:33 +08:00 |
|
hjlarry
|
8c00f89e36
|
add icon to zoom2fit
|
2025-09-23 22:22:28 +08:00 |
|
hjlarry
|
9e8ac5c96b
|
refactor cursor and add hide comment
|
2025-09-23 22:13:02 +08:00 |
|
Wu Tianwei
|
d9e45a1abe
|
feat(pipeline): add language support to built-in pipeline templates and update related components (#26124)
|
2025-09-23 18:18:22 +08:00 |
|
hjlarry
|
05a67f4716
|
add display/hide collaborator cursors
|
2025-09-23 17:37:40 +08:00 |
|
hjlarry
|
f49476a206
|
add show/hide minimap
|
2025-09-23 17:20:41 +08:00 |
|
hjlarry
|
c1e9c56e25
|
fix style
|
2025-09-23 17:19:36 +08:00 |
|
GuanMu
|
fb6ccccc3d
|
chore: refactor component exports for consistency (#26033)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-09-23 17:04:56 +08:00 |
|
17hz
|
8b74ae683a
|
bump nextjs to 15.5 and turbopack for development mode (#24346)
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: 非法操作 <hjlarry@163.com>
|
2025-09-23 16:59:26 +08:00 |
|
hjlarry
|
d5dd73cacf
|
add i18n for comment
|
2025-09-23 16:19:04 +08:00 |
|
hjlarry
|
21f7a49b4e
|
fix restore page crash
|
2025-09-23 15:44:57 +08:00 |
|
hjlarry
|
716ac04e13
|
add comment shortcut
|
2025-09-23 15:40:53 +08:00 |
|
hjlarry
|
c28a32fc47
|
fix handleModeComment
|
2025-09-23 15:35:28 +08:00 |
|
hjlarry
|
31cba28e8a
|
improve comment cursor icon
|
2025-09-23 15:28:22 +08:00 |
|
hjlarry
|
48cd7e6481
|
input comment should not cancel comment mode
|
2025-09-23 14:48:31 +08:00 |
|
hjlarry
|
47aba1c9f9
|
fix style
|
2025-09-23 14:41:34 +08:00 |
|
hjlarry
|
0f3f8bc0d9
|
make mention input can display name different color
|
2025-09-23 11:38:38 +08:00 |
|
hjlarry
|
e0df12c212
|
fix mentioned names color
|
2025-09-23 11:24:17 +08:00 |
|
hjlarry
|
eb448d9bb8
|
fix avatar background color
|
2025-09-23 11:09:02 +08:00 |
|
hjlarry
|
0ba77f13db
|
fix avatar inset
|
2025-09-23 10:46:18 +08:00 |
|
hjlarry
|
f0a2eb843c
|
fix user cursor should not over the panel
|
2025-09-23 10:35:16 +08:00 |
|
夏目猫猫
|
760a2c656c
|
amend regexp exec (#25986)
|
2025-09-23 00:47:13 +09:00 |
|
hjlarry
|
c662b95b80
|
Merge branch 'p284' into deploy/dev
|
2025-09-22 18:03:09 +08:00 |
|
hjlarry
|
600ad232e1
|
fix config
|
2025-09-22 14:20:11 +08:00 |
|
hjlarry
|
7a3825cfce
|
fix docker config
|
2025-09-22 14:20:11 +08:00 |
|
hjlarry
|
9519653422
|
change default ws url
|
2025-09-22 14:20:11 +08:00 |
|
hjlarry
|
efa2307c73
|
change default ws url
|
2025-09-22 14:20:11 +08:00 |
|
hjlarry
|
068fa3d0e3
|
fix CI
|
2025-09-22 14:20:11 +08:00 |
|
Wu Tianwei
|
a39b185627
|
fix: comment out unused segmentation rule properties in RuleDetail component (#26031)
|
2025-09-22 14:17:02 +08:00 |
|
Wu Tianwei
|
8c38363038
|
fix: pass operation name to onUpdate callback in StatusItem component (#26019)
|
2025-09-22 10:19:12 +08:00 |
|
lyzno1
|
e93bfe3d41
|
fix: resolve chat sidebar UI bugs for hover panel and dropdown menu (#25813)
|
2025-09-19 18:28:49 +08:00 |
|
GuanMu
|
ab910c736c
|
feat(goto-anything): add RAG pipeline node search (#25948)
|
2025-09-19 18:28:13 +08:00 |
|
Joel
|
1550316b8d
|
fix: undefined match the wrong output schema (#25971)
|
2025-09-19 17:03:09 +08:00 |
|
Wu Tianwei
|
87394d2512
|
fix: enhance model parameter handling with advanced mode support and localization updates (#25963)
|
2025-09-19 15:47:52 +08:00 |
|
Wu Tianwei
|
bad59c95bc
|
fix: update details display to conditionally show creator information (#25952)
|
2025-09-19 15:45:45 +08:00 |
|
hjlarry
|
b442ba8b2b
|
fix UserAvatarList background color
|
2025-09-19 12:07:07 +08:00 |
|
zxhlyh
|
6453fc4973
|
fix: refresh datasource list after install datasource (#25949)
|
2025-09-19 11:03:45 +08:00 |
|
hjlarry
|
10e36d2355
|
add avatar on canvas node
|
2025-09-19 10:43:28 +08:00 |
|
GuanMu
|
f62f926537
|
style: update GotoAnything component styling (#25929)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-09-19 10:36:43 +08:00 |
|
hjlarry
|
13c53fedad
|
add avatar display on node
|
2025-09-19 10:07:01 +08:00 |
|
Wu Tianwei
|
cd90b2ca9e
|
refactor: replace useInvalid with useInvalidCustomizedTemplateList (#25924)
|
2025-09-18 18:17:20 +08:00 |
|
heyszt
|
9a65350cf7
|
fix: rollback aliyun_trace icon (#25921)
|
2025-09-18 18:01:08 +08:00 |
|
zxhlyh
|
4692e20daf
|
fix: workflow header style (#25922)
|
2025-09-18 17:53:40 +08:00 |
|
hjlarry
|
4bda1bd884
|
open node panel not affect others
|
2025-09-18 17:42:02 +08:00 |
|
Wu Tianwei
|
ffa163a8a8
|
refactor: simplify portal interactions and manage state in Configure component (#25906)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-09-18 15:57:33 +08:00 |
|
zxhlyh
|
fadd9e0bf4
|
fix: workflow logs list (#25903)
|
2025-09-18 15:45:37 +08:00 |
|
hjlarry
|
81c6e52401
|
Merge remote-tracking branch 'origin/p254' into p284
|
2025-09-18 15:14:55 +08:00 |
|
zxhlyh
|
d8b4bbe067
|
fix: datasource pinned list (#25896)
|
2025-09-18 14:52:33 +08:00 |
|
hjlarry
|
847d257366
|
Merge branch 'p254' into p284
|
2025-09-18 14:50:59 +08:00 |
|
hjlarry
|
687662cf1f
|
comment sync
|
2025-09-18 13:27:27 +08:00 |
|
-LAN-
|
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 |
|
hjlarry
|
6432d98469
|
improve the icon display on canvas
|
2025-09-18 11:49:43 +08:00 |
|
hjlarry
|
088ccf8b8d
|
add UserAvatarList component
|
2025-09-18 09:47:07 +08:00 |
|
hjlarry
|
e8683bf957
|
fix comment cursor position
|
2025-09-18 09:17:45 +08:00 |
|
hjlarry
|
4653981b6b
|
not display more icon when in edit mode
|
2025-09-17 20:45:54 +08:00 |
|
hjlarry
|
e2547413d3
|
fix edit input mouse pos
|
2025-09-17 20:40:59 +08:00 |
|
hjlarry
|
ea17f41b5b
|
refactor reply code
|
2025-09-17 20:29:23 +08:00 |
|
hjlarry
|
29178d8adf
|
can edit and delete a reply
|
2025-09-17 17:44:09 +08:00 |
|
hjlarry
|
7e86ead574
|
upgrade style
|
2025-09-17 16:41:10 +08:00 |
|
hjlarry
|
72debcb228
|
refactor mention input
|
2025-09-17 16:28:47 +08:00 |
|
hjlarry
|
72737dabc7
|
fix at can't click bug
|
2025-09-17 14:50:05 +08:00 |
|
hjlarry
|
f6e5cb4381
|
improve comment detail
|
2025-09-17 14:34:36 +08:00 |
|
hjlarry
|
ffad3b5fb1
|
comment detail window fix height
|
2025-09-17 13:45:56 +08:00 |
|
hjlarry
|
cba9fc3020
|
add comment reply
|
2025-09-17 12:50:42 +08:00 |
|
hjlarry
|
e776accaf3
|
add top operation buttons of comment detail
|
2025-09-17 10:45:15 +08:00 |
|
hjlarry
|
3eac26929a
|
sync the comment panel and canvas
|
2025-09-17 09:13:31 +08:00 |
|
hjlarry
|
4d3adec738
|
click canvas icon display the active comment detail
|
2025-09-17 09:01:16 +08:00 |
|
hjlarry
|
89bed479e4
|
improve comment panel
|
2025-09-16 17:25:51 +08:00 |
|
hjlarry
|
fdd673a3a9
|
improve comments panel
|
2025-09-16 13:39:31 +08:00 |
|
hjlarry
|
22f6d285c7
|
fix comment cursor in panel incorrect
|
2025-09-16 10:20:12 +08:00 |
|
hjlarry
|
10aa16b471
|
add workflow comment panel
|
2025-09-16 09:51:12 +08:00 |
|
miwa
|
74340e3c04
|
Bugfix: When i change the loop variable, 'Loop Termination Condition' wi… (#25695)
Co-authored-by: fengminhua <fengminhua@52tt.com>
|
2025-09-16 09:46:44 +08:00 |
|
chengjoey
|
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 |
|
hjlarry
|
b3838581fd
|
improve mention
|
2025-09-15 17:13:46 +08:00 |
|
hjlarry
|
affbe7ccdb
|
can mention user in the create comment
|
2025-09-15 16:42:31 +08:00 |
|
Garfield Dai
|
88d5e27fe8
|
Release/e-1.8.1 (#25613)
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
Co-authored-by: GareArc <chen4851@purdue.edu>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: hjlarry <hjlarry@163.com>
|
2025-09-15 14:49:23 +08:00 |
|
hjlarry
|
dd8577f832
|
comments display on canvas
|
2025-09-15 14:16:06 +08:00 |
|
hjlarry
|
d7f5da5df4
|
display comments avatar on the canvas
|
2025-09-15 11:41:06 +08:00 |
|
hjlarry
|
9fda130b3a
|
fix click comment once more then esc not work
|
2025-09-15 11:11:07 +08:00 |
|
Joel
|
9bb7bcf52e
|
feat: user message support generate prompt (#25689)
|
2025-09-15 10:17:19 +08:00 |
|
hjlarry
|
72cdbdba0f
|
fix chat input style
|
2025-09-15 09:20:06 +08:00 |
|
yo
|
5c50c3aa70
|
fix: allow empty values in Variable Inspector (#25644)
|
2025-09-14 14:10:12 +08:00 |
|
lyzno1
|
9e7328abfb
|
feat: add circular scrolling to GotoAnything command menu (#25662)
|
2025-09-14 14:07:10 +08:00 |
|
hjlarry
|
b92a153902
|
refactor code
|
2025-09-14 13:03:08 +08:00 |
|
hjlarry
|
9f2927979b
|
fix comment cursor icon
|
2025-09-14 12:50:18 +08:00 |
|
hjlarry
|
75257232c3
|
add create comment frontend
|
2025-09-14 12:10:37 +08:00 |
|
lyzno1
|
36ab9974d2
|
fix: Multiple UX improvements for GotoAnything command palette (#25637)
|
2025-09-13 21:03:42 +08:00 |
|
17hz
|
635e7d3e70
|
fix: Cannot modify values when startNode has defaultValue (#25595)
|
2025-09-12 21:11:24 +08:00 |
|
chengjoey
|
c78ef79995
|
fix close button cannot be clicked when the browser page is zoomed out (#25584)
Co-authored-by: joeyczheng <joeyczheng@tencent.com>
|
2025-09-12 21:11:00 +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 |
|
JQSevenMiao
|
c0e1015c6e
|
fix: filter temporary edges from workflow draft sync (#25442)
Co-authored-by: jiasiqi <jiasiqi3@tal.com>
|
2025-09-12 11:19:57 +08:00 |
|
Joel
|
394b0ac9c0
|
fix: login security issue frontend (#25571)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-09-12 10:25:06 +08:00 |
|
Kurumi1997
|
8ffb9b6aed
|
fix: Support passing the default app mode when creating an app (#25142)
Co-authored-by: 王博 <wangbo@localhost.com>
|
2025-09-12 10:06:07 +08:00 |
|
Matri Qi
|
33afa7c84a
|
Fix/disable no unsafe optional chaining (#25553)
|
2025-09-12 10:03:34 +08:00 |
|
L
|
69aad38d03
|
fix(date-picker): handle string date to avoid crash (#25522)
Co-authored-by: 刘佳佳 <liujiajia@nanjingwanhui.com>
Co-authored-by: crazywoola <427733928@qq.com>
|
2025-09-12 10:01:26 +08:00 |
|
15
|
1a078657d8
|
Fixes #25530 (#25531)
|
2025-09-12 09:39:17 +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 |
|
Wu Tianwei
|
84e3571ec3
|
fix: delete get upload file endpoint (#25543)
Co-authored-by: jyong <718720800@qq.com>
|
2025-09-12 09:36:53 +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 |
|
JeeekXY
|
f1d5bc58b0
|
fix: app name overflow (#25551)
Co-authored-by: luxiaoyu1 <luxiaoyu1@xiaomi.com>
|
2025-09-11 21:19:55 +08:00 |
|
Nite Knite
|
07d067d828
|
chore: support Zendesk widget (#25517)
|
2025-09-11 13:17:50 +08: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 |
|
17hz
|
928bef9d82
|
fix: imporve the condition for stopping the think timer. (#25365)
|
2025-09-10 08:45:00 +08:00 |
|
KVOJJJin
|
22cd97e2e0
|
Fix: judgement of open in explore (#25420)
|
2025-09-09 16:49:22 +08:00 |
|
crazywoola
|
eb52216a9c
|
Revert "example of remove useEffect" (#25418)
|
2025-09-09 16:23:44 +08:00 |
|
Joel
|
4c92e63b0b
|
fix: avatar is not updated after setted (#25414)
|
2025-09-09 16:00:50 +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 |
|
zxhlyh
|
c595c03452
|
fix: credential not allow to use in load balancing (#25401)
|
2025-09-09 14:52:50 +08:00 |
|
hjlarry
|
2b908d4fbe
|
add app state update
|
2025-09-09 14:24:37 +08:00 |
|
yinyu
|
cf1ee3162f
|
Support Anchor Scroll In The Output Node (#25364)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-09-09 10:35:07 +08:00 |
|