rodriguez
  • Joined on 2025-03-25
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 19:26:17 +00:00
e48b5610db fix: prevent KB re-download loop when file_states fails to load
rodriguez pushed to main at GeneralBots/gb 2026-04-13 19:21:36 +00:00
7481df49c7 chore: update submodules
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 19:21:21 +00:00
60fd3dbbc4 fix: handle both reasoning_content and reasoning fields for NVIDIA API
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 19:18:15 +00:00
8ddcde4830 fix: detect NVIDIA API as GLM provider, handle full URL path
rodriguez pushed to main at GeneralBots/gb 2026-04-13 19:03:50 +00:00
4068be0f98 chore: update botserver submodule - fix new PDF detection in indexed KB folders
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 19:03:26 +00:00
32fbdb4b17 fix: detect new PDFs in already-indexed KB folders
rodriguez pushed to main at GeneralBots/gb 2026-04-13 18:57:35 +00:00
3b0a1124ca chore: update botserver submodule - add ADD_SWITCHER keyword
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 18:57:20 +00:00
6d987c0eea feat: add ADD_SWITCHER keyword with underscore preprocessing
rodriguez pushed to main at GeneralBots/gb 2026-04-13 18:36:20 +00:00
b1a6ac8809 chore: update submodules - add thinking indicator for reasoning models
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 18:35:27 +00:00
498c771d7b feat: add thinking indicator for reasoning models (GLM4.7, Kimi K2.5)
rodriguez pushed to main at GeneralBots/gb 2026-04-13 18:18:50 +00:00
0ebb90385b chore: update botserver submodule - fix reasoning models (GLM4.7, Kimi K2.5)
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 18:18:27 +00:00
3e99235a49 fix: support reasoning models (GLM4.7, Kimi K2.5) - use reasoning_content when content is null
rodriguez pushed to main at GeneralBots/gb 2026-04-13 18:08:05 +00:00
3550afeeb8 chore: update botserver submodule - restore stable LLM provider
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 18:07:26 +00:00
c5d30adebe revert: restore llm/mod.rs to stable April 9 version
rodriguez pushed to main at GeneralBots/gb 2026-04-13 17:29:38 +00:00
d1ce45589a docs: add Drive ops, logging, program access, and compilation architecture to PROD.md
rodriguez pushed to main at GeneralBots/gb 2026-04-13 17:10:14 +00:00
824f8c7f01 fix: deduplicate suggestion buttons with Redis SADD
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 17:10:03 +00:00
765bd624f4 fix: use Redis SADD instead of RPUSH for suggestions to prevent duplicate buttons
rodriguez pushed to main at GeneralBots/gb 2026-04-13 17:06:22 +00:00
bb5e2cc1f2 refactor: unify BASIC compilation into BasicCompiler, runtime uses .ast only
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 17:06:10 +00:00
f8b47d1ac2 refactor: unify BASIC compilation into BasicCompiler only, runtime uses ScriptService::run() on pre-compiled .ast
rodriguez pushed to main at GeneralBots/gb 2026-04-13 15:59:14 +00:00
e754d738b8 chore: update botserver - LLM timeout + scan concurrency guard