Compare commits

..

13 commits

Author SHA1 Message Date
db119148cf chore: Update botserver submodule with KB search fixes
Some checks failed
BotServer CI / build (push) Failing after 12s
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-05 00:11:22 -03:00
d89a5c9d30 chore: Update botserver submodule with KB search fixes
- Lower KB search thresholds for better recall
- Add Cloudflare AI embedding support in cache

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

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-05 00:07:19 -03:00
f8c36c3778 chore: Update submodules with latest changes
- botserver: KB context, embedding generator, and website crawler enhancements
- botui: Organizations settings UI improvements
2026-03-04 15:43:55 -03:00
9123756e82 Revert: Remove hardcoded formatting from botserver
Reverting commit 4896296c - formatting should be in bot-specific .md file, not in server code
2026-03-03 16:24:00 -03:00
28c4f89e16 fix: Update botserver submodule with parameter formatting fix
- Updates botserver to commit 4896296c
- Fixes LLM prompt formatting for tool parameter collection
- Resolves formatting issues starting from item 5 in generated prompts
2026-03-03 16:19:51 -03:00
cc8b432aa8 Update submodules to latest commits 2026-03-03 15:19:28 -03:00
d65794fa93 chore: update botui submodule with fullscreen height fix
- Make maximized window fill entire screen with 100vh height
- Window now occupies all screen space when maximized (1920x1080)
- Recovers 28px of vertical space previously lost to minibar offset
2026-03-03 13:37:45 -03:00
2fe91226b0 chore: update botui submodule with top offset fix
- Remove 28px top offset for maximized windows
- Window now fills screen from top without blank space
- Fixes issue with padding before window title when maximized
2026-03-03 13:30:54 -03:00
465fa71c84 chore: update botui submodule with toolbar fix
- Hide toolbar when window is maximized to remove blank space at top
- Fixes issue where 50px blank space appeared before window title
2026-03-03 13:24:59 -03:00
853181cd1d chore: update botui submodule with latest changes
- Window maximization fix to hide sidebar when maximized
- Dynamic window title updates
- Remove quick action chips from desktop
2026-03-03 13:16:54 -03:00
c7fe607171 docs: Update AGENTS.md with guidelines for file saving and production push policy 2026-03-03 12:51:33 -03:00
12e7cba9bd fix: update botserver with PathBuf import fix 2026-03-03 10:04:20 -03:00
31f68d7bf0 fix: update botserver submodule with tool path resolution fix 2026-03-03 10:02:09 -03:00
6 changed files with 7 additions and 5 deletions

View file

@ -1,4 +1,6 @@
# General Bots AI Agent Guidelines # General Bots AI Agent Guidelines
- stop saving .png on root! Use /tmp. never allow new files on root.
- never push to alm without asking first - pbecause it is production!
8080 is server 3000 is client ui 8080 is server 3000 is client ui
if you are in trouble with some tool, please go to the ofiical website to get proper install or instructions if you are in trouble with some tool, please go to the ofiical website to get proper install or instructions
To test web is http://localhost:3000 (botui!) To test web is http://localhost:3000 (botui!)

@ -1 +1 @@
Subproject commit 5b6e9d7208109784f055007615feea06a33ffc11 Subproject commit 66c65c61674c3c84751ece19bf2a33cac0affd98

2
botlib

@ -1 +1 @@
Subproject commit de729e9e53b63fe21d791cbc8d53882a7e0ac69b Subproject commit 4ce639331bdbe1feafb22a0a5667d36dd9ef2ca3

@ -1 +1 @@
Subproject commit c03398fe5615c65879a706043935d0297f3a01fd Subproject commit 859db6b8a0b654d632de7b8fd16a66c50c1861d2

@ -1 +1 @@
Subproject commit 1ce32959d2c16ee7d05aaa8b81e51de19f3ccaa3 Subproject commit 719c4cf85af440f6b324ac881386b628f11a6866

2
botui

@ -1 +1 @@
Subproject commit 84b7cb63f971099d16597922820101b07270c383 Subproject commit 6db01bf6c6da10c9f277aa1e7f4bdc2ec51d5b83