crazywoola
60adc7c1bd
fix: can not find file ( #23472 )
2025-08-06 10:39:19 +08:00
lyzno1
d813be8591
fix: Multiple UI component improvements and code quality enhancements ( #23446 )
2025-08-05 19:36:07 +08:00
lyzno1
12d91edc70
fix: remove redundant useEffect from TagSelector component ( #23406 )
2025-08-05 13:15:26 +08:00
Wu Tianwei
a6e4b9b23f
fix: installed apps preview language error ( #23397 )
2025-08-05 11:01:31 +08:00
Tianyi Jing
7681361614
fix: diplay all helpfields ( #23348 )
...
Signed-off-by: jingfelix <jingfelix@outlook.com >
2025-08-04 14:39:54 +08:00
lyzno1
ecea3142c9
feat(ui): unify tag editing in app sidebar and add management entry to TagFilter ( #23325 )
2025-08-03 18:30:47 +08:00
znn
0222199f02
fixing chat window api recall fix on changing browser tab or window ( #23301 )
2025-08-03 10:14:17 +08:00
Matri Qi
71a7661682
Fix/variable input validation issue ( #23300 )
2025-08-02 17:35:51 +08:00
zxhlyh
fdc7d26bfe
Chore/variable label ( #23270 )
2025-08-01 15:43:36 +08:00
HyaCinth
0d302ec2d5
chore: Optimize dark mode styles ( #23222 ) ( #23231 )
2025-07-31 17:43:08 +08:00
zxhlyh
837111dda4
chore: base form ( #23101 )
2025-07-29 15:37:16 +08:00
GuanMu
bea4feea79
Fix variable config ( #23070 )
2025-07-29 11:24:59 +08:00
HyaCinth
28f1b8c217
fix(web): Fix issues with workflow as tool configuration button ( #23039 ) ( #23050 )
2025-07-28 15:49:19 +08:00
Anton Kovalev
d3d51bbef1
feat: default value option for select input fields ( #21192 )
...
Co-authored-by: crazywoola <427733928@qq.com >
Co-authored-by: GuanMu <ballmanjq@gmail.com >
2025-07-28 15:37:23 +08:00
heyszt
bcee670346
Rollback Aliyun Trace Icon File ( #23027 )
2025-07-28 11:01:38 +08:00
Dylan Jiang
e51fc20612
fix: Update trigger styles for disabled state in PureSelect component ( #22986 )
2025-07-26 10:53:59 +08:00
Wu Tianwei
e9f833550b
fix: Refactor i18n config and fix plugin search box styling issue ( #22945 )
2025-07-25 15:01:28 +08:00
HyaCinth
7f097c1627
fix: Optimize input variable retrieval logic ( #22888 ) ( #22914 )
2025-07-24 21:57:55 +08:00
HyaCinth
b5d4365bf3
fix(plugins_select): Adjust z-index, fix issue where options cannot be displayed ( #22873 ) ( #22893 )
2025-07-24 15:14:30 +08:00
呆萌闷油瓶
271f626cda
fix: type error in list-operator ( #22803 )
2025-07-24 12:21:20 +08:00
croatialu
0684d24d75
feat: Add user variable processing function to chat history ( #22863 )
2025-07-24 10:06:49 +08:00
Junyan Qin (Chin)
e5644e940d
feat: plugin auto upgrade strategy ( #19758 )
...
Co-authored-by: Joel <iamjoel007@gmail.com >
Co-authored-by: crazywoola <427733928@qq.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Novice <novice12185727@gmail.com >
2025-07-23 15:33:39 +08:00
Wu Tianwei
ad319b8d6d
feat: custom components in markdown comp ( #22776 )
2025-07-22 15:30:22 +08:00
lyzno1
3e65c32fba
fix: complete file_upload schema in OpenAPI templates ( #22700 ) ( #22719 )
2025-07-21 17:43:49 +08:00
KVOJJJin
fe245e6269
Perf: remove user profile loading ( #22710 )
2025-07-21 16:35:52 +08:00
Novice
a78dbe8ad2
fix: avoid using node_data.version for judgement tool node version ( #22462 )
...
Co-authored-by: JzoNg <jzongcode@gmail.com >
2025-07-21 09:28:47 +08:00
Wu Tianwei
4757d95688
feat: convert components to dynamic imports for improved performance ( #22614 )
2025-07-18 11:43:37 +08:00
Asuka Minato
9e2b09966d
remove overrides ( #22575 )
2025-07-17 21:47:48 +08:00
Maries
ed2a4c40e2
Support OAuth Integration for Plugin Tools ( #22550 )
...
Co-authored-by: zxhlyh <jasonapring2015@outlook.com >
Co-authored-by: Yeuoly <admin@srmxy.cn >
2025-07-17 17:18:44 +08:00
znn
649e134232
updating icon ( #22485 )
2025-07-17 15:10:36 +08:00
NFish
15d7b98f1f
Perf/web app authrozation ( #22524 )
2025-07-17 10:52:10 +08:00
Chieh Wang
cac874d96c
feat: Add Citations and Attributions to Agent Node ( #18558 )
...
Co-authored-by: oneness0 <2902216407@qq.com >
Co-authored-by: Novice <novice12185727@gmail.com >
2025-07-16 15:46:15 +08:00
Wu Tianwei
aaa001e0c0
fix: add background color for chat bubble in light and dark themes ( #22472 )
2025-07-16 13:36:51 +08:00
QuantumGhost
a92b9971a4
refactor(api): Separate SegmentType for Integer/Float to Enable Pydantic Serialization ( #22025 )
...
refactor(api): Separate SegmentType for Integer/Float to Enable Pydantic Serialization (#22025 )
This PR addresses serialization issues in the VariablePool model by separating the `value_type` tags for `IntegerSegment`/`FloatSegment` and `IntegerVariable`/`FloatVariable`. Previously, both Integer and Float types shared the same `SegmentType.NUMBER` tag, causing conflicts during serialization.
Key changes:
- Introduce distinct `value_type` tags for Integer and Float segments/variables
- Add `VariableUnion` and `SegmentUnion` types for proper type discrimination
- Leverage Pydantic's discriminated union feature for seamless serialization/deserialization
- Enable accurate serialization of data structures containing these types
Closes #22024 .
2025-07-16 12:31:37 +08:00
Kerwin Bryant
583a7a1d14
Improve Tooltip UX by enabling delay by default ( #21383 )
2025-07-16 11:26:54 +08:00
znn
868a14c6d3
adding tooltip for bindingCount ( #22450 )
...
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com >
Co-authored-by: crazywoola <427733928@qq.com >
2025-07-16 09:59:42 +08:00
Minamiyama
1be943b9f4
fix(prompt-editor): show error warning for destructive env and conv var ( #21802 )
2025-07-15 14:10:50 +08:00
HyaCinth
44a8fddabb
fix(emoji-picker): Adjust the style of the emoji picker ( #22161 ) ( #22231 )
2025-07-11 17:52:16 +08:00
le0zh
f64af1b307
feat: support var in suggested questions ( #17340 )
...
Co-authored-by: crazywoola <427733928@qq.com >
2025-07-11 15:07:32 +08:00
Joel
5cb067d1fc
feat: the frontend part of mcp ( #22131 )
...
Co-authored-by: jZonG <jzongcode@gmail.com >
Co-authored-by: Novice <novice12185727@gmail.com >
Co-authored-by: nite-knite <nkCoding@gmail.com >
Co-authored-by: Hanqing Zhao <sherry9277@gmail.com >
2025-07-10 14:14:02 +08:00
Heyang Wang
afd184e426
fix(Drawer): add overflow hidden to ensure copy button is always clickable ( #21992 ) ( #22103 )
...
Co-authored-by: wangheyang <wangheyang@corp.netease.com >
2025-07-10 09:20:02 +08:00
Davide Delbianco
5e1537c1d8
feat: Allow to change SSL verify in HTTP Node ( #22052 )
...
Co-authored-by: crazywoola <427733928@qq.com >
2025-07-09 15:53:24 +08:00
kurokobo
4303e79bc8
feat: introduce new env ALLOW_UNSAFE_DATA_SCHEME to allow rendering data uri scheme ( #21321 )
2025-07-09 10:12:40 +08:00
mizoo
6176c4e5aa
feat: Add support for type="hidden" input elements in Markdown forms ( #21922 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-07 10:35:30 +08:00
heyszt
7a5c368626
feat: Add Aliyun LLM Observability Integration ( #21471 )
2025-07-04 21:54:33 +08:00
Ali Saleh
5e1ab463fa
feat: Improve Observability with Arize & Phoenix Integration ( #19840 )
...
Co-authored-by: crazywoola <427733928@qq.com >
Co-authored-by: Gu <guchenhe@gmail.com >
2025-07-03 13:52:14 +08:00
ShadowJobs
23224fde6c
FIX: dollar-sign escaping in preprocessLaTeX code‐block handling ( #21796 )
...
Co-authored-by: LinYing <linying@momenta.ai >
2025-07-02 11:32:23 +08:00
Minamiyama
42fe0b5758
Feat: sync input variable names to main() function ( #21667 )
2025-07-01 10:57:07 +08:00
NFish
482f2b60c6
Fix/ serveral bugs fixed in enterprise ( #21729 )
2025-07-01 10:42:11 +08:00
Davide Delbianco
07a2dfea52
chore: Add missing svg icon sources ( #21627 )
2025-06-27 16:56:22 +08:00