generalbots/botserver/src
Rodrigo Rodriguez (Pragmatismo) e6cd0ff02b fix: Drop stream_tx after LLM spawn + ADD_SUGGESTION single-arg + lowercase fix + sync_bas_to_work
- drop(stream_tx) after spawning LLM task so stream_rx.recv() loop ends
  when LLM finishes. Without this, the streaming loop hung forever and
  is_complete:true + suggestions were never sent to WebSocket clients.
- Add single-arg ADD_SUGGESTION "text" syntax (registered LAST for
  highest Rhai priority so it matches before 2-arg form).
- convert_keywords_to_lowercase() now only lowercases Rhai built-in
  keywords (IF, ELSE, WHILE, etc.), not custom syntax keywords (TALK,
  HEAR, ADD_SUGGESTION) which are case-sensitive in Rhai.
- sync_bas_to_work() downloads changed .bas files from S3 to work dir
  when etag changes, preventing stale local copies used by compiler.
2026-04-21 22:01:17 +00: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 refactor: Remove ooxmlsdk from default build, split document_processor, fix DriveMonitor sync 2026-04-21 14:54:41 +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: Drop stream_tx after LLM spawn + ADD_SUGGESTION single-arg + lowercase fix + sync_bas_to_work 2026-04-21 22:01:17 +00: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: Drop stream_tx after LLM spawn + ADD_SUGGESTION single-arg + lowercase fix + sync_bas_to_work 2026-04-21 22:01:17 +00: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 feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -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: Drop stream_tx after LLM spawn + ADD_SUGGESTION single-arg + lowercase fix + sync_bas_to_work 2026-04-21 22:01:17 +00: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 refactor: Remove ooxmlsdk from default build, split document_processor, fix DriveMonitor sync 2026-04-21 14:54:41 +00:00
main_module refactor: Remove ooxmlsdk from default build, split document_processor, fix DriveMonitor sync 2026-04-21 14:54:41 +00: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: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
monitoring feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
msteams feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03: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 refactor: Remove ooxmlsdk from default build, split document_processor, fix DriveMonitor sync 2026-04-21 14:54:41 +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 Fixing repo integration 2026-04-19 20:50:52 -03:00