mlogclub
5853b235b9
feat: enhance KnowledgeRetrieveConfigPanel with popover for selecting knowledge bases
2026-06-30 19:58:29 +08:00
mlogclub
805ef87278
refactor: remove knowledge base references from AI agent model and related services
...
- Removed KnowledgeIDs from CreateAIAgentRequest and AIAgentResponse.
- Updated buildAIAgentResponseWithLocale to eliminate knowledge base name retrieval.
- Refactored AI agent repository and service to remove knowledge base handling.
- Adjusted dashboard service to no longer track AI agents without knowledge bases.
- Modified knowledge base service to check for workflow references instead of AI agent references.
- Updated frontend components to remove knowledge base selection and display.
- Enhanced workflow validation to ensure knowledge retrieve nodes have associated knowledge bases.
2026-06-30 19:47:29 +08:00
mlogclub
94d36d6ca4
feat: add closeOnEsc prop to DashboardAIAgentsPage for improved modal behavior
2026-06-30 16:20:47 +08:00
mlogclub
5c72a7661d
style: update InspectorParameterTabs layout and styling for improved visual consistency
2026-06-30 16:11:24 +08:00
mlogclub
e78e7414e5
style: update font sizes in NodeConfigPanel and WorkflowConfigPanel for improved readability
2026-06-30 15:58:12 +08:00
mlogclub
5a1fddf8ba
feat: add InspectorParameterTabs component for improved input/output organization in NodeConfigPanel
2026-06-30 15:56:27 +08:00
mlogclub
f8ad4390e8
feat: add preserveExternalSelection prop to various components for improved selection handling
2026-06-30 13:34:42 +08:00
mlogclub
9136018273
refactor: update layout and styling in WorkflowConfigPanel; enhance panel header and description display
2026-06-30 12:53:22 +08:00
mlogclub
d7782ba6c8
feat: implement isConditionBranchEdge function and update deleteConditionBranch logic; add tests for condition branch line matching
2026-06-30 12:36:17 +08:00
mlogclub
79f0c06790
feat: add workflow selection preservation logic and related tests
2026-06-30 12:31:08 +08:00
mlogclub
d72079a580
feat: implement isBranchRowActionTarget function and add tests for branch row interaction
2026-06-30 11:39:01 +08:00
mlogclub
fb612eb32e
refactor: remove onDelete prop from ConditionBranchConfigPanel and associated delete logic in WorkflowConfigPanel
2026-06-30 11:34:41 +08:00
mlogclub
b80a7b9ccb
feat: add output schema handling and display in NodeConfigPanel; implement buildVariableSpecDisplay function
2026-06-30 11:16:24 +08:00
mlogclub
4ed4108cb9
refactor: adjust padding and minimum height in WorkflowNodeCard component
2026-06-30 11:09:01 +08:00
mlogclub
87760d5e89
feat: enhance variable handling and UI components with business labels and descriptions
2026-06-29 18:37:31 +08:00
mlogclub
e2d676055f
refactor: streamline WorkflowConfigPanel layout by adjusting spacing and removing unused panelMeta
2026-06-29 17:30:59 +08:00
mlogclub
fc64b8becf
feat: enhance WorkflowConfigPanel layout with improved button positioning and spacing
2026-06-29 14:48:01 +08:00
mlogclub
7d33916ea5
fix: correct syntax for border color in WorkflowConditionBranchRow component
2026-06-29 14:15:32 +08:00
mlogclub
e3922da55c
feat: add separator spans in WorkflowEditorToolbar for improved button spacing
2026-06-29 14:00:05 +08:00
mlogclub
b9f4a3e4b1
feat: reposition WorkflowEditorStatus for improved visibility in WorkflowEditorInner
2026-06-28 22:50:09 +08:00
mlogclub
86933a27a7
feat: improve overflow handling in WorkflowEditorToolbar for better layout
2026-06-28 22:49:32 +08:00
mlogclub
12d664e302
feat: update NodeConfigPanel and WorkflowConfigPanel for improved layout and scrolling functionality
2026-06-28 22:47:50 +08:00
mlogclub
b83d33186f
feat: refactor workflow definition handling and integrate undo/redo functionality in WorkflowEditor
2026-06-28 22:44:54 +08:00
mlogclub
e7e0bbf170
feat: enhance styling and layout of workflow components for improved usability
2026-06-28 22:40:07 +08:00
mlogclub
15be17e0df
feat: add Redo2Icon to WorkflowEditorToolbar for improved redo functionality
2026-06-28 22:34:01 +08:00
mlogclub
bcaa6225d4
feat: add WorkflowEditorStatus component for displaying validation and node counts
2026-06-28 22:32:43 +08:00
mlogclub
4a1595ae73
feat: add WorkflowCanvasControls component for enhanced zoom and layout functionality
2026-06-28 22:27:17 +08:00
mlogclub
79b8c93bc9
feat: refactor workflow port handling and remove unused node panel component
2026-06-28 22:20:31 +08:00
mlogclub
77dda5fd9c
feat: refine node deletion logic to protect only start nodes
2026-06-28 21:24:54 +08:00
mlogclub
c7555d67c5
feat: integrate ScrollArea component for improved node menu scrolling
2026-06-28 21:20:47 +08:00
mlogclub
4a3482f2f0
feat: implement WorkflowPortAdd context and associated components for enhanced node addition
2026-06-28 21:17:25 +08:00
mlogclub
9373e7d517
feat: update WorkflowConfigPanel dimensions for improved layout
2026-06-28 21:08:33 +08:00
mlogclub
7e001d4145
fix: update WorkflowNodeCard to use overflow-visible for improved content display
2026-06-28 21:05:04 +08:00
mlogclub
2db52b90ff
feat: update FlowgramNodeRenderer port colors and add hover effects for improved interactivity
2026-06-28 20:27:07 +08:00
mlogclub
80ff6d40db
fix: remove hover effect from WorkflowLineAddButton for consistent styling
2026-06-28 20:26:15 +08:00
mlogclub
eaffca5bad
feat: add WorkflowLineAddButton and WorkflowLineNodePanel components for enhanced workflow editing
2026-06-28 20:22:18 +08:00
mlogclub
47660c9f1d
feat: update WorkflowNodeCard background color for improved visibility
2026-06-28 20:09:45 +08:00
mlogclub
c47aee7780
feat: update WorkflowNodeIcon background color for improved visibility
2026-06-28 20:06:18 +08:00
mlogclub
4be707c871
feat: update WorkflowNodeIcon styling for improved visibility
2026-06-28 20:03:45 +08:00
mlogclub
2adc3bb733
feat: add showConditionBranches prop to WorkflowConfigPanel for conditional rendering
2026-06-28 20:01:35 +08:00
mlogclub
c035ad564d
feat: update styling of WorkflowConfigPanel for improved visual appeal
2026-06-28 19:57:11 +08:00
mlogclub
6870ce1af3
feat: enhance resize handle in WorkflowConfigPanel for improved usability
2026-06-28 19:48:51 +08:00
mlogclub
926e3e6dc4
feat: update styling of panels in WorkflowConfigPanel and ConditionBranchConfigPanel for improved UI consistency
2026-06-28 19:48:37 +08:00
mlogclub
3d15c58aeb
feat: implement resizable panel in WorkflowConfigPanel for enhanced user interaction
2026-06-28 19:42:02 +08:00
mlogclub
54fcd50c9d
feat: remove static description for selected branches in WorkflowConfigPanel
2026-06-28 19:38:24 +08:00
mlogclub
d97b952856
feat: enhance WorkflowConfigPanel layout and styling for improved user experience
2026-06-28 19:37:04 +08:00
mlogclub
d1723ff5d7
feat: improve layout and styling of WorkflowConfigPanel for better UI consistency
2026-06-28 19:32:03 +08:00
mlogclub
c4a2389965
feat: update NodeConfigPanel and WorkflowConfigPanel with improved title handling and UI enhancements
2026-06-28 19:30:42 +08:00
mlogclub
f99a58f9df
feat: enhance NodeConfigPanel and VariableSelector with improved styling and description handling
2026-06-28 19:25:58 +08:00
mlogclub
e38c19f8d8
feat: add description handling to VariableSelector and OptionCombobox for improved option clarity
2026-06-28 17:53:56 +08:00