diff --git a/src/renderer/components/Wizard/screens/AgentSelectionScreen.tsx b/src/renderer/components/Wizard/screens/AgentSelectionScreen.tsx index 3097dbee..ab3443aa 100644 --- a/src/renderer/components/Wizard/screens/AgentSelectionScreen.tsx +++ b/src/renderer/components/Wizard/screens/AgentSelectionScreen.tsx @@ -822,6 +822,20 @@ export function AgentSelectionScreen({ theme }: AgentSelectionScreenProps): JSX.
{/* Spacer for centering */}
+ {/* Detection in progress banner - show when using placeholder agent during SSH detection */} + {isDetecting && !detectedConfigAgent && ( +
+
+ Detecting agent on remote host... +
+ )} + {/* Configuration Panel */}