Commit Graph

1965 Commits (c9bb3e6eecd37efdcd7b87f0fca5bf382e482351)

Author SHA1 Message Date
Harry c914d07f38 Merge branch 'feat/tool-oauth' into feat/oauth 11 months ago
Harry 364e0f1450 fix: update OAuth button logic to improve configuration handling 11 months ago
Harry fd1f911052 Merge remote-tracking branch 'origin/feat/tool-oauth' into feat/oauth 11 months ago
Harry 71c89b3ae3 Merge branch 'feat/tool-plugin-oauth' into feat/oauth 11 months ago
zxhlyh 25e0013db9 fix 11 months ago
Chieh Wang 30aa052a57
feat: Add Citations and Attributions to Agent Node (#18558)
Co-authored-by: oneness0 <2902216407@qq.com>
Co-authored-by: Novice <novice12185727@gmail.com>
11 months ago
qfl bdb9f29948
feat(app): support custom max_active_requests per app (#22073) 11 months ago
Minamiyama 66cc1b4308
feat(variable-list): add drag-and-drop functionality for variables in code node (#22127) 11 months ago
zxhlyh 75d8cb4978 fix 11 months ago
baonudesifeizhai d52fb18457
feat: auto-fill MCP server description with app description #22443 (#22477) 11 months ago
zxhlyh 52e7bb1848 fix 11 months ago
zxhlyh 686b4b8e0e fix: style 11 months ago
Wu Tianwei aef67ed7ec
fix: add background color for chat bubble in light and dark themes (#22472) 11 months ago
QuantumGhost 2c1ab4879f
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.
11 months ago
zxhlyh 3f65117007 fix: style 11 months ago
Kerwin Bryant 229b4d621e
Improve Tooltip UX by enabling delay by default (#21383) 11 months ago
yolofit 0dee41c074
fix: When var value changed, PromptEditor should be reset (#22219) 11 months ago
znn 1f4b3591ae
adding tooltip for bindingCount (#22450)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: crazywoola <427733928@qq.com>
11 months ago
GuanMu 7388fd1ec6
fix: Disable question editing in chat history (#22438) 11 months ago
GuanMu b803eeb528
fix: Update condition items to support variable type acquisition (#22414) 11 months ago
Yeuoly 0dcdfd6de3 refactor: improve OAuth client configuration logic and logging in add-oauth-button component 11 months ago
zxhlyh e1bb6c00df fix 11 months ago
zxhlyh 67b5d73399 fix 11 months ago
zxhlyh e4cf6a497b fix 11 months ago
Harry 6a085fab26 Merge remote-tracking branch 'origin/main' into feat/tool-plugin-oauth 11 months ago
zxhlyh 498d8ab33c fix 11 months ago
GuanMu d427088ab5
fix: remove PickerPanel padding (#22419) 11 months ago
zxhlyh a923087b57 Merge branch 'main' into feat/tool-oauth 11 months ago
zxhlyh 3f273cae73 fix 11 months ago
Minamiyama 7e666dc3b1
fix(prompt-editor): show error warning for destructive env and conv var (#21802) 11 months ago
suntp 88537991d6
fix: Metadata filtering with Manual option in Agent mode does not take effect when specifying input variables. (#20362) 11 months ago
Minamiyama a0b32b6027
feat(config-modal): add space to underscore conversion in variable name input of start node (#22284) 11 months ago
zxhlyh 964e29b27f fix: loading 11 months ago
zxhlyh d0ba7adf33 form 11 months ago
zxhlyh 2572e99a4b form 11 months ago
zxhlyh fd0a8d5834 Merge branch 'main' into feat/tool-oauth 11 months ago
zxhlyh 29035d333d fix: validate 11 months ago
GuanMu b27c540379
Fix: Remove height and overflow style settings (#22327) 11 months ago
HyaCinth 8b1f428ead
Chore: Replace lodash/noop with lodash-es/noop (#22331) 11 months ago
Harry 06802afc94 Merge branch 'main' into feat/tool-plugin-oauth 11 months ago
zxhlyh 3b7df2f9b6 fix: provider 11 months ago
NFish d9eb5554b3
fix: prevent trigger form submit action when press 'enter' (#22313) 11 months ago
Minamiyama 016ff0feae
fix(ui): prevent var icon hidden when only one var in list of start node (#22290) 11 months ago
非法操作 aa6cad5f1d
fix: tool's model selector and app selector not work (#22291) 11 months ago
Rhon Joe 7f5087c6db
reject whitespace characters in password regexp (#22232) 11 months ago
yolofit 817071e448
fix: iteration itemType support conversation var (#22220) (#22236) 11 months ago
GuanMu f193e9764e
fix: Optimize the workspace panel width calculation (#22195) 11 months ago
Minamiyama 5f9628e027
feat(workflow): add drag-and-drop support for variable list items for start node (#22150) 11 months ago
zxhlyh 580c9a668f fix 11 months ago
HyaCinth 76d21743fd
fix(web): Optimize AppInfo Component Layout (#22212) (#22218) 11 months ago