diff --git a/src/App.jsx b/src/App.jsx index ef56dee..d6f290e 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1732,8 +1732,8 @@ async function createNewChat() { )} - {chatWorkflowSelection.mode === 'automatic' - ? 'Flow: Automatic' + {workflowSelectionMode !== 'manual' + ? 'Workflow: Auto' : `Flow: ${selectedWorkflow?.name || 'Direct'}`}