- Shipped
- July 16, 2026 at 7:17 AM UTC
- Author
- Kamo
- Commit
- dc588b9
Swaps the forked AI/live-support React chat (PublicChatWidget + AiChatPanel + LiveSupportPanel + the /api/chat/** server proxy routes) for the hosted, self-theming <kamo-chat> custom element served from **************** The marketing org's WebChatIntegration site key is read server-side in the locale layout **************** force-dynamic route so it resolves at request time, not baked into a static build) and passed to the new KamoChatEmbed client component, which injects the widget script and mounts <kamo-chat site-key="...">. Drops @stomp/stompjs and sockjs-client, which were only used by the deleted LiveSupportPanel.