Handle settings logs agent failures
PR and Push Build/Test / build-and-test (push) Successful in 9m8s

This commit is contained in:
2026-06-09 17:10:06 +02:00
parent 8af89a622d
commit ecdd23bde7
8 changed files with 147 additions and 15 deletions
@@ -297,7 +297,7 @@ internal sealed class WorkflowRulesEditorWpfWindow : Window
{
conversationPanel.Children.Add(new TextBlock
{
Text = "Thinking...",
Text = viewModel.ActivityMessage,
Foreground = MutedText,
Margin = new Thickness(4, 2, 4, 2)
});