Commit graph

644 commits

Author SHA1 Message Date
9a6dd337f9 update botserver - GBKB debug logging 2026-04-12 22:09:50 -03:00
f679593d7b update botserver - KB processor feature-agnostic
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-04-12 21:40:25 -03:00
a4ae8bf156 update botserver - background KB processor, check_gbot prefix filter, config header fix
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-04-12 21:28:32 -03:00
d66ea28357 update botserver submodule - fix DriveMonitor timeout and config header
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-04-12 21:03:55 -03:00
791e1672f4 update botserver submodule to fix config.csv sync
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-04-12 20:36:32 -03:00
a16cf65c3c update botserver submodule 2026-04-12 19:50:05 -03:00
ee362fbd15 update submodules 2026-04-12 19:35:47 -03:00
bfee85f5b5 fix: use ADD_SUGGESTION_TOOL instead of ADD_SUGG_TOOL 2026-04-12 18:34:00 -03:00
b04a03aa7d fix: use .ast files in tool_executor 2026-04-12 17:56:47 -03:00
4292a7ce76 fix: use compile_preprocessed for .ast files 2026-04-12 17:49:10 -03:00
0529f51b68 fix: use compile_preprocessed for .ast files in start.bas execution
- Added compile_preprocessed method to ScriptService that skips preprocessing
- Fixed first message handler to use compile_preprocessed when reading .ast files
- Fixed WebSocket handler to use compile_preprocessed when reading .ast files
- This prevents double preprocessing of already-preprocessed .ast content
2026-04-12 17:47:16 -03:00
4388d8d042 update botserver submodule with DriveMonitor fix 2026-04-12 16:06:34 -03:00
9c61885b9b Update botserver with ADD SUGGESTION preprocessor fix 2026-04-12 15:33:22 -03:00
42bf55c348 chore: update botserver to 78130caa
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-04-12 15:08:17 -03:00
cae3c25c8f chore: update botserver submodule to e34481b7 (borrow checker fix)
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-04-12 14:52:35 -03:00
620d84a845 chore: update botserver submodule (ADD_SUGG_TOOL fix)
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-04-12 14:16:15 -03:00
57a718426e Update botserver to enable directory feature by default 2026-04-12 11:48:50 -03:00
3b09fce82b chore: update submodules (embedding server readiness fix) 2026-04-12 10:28:22 -03:00
75650df065 Update botserver: small change to force rebuild 2026-04-12 10:00:17 -03:00
2519294add Force CI rebuild 2026-04-12 09:56:34 -03:00
553b7b9e21 Update botserver: add KB fail state migration 2026-04-12 09:43:59 -03:00
7366541614 Update botserver: add fail_count/last_failed_at to kb_documents 2026-04-12 09:36:52 -03:00
3a03a7dc5a Update botserver: add smart sleep based on fail_count 2026-04-12 09:20:34 -03:00
254901bf4a Update botserver submodule: fix backoff per KB folder 2026-04-12 09:15:52 -03:00
cf69c01feb Update botserver submodule: add KB indexing backoff logic 2026-04-12 09:13:53 -03:00
0c5b20ce61 Update botserver submodule: reduce embedding batch_size to 2 2026-04-12 08:21:56 -03:00
db6f2610ee Update botserver submodule 2026-04-12 07:47:19 -03:00
1707ead3c0 Temp fix: skip embedding check in DriveMonitor 2026-04-12 06:59:13 -03:00
90fb3f0dc0 Update botserver: Handle reasoning field from NVIDIA kimi-k2.5 2026-04-11 22:59:32 -03:00
3e1a3d4e5e Update botserver: Handle reasoning_content from NVIDIA reasoning models 2026-04-11 22:31:13 -03:00
6b857e8d17 Update botserver: KB indexing fixes (kb_collections upsert, collection names, indexed flag) 2026-04-11 21:26:24 -03:00
5b5e3202e5 Update botserver: fix file_states path to use bucket_name instead of UUID 2026-04-11 20:40:44 -03:00
11ccba624c Update botserver submodule: fix work path and indexed flag bugs 2026-04-11 20:16:47 -03:00
1ab01b09a2 Update botserver: save file_states after prompt update 2026-04-11 19:21:39 -03:00
5ebd2d8f5d Update botserver submodule: fix work dir path and PROMPT.md loop 2026-04-11 18:42:30 -03:00
0c008c1c0e Update botserver: fix LLM context truncation, bot creation, S3 endpoint, vectordb seed 2026-04-11 17:56:53 -03:00
07f34991d5 ci: trigger build 2026-04-11 14:28:16 -03:00
ba7184c10b Update botserver: Fix KB indexing with single-file streaming, PROMPT.md sync, bot-specific embedding 2026-04-11 14:09:15 -03:00
02e7389e62 Update botserver: use bot-specific embedding config in DriveMonitor 2026-04-11 08:55:57 -03:00
a1aa97f1be Update botserver: Fix Zitadel health check and add ss command to allowed commands 2026-04-11 07:49:29 -03:00
7950120339 Update botserver: Multiple improvements across core modules 2026-04-11 07:34:27 -03:00
d963b6c562 Update botserver: Clean up all workspaces before build
- SSH to system container and clean unused workspaces
- Keep only what's used by CI to avoid disk space issues

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-10 21:15:32 -03:00
851c66fbaa Update botserver: Restore botlib and gb-ws workspaces
- Restore botlib repository with --depth 1
- Restore gb-ws workspace from /opt/gbo/data/gb
- Use --depth 1 for all clone operations

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-10 21:00:40 -03:00
36fddd0aec Update botserver: Check if workspace is git repo before clone
- Handles persistent workspace directories on production server
- Pulls existing repos instead of failing on clone

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-10 20:56:07 -03:00
3aac836a49 Update botserver: Only clean .git dir, not entire workspace
- Removes only .git metadata, preserves working files
- Prevents 'destination already exists' errors

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-10 20:51:28 -03:00
50ffd05068 Update botserver: Remove non-existent botlib workspace
- botlib repository doesn't exist in external repo
- Simplified CI to handle only botserver

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-10 20:47:36 -03:00
4478b3d7ba Update botserver: Fix CI workspace cleanup
- Clean /opt/gbo/data/botserver before git clone

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-10 20:45:24 -03:00
f0fde2c7bd Update botserver: Restore production CI/CD workflow
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-10 20:40:48 -03:00
a3e7c90669 Update botserver: Zitadel v4.13.1
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-10 20:17:23 -03:00
7122285a60 Update botserver: Simplify CI clone process
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-10 20:10:02 -03:00