From a7710d9a41ec28eb5c8b789ba6bcfd56718375b7 Mon Sep 17 00:00:00 2001 From: DDKinger Date: Mon, 7 Sep 2026 10:30:41 +0800 Subject: [PATCH 1/7] Settings polish: reorder Agent page settings Arrange the Agent page controls so agent selection, model configuration, pane behavior, error detection, sessions, and token usage follow the intended sequence without changing their content. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: adb1aab1-e7ab-4cb3-ab56-813c33c219c2 --- .../TerminalSettingsEditor/AIAgents.xaml | 72 +++++++++---------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/src/cascadia/TerminalSettingsEditor/AIAgents.xaml b/src/cascadia/TerminalSettingsEditor/AIAgents.xaml index 82f572be8..f3078cff5 100644 --- a/src/cascadia/TerminalSettingsEditor/AIAgents.xaml +++ b/src/cascadia/TerminalSettingsEditor/AIAgents.xaml @@ -381,42 +381,6 @@ Style="{StaticResource ComboBoxSettingStyle}" /> - - - - - - - - - - @@ -467,6 +431,42 @@ IsOn="{x:Bind ViewModel.ShowTokenUsageAndCost, Mode=TwoWay}" /> + + + + + + + + + + From d9c63257c363eecc9c6ae2d55f9be66c2b008689 Mon Sep 17 00:00:00 2001 From: DDKinger Date: Mon, 7 Sep 2026 10:49:11 +0800 Subject: [PATCH 2/7] Settings polish: align the Yolo mode toggle Use the same standard toggle layout as Sessions and Token usage so the On/Off label and switch align consistently on the right. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: adb1aab1-e7ab-4cb3-ab56-813c33c219c2 --- src/cascadia/TerminalSettingsEditor/AIAgents.xaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/cascadia/TerminalSettingsEditor/AIAgents.xaml b/src/cascadia/TerminalSettingsEditor/AIAgents.xaml index f3078cff5..5b1e2e1f5 100644 --- a/src/cascadia/TerminalSettingsEditor/AIAgents.xaml +++ b/src/cascadia/TerminalSettingsEditor/AIAgents.xaml @@ -439,9 +439,10 @@ x:Uid="AIAgents_YoloMode"> + IsEnabled="{x:Bind mtu:Converters.InvertBoolean(ViewModel.IsYoloModePolicyLocked), Mode=OneWay}" /> Date: Mon, 7 Sep 2026 10:52:43 +0800 Subject: [PATCH 3/7] Settings polish: align custom model actions Place Add New in the same right-side action column as Remove and give both buttons the same minimum width. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: adb1aab1-e7ab-4cb3-ab56-813c33c219c2 --- src/cascadia/TerminalSettingsEditor/AIAgents.xaml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/cascadia/TerminalSettingsEditor/AIAgents.xaml b/src/cascadia/TerminalSettingsEditor/AIAgents.xaml index 5b1e2e1f5..307b256a4 100644 --- a/src/cascadia/TerminalSettingsEditor/AIAgents.xaml +++ b/src/cascadia/TerminalSettingsEditor/AIAgents.xaml @@ -304,10 +304,17 @@ -