feat(ui): mark agent-suggested improvement children in the task tree

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
mika kuns
2026-06-04 16:22:38 +02:00
parent 5363570fb4
commit 0e130177fc
3 changed files with 17 additions and 1 deletions

View File

@@ -136,6 +136,13 @@
IsVisible="{Binding HasRoadblock}"
ToolTip.Tip="{Binding RoadblockTooltip}"/>
<!-- Agent-suggested badge -->
<PathIcon Width="10" Height="10" VerticalAlignment="Center"
Data="{StaticResource Icon.AgentSuggested}"
Foreground="#5C8FA8"
IsVisible="{Binding IsAgentSuggested}"
ToolTip.Tip="Suggested by the agent"/>
<!-- Status chip -->
<Border Classes="chip"
Classes.running="{Binding Status, Converter={StaticResource EqStatus}, ConverterParameter=Running}"