generalbots/botserver/src
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
..
analytics feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
api feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
attendance feat: Separate switchers from suggestions - server-side prompt resolution 2026-04-23 21:36:09 +00:00
attendant feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
auto_task refactor: Remove ooxmlsdk from default build, split document_processor, fix DriveMonitor sync 2026-04-21 14:54:41 +00:00
basic Fix: ADD SWITCHER keyword normalization 2026-04-28 09:54:03 -03:00
billing feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
botmodels feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
browser feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
calendar feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
canvas feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
channels feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
compliance feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
console refactor: Remove ooxmlsdk from default build, split document_processor, fix DriveMonitor sync 2026-04-21 14:54:41 +00:00
contacts feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
core Fix HTML streaming: accumulate chunks and render only on is_complete 2026-04-30 22:21:46 -03:00
dashboards feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
deployment feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
designer refactor: Remove ooxmlsdk from default build, split document_processor, fix DriveMonitor sync 2026-04-21 14:54:41 +00:00
directory fix: correct info! macro format string 2026-04-29 08:43:47 -03:00
docs refactor: Remove ooxmlsdk from default build, split document_processor, fix DriveMonitor sync 2026-04-21 14:54:41 +00:00
drive Fix HTML streaming: accumulate chunks and render only on is_complete 2026-04-30 22:21:46 -03:00
email refactor: Remove ooxmlsdk from default build, split document_processor, fix DriveMonitor sync 2026-04-21 14:54:41 +00:00
instagram feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
learn feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
legal feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
llm feat: stabilize production HTML rendering and update CI/CD 2026-04-30 18:41:18 -03:00
main_module fix: multi-layered (redis + in-memory) guard for start.bas to stop redundant execution 2026-04-30 17:28:54 -03:00
maintenance feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
marketing refactor: Remove ooxmlsdk from default build, split document_processor, fix DriveMonitor sync 2026-04-21 14:54:41 +00:00
meet feat: Separate switchers from suggestions - server-side prompt resolution 2026-04-23 21:36:09 +00:00
monitoring feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
msteams feat: Separate switchers from suggestions - server-side prompt resolution 2026-04-23 21:36:09 +00:00
multimodal refactor: Remove ooxmlsdk from default build, split document_processor, fix DriveMonitor sync 2026-04-21 14:54:41 +00:00
nvidia feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
paper refactor: Remove ooxmlsdk from default build, split document_processor, fix DriveMonitor sync 2026-04-21 14:54:41 +00:00
people feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
player feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
products feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
project feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
research feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
search feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
security feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
settings feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
sheet refactor: Remove ooxmlsdk from default build, split document_processor, fix DriveMonitor sync 2026-04-21 14:54:41 +00:00
slides refactor: Remove ooxmlsdk from default build, split document_processor, fix DriveMonitor sync 2026-04-21 14:54:41 +00:00
social feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
sources feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
tasks Fixing repo integration 2026-04-19 20:50:52 -03:00
telegram feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
tickets feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
timeseries feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
vector-db Fixing repo integration 2026-04-19 21:22:53 -03:00
video Fixing repo integration 2026-04-19 20:50:52 -03:00
weba feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
whatsapp feat: Separate switchers from suggestions - server-side prompt resolution 2026-04-23 21:36:09 +00:00
workspaces feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
embedded_ui.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
main.rs Fix HTML streaming: accumulate chunks and render only on is_complete 2026-04-30 22:21:46 -03:00