interface Props { onRetry: () => void; onDiscard: () => void; } // v1.12.3: shown when an assistant message has been 'streaming' for 60+ // seconds without new tokens. Lives above ChatInput in ChatPane. Retry // discards the stuck row then resends the last user message; Discard just // clears the row and drops the dot to idle. export function StaleStreamBanner({ onRetry, onDiscard }: Props) { return (