botserver/src/core
Rodrigo Rodriguez 3b21ab5ef9 fix: prevent duplicate message in chat when tool is executed
- Track tool_was_executed flag in stream_response
- Send empty content in final is_complete message when tool already sent results
- Prevents the LLM's pre-tool text from appearing twice in the chat UI
- DB message saving is unaffected (uses full_response_clone before the check)
2026-02-18 20:31:34 +00:00
..
automation Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
bootstrap fix: Correct parameter names in tool .bas files to match database schema 2026-02-18 17:51:47 +00:00
bot fix: prevent duplicate message in chat when tool is executed 2026-02-18 20:31:34 +00:00
config fix: Use PORT env var instead of BOTSERVER_PORT, default to port 9000 2026-02-17 14:43:16 +00:00
directory Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
dns Fix clippy warnings: match arms, async/await, Debug impls, formatting 2025-12-26 08:59:25 -03:00
incus Fix migration errors and reorganize migration files 2026-01-27 13:45:54 -03:00
kb fix: Update multiple modules for i18n and drive monitoring 2026-02-14 22:06:57 +00:00
oauth Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
package_manager fix: Correct parameter names in tool .bas files to match database schema 2026-02-18 17:51:47 +00:00
secrets fix: Correct parameter names in tool .bas files to match database schema 2026-02-18 17:51:47 +00:00
session Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
shared fix: Correct parameter names in tool .bas files to match database schema 2026-02-18 17:51:47 +00:00
bot_database.rs fix: Auto-create bot database when not configured 2026-02-15 14:57:22 +00:00
config_reload.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
features.rs Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
i18n.rs Debug: Add logging for missing translation keys 2026-02-14 12:25:46 +00:00
large_org_optimizer.rs Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
manifest.rs Update PROMPT.md and feature gating 2026-01-22 20:24:05 -03:00
middleware.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
mod.rs Update: refactor migrations, update source files, and add new features 2026-02-04 13:29:29 -03:00
organization.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
organization_invitations.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
organization_rbac.rs Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
performance.rs Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
product.rs feat: Add search_enabled and menu_launcher_enabled directives to .product file 2026-01-29 23:55:50 -03:00
rate_limit.rs feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
urls.rs fix: Correct parameter names in tool .bas files to match database schema 2026-02-18 17:51:47 +00:00