botui/ui
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
..
embedded style: Format vibe.html for better readability 2026-03-01 22:36:15 -03:00
minimal fix: resolve infinite WebSocket reconnection loop 2026-02-25 10:15:47 -03:00
public/themes WIP: Various UI updates from previous session 2026-02-08 12:21:11 +00:00
shared - Spliting from botserver. 2025-12-03 18:42:22 -03:00
suite fix: detect uppercase HTML tags in chat rendering 2026-04-14 11:29:50 -03:00