generalbots/botui/ui/suite/chat
Rodrigo Rodriguez 73e0121d0b Fix: start.bas não executa e HTML truncado
- Remove streaming de chunks LLM, acumula resposta completa antes de enviar
- Corrige variável 'action' para 'actionData' no click handler de suggestions
- Adiciona fallback window.sendMessage() se WebSocket não estiver aberto
- Adiciona guard DOMContentLoaded no chat-init.js
- Adiciona cache-busting (?v=4) no chat.html

Impacto:
- start.bas executa corretamente ao conectar WebSocket
- HTML não é mais truncado (tags fecham corretamente)
- Sugestões executam tool invocations via WebSocket
2026-05-01 02:02:57 -03:00
..
chat-init.js Fix: start.bas não executa e HTML truncado 2026-05-01 02:02:57 -03:00
chat-mentions.js feat: Split chat.html into modular JS modules for #495 switcher support 2026-04-25 07:03:26 -03:00
chat-messages.js Fix HTML streaming: accumulate chunks and render only on is_complete 2026-04-30 22:21:46 -03:00
chat-state.js feat: Add switcher toggle functionality 2026-04-26 16:36:03 -03:00
chat-suggestions.js Fix: start.bas não executa e HTML truncado 2026-05-01 02:02:57 -03:00
chat-switchers.js feat: Add switcher toggle functionality 2026-04-26 16:36:03 -03:00
chat-theme.js feat: Split chat.html into modular JS modules for #495 switcher support 2026-04-25 07:03:26 -03:00
chat-websocket.js fix: Show chat HTML only after WebSocket ready - Prevents handleMentionInput undefined error - Chat content hidden until WebSocket opens - Fixes SD issues between JS and HTML loading 2026-04-30 21:26:16 -03:00
chat.css feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
chat.html feat: Split chat.html into modular JS modules for #495 switcher support 2026-04-25 07:03:26 -03:00
chat.js feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
projector.html feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00