rodriguez
  • Joined on 2025-03-25
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 15:58:18 +00:00
723407cfd6 fix: add 60s timeout to LLM stream reads and add concurrent scan guard
rodriguez pushed to main at GeneralBots/gb 2026-04-13 15:22:42 +00:00
b70b4f9d56 chore: update botserver submodule - skip GBKB scan when indexed
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 15:22:17 +00:00
c1df15eb48 fix: skip GBKB scan when all KBs already indexed in Qdrant
rodriguez pushed to main at GeneralBots/gb 2026-04-13 14:58:09 +00:00
bc3fb4b811 chore: update botserver submodule - LLM debug traces
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 14:57:48 +00:00
326305d55e debug: add LLM output traces to diagnose blank HTML rendering issue
rodriguez pushed to main at GeneralBots/gb 2026-04-13 14:49:52 +00:00
a44072f10f chore: update botserver submodule - build_date in health endpoint
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 14:49:15 +00:00
d1652fc413 feat: add build_date to health endpoint for CI deploy verification
rodriguez pushed to main at GeneralBots/gb 2026-04-13 14:25:43 +00:00
3823597057 chore: update botserver submodule to fix KB reindexing loop
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 14:25:08 +00:00
4fb626399d fix: prevent infinite KB reindexing loop by using last_modified as primary change detector
rodriguez pushed to main at GeneralBots/gb 2026-04-13 13:03:04 +00:00
554c0a72ca Update botserver: TOOL_EXEC KB fallthrough + skip KB re-index
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 13:02:53 +00:00
e98dc47ea1 fix: TOOL_EXEC with USE KB now falls through to LLM pipeline for KB-injected response
rodriguez pushed to main at GeneralBots/gb 2026-04-13 12:53:41 +00:00
67a3bb2866 Update botserver: skip KB re-index when already indexed
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 12:53:30 +00:00
1f77d7f099 fix: skip KB re-indexing when kb_collections already has docs, prevents vector DB loop
rodriguez pushed to main at GeneralBots/gb 2026-04-13 12:37:46 +00:00
f6b6396dde Update botserver: KB re-index fix + think tags + hardcoded salesianos
8270ed3d0c update: botserver submodule with DriveMonitor config sync fix
Compare 2 commits »
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 12:37:24 +00:00
86939c17d8 fix: stop KB re-indexing every cycle, add kb_indexed_folders tracking
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 12:04:46 +00:00
dd68cdbe6c fix: remove hardcoded salesianos, strip think tags globally, block reasoning_content leak
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 11:33:47 +00:00
dbec0df923 fix: DriveMonitor config.csv sync uses Last-Modified in addition to ETag
rodriguez pushed to main at GeneralBots/gb 2026-04-13 11:20:55 +00:00
921a4a52c9 update: botserver submodule with embedding config fallback fix
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 11:20:07 +00:00
1148069652 fix: EmbeddingConfig::from_bot_config fallback to default bot config
rodriguez pushed to main at GeneralBots/gb 2026-04-13 10:40:37 +00:00
af0f0fee1c update botserver - fix ADD_SUGGESTION AS case sensitivity