rodriguez
  • Joined on 2025-03-25
rodriguez pushed to main at GeneralBots/gb 2026-04-13 22:59:19 +00:00
42373c0cea chore: update botserver submodule
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 22:59:08 +00:00
1b040a4278 fix: kimi stream - handle channel close, add parse error trace, fix buffer handling
rodriguez pushed to main at GeneralBots/gb 2026-04-13 22:43:00 +00:00
0560794533 chore: update botserver submodule
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 22:42:39 +00:00
79997fc3b3 fix: kimi max_tokens 131072, add stream traces, content chars tracking
rodriguez pushed to main at GeneralBots/gb 2026-04-13 22:23:39 +00:00
1e03d4fe27 chore: update botserver submodule
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 22:23:26 +00:00
4d9d38ffda fix: enable chat_template_kwargs for GLM thinking mode, add stream traces, fix config_manager scope
rodriguez pushed to main at GeneralBots/gb 2026-04-13 21:52:22 +00:00
c85eab3443 chore: update botserver submodule
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 21:52:11 +00:00
d6ffe265ef fix: GLM max_tokens 131072, disable thinking kwargs - model sends content after reasoning naturally
c9fa057203 fix: TOOL_EXEC uses correct MessageType constant from botlib, not enums
Compare 2 commits »
rodriguez pushed to main at GeneralBots/gb 2026-04-13 21:43:20 +00:00
81da7693e5 chore: update botserver submodule - fix tool exec message type
rodriguez pushed to main at GeneralBots/gb 2026-04-13 21:33:36 +00:00
2cff40a15a chore: update botserver submodule
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 21:33:25 +00:00
87df733db0 fix: GLM client - add chat_template_kwargs, handle reasoning_content, increase max_tokens to 16384
rodriguez pushed to main at GeneralBots/gb 2026-04-13 21:19:51 +00:00
9ab39e1442 ci: trigger rebuild
rodriguez pushed to main at GeneralBots/gb 2026-04-13 21:16:48 +00:00
e42c204201 chore: update botserver submodule
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 21:16:23 +00:00
8a65afbfc5 feat: add [BASIC_EXEC] traces for start, tool, scheduler, webhook execution
99572f0dc5 fix: ensure websocket_session_id and channel context are set before tool execution so TALK can route messages to frontend
Compare 2 commits »
rodriguez pushed to main at GeneralBots/gb 2026-04-13 21:04:07 +00:00
83635eebde chore: update botserver submodule - fix TALK routing in tool execution
rodriguez pushed to main at GeneralBots/gb 2026-04-13 20:58:00 +00:00
2623a0317c chore: update botserver submodule
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 20:57:27 +00:00
5a24137a5b fix: remove extra_body param from GLM client - NVIDIA API rejects it
rodriguez pushed to main at GeneralBots/gb 2026-04-13 20:37:56 +00:00
c7099ae536 chore: update botserver submodule
rodriguez pushed to main at GeneralBots/generalbots 2026-04-13 20:37:11 +00:00
81c60ceb25 feat: add Kimi client and GLM thinking mode support, fix tool exec direct return
rodriguez pushed to main at GeneralBots/gb 2026-04-13 19:26:34 +00:00
0274469de6 chore: update botserver - fix KB re-download loop