botui/ui/suite/chat
Rodrigo Rodriguez (Pragmatismo) b87feb3d21
Some checks failed
BotUI CI/CD / build (push) Failing after 36s
fix: detect uppercase HTML tags in chat rendering
The regex for HTML detection only matched lowercase tags [a-z],
but models like openai/gpt-oss-120b output uppercase HTML tags.
This caused blank squares to appear instead of rendered HTML.

Updated all 6 occurrences in chat.html and partials/chat.html
to use [a-zA-Z] for case-insensitive tag detection.
2026-04-14 11:29:50 -03:00
..
chat.css feat: add thinking indicator for reasoning models 2026-04-13 15:35:46 -03:00
chat.html fix: detect uppercase HTML tags in chat rendering 2026-04-14 11:29:50 -03:00
chat.js Fix UI button handlers and add missing JS modules 2026-01-13 14:49:22 -03:00
projector.html fix: make suite UI elements fully themable and resolve black frame on desktop-inner 2026-02-28 10:05:36 -03:00