generalbots/botui/ui
Rodrigo Rodriguez b392d508c3 Fix HTML streaming: accumulate chunks and render only on is_complete
- botui/chat-messages.js: HTML chunks now accumulated without rendering,
  only showing loading indicator. When is_complete=true, full HTML
  rendered at once. Text/markdown continues streaming normally.
- botserver/mod.rs: Remove unused html_buffer variable
- drive_monitor/monitor.rs: Change CHECK_INTERVAL_SECS from 1 to 2
- CI workflow: Fix paths to use target/fast/ instead of target/debug/
  and target/release/
2026-04-30 22:21:46 -03:00
..
embedded feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
minimal fix: HTML rendering in chat + improved PROMPT.md for ramal queries 2026-04-22 20:15:21 +00:00
public/themes feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
shared feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
suite Fix HTML streaming: accumulate chunks and render only on is_complete 2026-04-30 22:21:46 -03:00