d561af0981
fix: use .ast files in tool_executor
2026-04-12 17:56:47 -03:00
c6d73e73bd
fix: use compile_preprocessed for .ast files
2026-04-12 17:49:10 -03:00
3963b72147
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
5b47759263
update botserver submodule with DriveMonitor fix
2026-04-12 16:06:34 -03:00
a8842408f7
Update botserver with ADD SUGGESTION preprocessor fix
2026-04-12 15:33:22 -03:00
12d33d5c7c
chore: update botserver to 78130caa
...
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-04-12 15:08:17 -03:00
3bf10e44ca
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
1357a5b174
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
87bbc31887
Update botserver to enable directory feature by default
2026-04-12 11:48:50 -03:00
e39f92d6fa
chore: update submodules (embedding server readiness fix)
2026-04-12 10:28:22 -03:00
1f838a33db
Update botserver: small change to force rebuild
2026-04-12 10:00:17 -03:00
03bdd539f2
Force CI rebuild
2026-04-12 09:56:34 -03:00
cf4946dde9
Update botserver: add KB fail state migration
2026-04-12 09:43:59 -03:00
f4fae5672f
Update botserver: add fail_count/last_failed_at to kb_documents
2026-04-12 09:36:52 -03:00
49f3ea066e
Update botserver: add smart sleep based on fail_count
2026-04-12 09:20:34 -03:00
1aa2e6dfd9
Update botserver submodule: fix backoff per KB folder
2026-04-12 09:15:52 -03:00
e1bf241f58
Update botserver submodule: add KB indexing backoff logic
2026-04-12 09:13:53 -03:00
88add80f16
Update botserver submodule: reduce embedding batch_size to 2
2026-04-12 08:21:56 -03:00
8d6368ada1
Update botserver submodule
2026-04-12 07:47:19 -03:00
586da4dbd4
Temp fix: skip embedding check in DriveMonitor
2026-04-12 06:59:13 -03:00
3ec393c3ba
Update botserver: Handle reasoning field from NVIDIA kimi-k2.5
2026-04-11 22:59:32 -03:00
5157d8ba8b
Update botserver: Handle reasoning_content from NVIDIA reasoning models
2026-04-11 22:31:13 -03:00
ab5147e077
Update botserver: KB indexing fixes (kb_collections upsert, collection names, indexed flag)
2026-04-11 21:26:24 -03:00
51c8fb594a
Update botserver: fix file_states path to use bucket_name instead of UUID
2026-04-11 20:40:44 -03:00
ccd15e8df4
Update botserver submodule: fix work path and indexed flag bugs
2026-04-11 20:16:47 -03:00
7280ebc4da
Update botserver: save file_states after prompt update
2026-04-11 19:21:39 -03:00
594e1492f2
Update botserver submodule: fix work dir path and PROMPT.md loop
2026-04-11 18:42:30 -03:00
2741f0ff7d
Update botserver: fix LLM context truncation, bot creation, S3 endpoint, vectordb seed
2026-04-11 17:56:53 -03:00
91826f3c70
Update botserver: Fix KB indexing with single-file streaming, PROMPT.md sync, bot-specific embedding
2026-04-11 14:09:15 -03:00
9b90a8bce8
Update botserver: use bot-specific embedding config in DriveMonitor
2026-04-11 08:55:57 -03:00
6b0d7d449d
Update botserver: Fix Zitadel health check and add ss command to allowed commands
2026-04-11 07:49:29 -03:00
5477f20493
Update botserver: Multiple improvements across core modules
2026-04-11 07:34:27 -03:00
a6dfb450d1
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
f1cdc524d4
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
5c69a8eed0
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
992fd38863
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
273034faf2
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
a5b747e5a8
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
ffb0683292
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
bff10302eb
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
b6cbe6d346
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
770b1b0eaa
Update botserver: Optimize CI clone process
...
- Preserve /home/gbuser/target compilation cache across CI runs
- Simplify clone logic, always fresh clone from ALM
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-10 20:02:40 -03:00
e295d5291c
Update botserver: Fix Zitadel bootstrap env vars
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-10 19:56:51 -03:00
23eaf3c9b4
Update botserver: Fix CI workflow - clean source and fresh clone
2026-04-10 15:36:48 -03:00
9a63f33ac1
Update botserver: Fix CI submodule update and drive URL
2026-04-10 15:20:02 -03:00
081675ac9f
Update botserver: Fix drive URL and PROMPT.md loading
2026-04-10 14:36:05 -03:00
286e40c9fd
Update botserver: Fix PROMPT.md loading path
2026-04-10 13:12:14 -03:00
b7d5a7c934
Update botserver: Fix warnings in drive_monitor
2026-04-10 12:58:51 -03:00
fb91aae7f9
Update botserver: Fix CI - initialize all workspace members
2026-04-10 12:49:28 -03:00
116f914490
Update botserver submodule: Handle divergent submodule histories
...
- Changed from 'git pull --ff-only' to 'git fetch + git reset --hard'
- Fixes CI failure when submodule histories diverge
- Ensures CI always uses exact remote state
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-10 12:15:44 -03:00