The web UI now shows agent discovery questions in a stable right-side Questions tab instead of inline in the chat stream, fixing a remount bug that replayed the one-by-one reveal animation after generation finished.
Dedicated right-side Questions tab with stable per-occurrence key prevents reveal-animation replay bug caused by conditional remount during streaming message reconciliation.
Users interacting with AI-powered discovery questions no longer see confusing duplicate animations or lose questions as new chat messages scroll past, making structured input forms easier to find and complete. The stable key mechanism (`conversationId:formId`) ensures a question form instance persists across the streaming-to-persisted reconciliation flicker that previously caused the panel to unmount and remount with a reset reveal state. Operators should watch whether the 120-second auto-skip countdown and the banner-to-tab navigation flow are tested in production, since the PR notes CI typecheck and manual verification are still pending.