refactor: rename Orchestration to Workflows in settings nav

Align settings terminology with Agent Framework docs where 'Workflows'
is the top-level concept. 'Orchestration' now only appears as
'Orchestration Mode' in the pattern editor, correctly referring to the
specific mode (sequential, concurrent, etc.) within a workflow.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
David Kaya
2026-04-02 17:39:41 +02:00
co-authored by Copilot
parent c0aaffa39f
commit 4c3198a550
+2 -2
View File
@@ -87,7 +87,7 @@ const navGroups: NavGroup[] = [
],
},
{
label: 'Orchestration',
label: 'Workflows',
items: [
{ id: 'patterns', label: 'Patterns', icon: <Workflow className="size-3.5" /> },
{ id: 'agents', label: 'Agents', icon: <UserCircle className="size-3.5" /> },
@@ -566,7 +566,7 @@ function PatternsSection({
<div>
<SectionHeader
description="Define reusable agent configurations for your sessions"
title="Orchestration Patterns"
title="Workflow Patterns"
>
<SectionAction label="New Pattern" onClick={onNewPattern} />
</SectionHeader>