diff --git a/aggregator-web/src/components/ChatTimeline.tsx b/aggregator-web/src/components/ChatTimeline.tsx index ed0f57c..1e274c9 100644 --- a/aggregator-web/src/components/ChatTimeline.tsx +++ b/aggregator-web/src/components/ChatTimeline.tsx @@ -243,14 +243,17 @@ const ChatTimeline: React.FC = ({ agentId, className, isScope const getActionIcon = (action: string, type: string) => { if (type === 'command') { switch (action) { - case 'scan_updates': - return ; case 'scan_storage': return ; case 'scan_system': return ; case 'scan_docker': return ; + case 'scan_apt': + case 'scan_dnf': + case 'scan_winget': + case 'scan_windows': + return ; case 'dry_run_update': return ; case 'confirm_dependencies':