baonudesifeizhai
8516d15a4e
fix: handle configure button for notion internal integration (#21412)
před 4 měsíci
Joel
5c11c22302
fix: can not reset system variables (#21750)
před 4 měsíci
Kalo Chin
1b99e44e99
feat: Retain LLM Configuration Settings When Changing Model (#21247)
před 4 měsíci
Minamiyama
25de39d9c6
Feat: sync input variable names to main() function (#21667)
před 4 měsíci
NFish
6013d90426
Fix/ serveral bugs fixed in enterprise (#21729)
před 4 měsíci
Minamiyama
7c76458b18
fix: fix node valid detect (#21709)
před 4 měsíci
非法操作
eb9edf4908
fix: copy inspect variable value get extra quotes (#21680)
před 4 měsíci
非法操作
96d27d7087
fix: enter and exit full canvas cause nav items missing (#21691)
před 4 měsíci
NFish
9588a64487
fix: keep search params in web app url when needs authorize (#21717)
před 4 měsíci
qiuqiua
18757d07c9
fix: #21427 correct segment settings when creating documents via API (#21673)
před 4 měsíci
Minamiyama
0f23e3d9ab
fix(ui): no hover effect in copy button of code node (#21671)
před 4 měsíci
呆萌闷油瓶
765adabb32
feat: Add autofill by default value in endpoint plugin setting page. (#21669)
před 4 měsíci
Davide Delbianco
38a704743c
chore: Add missing svg icon sources (#21627)
před 4 měsíci
qiuqiua
7236c4895b
fix: annotation remove functionality Fixes #21448 (#21616)
Co-authored-by: siqiuchen <siqiu.chen2@dentsplysirona.com>
před 4 měsíci
NFish
ae8653beb0
style: decrease navbar z-index value from 30 to 15, fix style error (#21612)
před 4 měsíci
GuanMu
787ad5ab38
feat: Refactor panel component, add adaptive width observer to optimize panel width management (#21576)
před 4 měsíci
crazywoola
81fc49d78c
fix: value_selector will be empty string (#21598)
před 4 měsíci
CorrectRoad
7d9d670f90
feat: to add tag when tag input is unfocus (#21555)
před 4 měsíci
GuanMu
fd41645f95
feat: Add display control logic for the variable inspection panel (#21539)
před 4 měsíci
Yeuoly
cea6522122
feat: add DYNAMIC_SELECT parameter type for dynamic options in parameter entities (#21425)
před 4 měsíci
CorrectRoad
ae00ba44db
fix: fix create custom modal overlay add tool (#21553)
před 4 měsíci
HyaCinth
79fa3c7519
fix(web): optimize the pop logic of the tool selector (#21558) (#21559)
před 4 měsíci
CorrectRoad
d2814650e6
feat: prevent input of non-numeric values in numer input (#21562)
před 4 měsíci
CorrectRoad
17722f581b
feat: add tooltip to workflow run node name (#21564)
před 4 měsíci
Wu Tianwei
ad9eebd02d
fix: update retrieval method cache (#21409)
před 4 měsíci
zxhlyh
45dc0a43d3
fix: prompt editor insert context (#21526)
před 4 měsíci
Joel
1610f62a28
fix: var inspect doc link error (#21515)
před 4 měsíci
Dongyu Li
00f0b569cc
Feat/kb index (#20868)
Co-authored-by: twwu <twwu@dify.ai>
před 4 měsíci
Joel
9ad3553d7f
fix: app description too long break ui (#21491)
před 4 měsíci
-LAN-
0f5417ab84
feat(web): Contains sys.files in the default template. (#21476)
před 4 měsíci
zxhlyh
819c02f1f5
fix: prompt editor click to insert variable (#21470)
před 4 měsíci
Covfefeable
449e16782e
fix: update DocumentList to include max height and overflow styles (#21466)
před 4 měsíci
thief
257809bb30
fix: in plugin config panel appselector can not list all apps() (#21457)
před 4 měsíci
crazywoola
8a20134a5b
fix: inputs.items is undefined (#21463)
před 4 měsíci
AntzUhl
27172b0898
fix (conf/code): Variables not correctly filled can still be referenced (#21451)
Co-authored-by: crazywoola <427733928@qq.com>
před 4 měsíci
-LAN-
c7ee0f2a93
fix(knowledge_base): Unchecked metadata name length (#21454)
Signed-off-by: -LAN- <laipz8200@outlook.com>
před 4 měsíci
Minamiyama
8ea27bc341
feat: persist debug-and-preview panel width in localstorage (#21434)
před 4 měsíci
Joel
c8ebad055c
fix: text generation app log not show (#21436)
před 4 měsíci
Joel
f668d89621
fix: last run not export var and ts problem (#21424)
před 4 měsíci
Minamiyama
197c018c1f
fix missing style of conversation variable panel default value textarea (#21422)
před 4 měsíci
Kerwin Bryant
2467bd738a
Improve App Icon Picker: Stable Modal Height & Collapsible Emoji Style Section (#21399)
před 4 měsíci
Joel
1a1bfd4048
feat: last run frontend (#21369)
The frontend of feat: Persist Variables for Enhanced Debugging Workflow (#20699 ).
Co-authored-by: jZonG <jzongcode@gmail.com>
před 4 měsíci
QuantumGhost
10b738a296
feat: Persist Variables for Enhanced Debugging Workflow (#20699)
This pull request introduces a feature aimed at improving the debugging experience during workflow editing. With the addition of variable persistence, the system will automatically retain the output variables from previously executed nodes. These persisted variables can then be reused when debugging subsequent nodes, eliminating the need for repetitive manual input.
By streamlining this aspect of the workflow, the feature minimizes user errors and significantly reduces debugging effort, offering a smoother and more efficient experience.
Key highlights of this change:
- Automatic persistence of output variables for executed nodes.
- Reuse of persisted variables to simplify input steps for nodes requiring them (e.g., `code`, `template`, `variable_assigner`).
- Enhanced debugging experience with reduced friction.
Closes #19735 .
před 4 měsíci
15
3537088135
Fixes #21351 (#21354)
před 4 měsíci
Good Wood
43f5b21852
feat: add config for max-tree-depth (#21291)
před 4 měsíci
GuanMu
e56d7547f7
fix: web error (#21340)
před 4 měsíci
Ganondorf
ea68c92bbb
fix segment display the default (#21317)
Co-authored-by: lizb <lizb@sugon.com>
před 4 měsíci
Wu Tianwei
b348455144
fix: Update segmentation type initialization to support parent-child mode based on document form (#21359)
před 4 měsíci
onlylhf
f2f6e95880
fix: Update the logic for segment type settings to support parent-child mode selection. (#21278)
před 4 měsíci
XiaoBa
725a221315
fix: hide marketplace information(#21275) (#21276)
Co-authored-by: Xiaoba Yu <xb1823725853@gmail.com>
před 4 měsíci