From 4c3198a55004c5d778acbe900efacf49f96469f2 Mon Sep 17 00:00:00 2001 From: David Kaya Date: Thu, 2 Apr 2026 17:39:41 +0200 Subject: [PATCH] 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> --- src/renderer/components/SettingsPanel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/renderer/components/SettingsPanel.tsx b/src/renderer/components/SettingsPanel.tsx index dd00e33..b9787c7 100644 --- a/src/renderer/components/SettingsPanel.tsx +++ b/src/renderer/components/SettingsPanel.tsx @@ -87,7 +87,7 @@ const navGroups: NavGroup[] = [ ], }, { - label: 'Orchestration', + label: 'Workflows', items: [ { id: 'patterns', label: 'Patterns', icon: }, { id: 'agents', label: 'Agents', icon: }, @@ -566,7 +566,7 @@ function PatternsSection({