Demo images / Build & push demo images (push) Failing after 2m12s
Belt-and-suspenders fix on top of AIUI's own root-cause fix (the archyBridge origin bug, fixed in the AIUI repo): the archy-side loading overlay now gets pointer-events:none (it has no interactive content of its own, so it should never have blocked clicks reaching the iframe underneath) and a bounded 8s timeout that unconditionally hides it if no 'ready' message ever arrives — regardless of AIUI/backend state. The timeout only dismisses the overlay; it does not fabricate a successful connection, so the connected indicator still reflects reality. Two new tests in chatAiuiEmbed.test.ts cover the timeout firing at exactly 8s and not firing prematurely. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>