botui/ui/suite/chat
Rodrigo Rodriguez (Pragmatismo) 8bfe97e92e fix: allow anonymous chat connections when auth fails
- Modified chat auth failure handler to proceed with WebSocket connection
- Generates anonymous user_id and session_id using crypto.randomUUID()
- WebSocket handler already supports anonymous connections (creates UUIDs if not provided)
- Removes error notification and retry loop that prevented chat from working

This allows chat to work publicly without requiring authentication,
which is the expected behavior for public bots.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-02-24 21:47:09 -03:00
..
chat.css fix(ui): dynamic suggestion text and borders contrast, cache busting 2026-02-20 17:43:28 -03:00
chat.html fix: allow anonymous chat connections when auth fails 2026-02-24 21:47:09 -03:00
chat.js Fix UI button handlers and add missing JS modules 2026-01-13 14:49:22 -03:00
projector.html fix(ui): remove theme selector from suite layout and projector 2026-02-18 20:52:11 +00:00