Commit graph

164 commits

Author SHA1 Message Date
79f849da6b Update botserver submodule with Windows security fixes 2026-01-28 20:11:22 -03:00
81ac2ae8c6 Fix tasks module compilation and add Windows protection installer support
- Fix installer.rs: Add Windows OS support with check_admin(), configure_windows_security(), and update_windows_signatures()
- Fix installer.rs: Remove duplicate check_root() function and fix invalid #[cfg] attributes
- Fix installer.rs: Use runtime cfg!(windows) checks instead of compile-time attributes
- Fix ui_server: Extract bot name from URL path and pass to frontend via window.__INITIAL_BOT_NAME__
- Fix tasks.js: Wrap activePollingTaskId, pollingInterval, pendingManifestUpdates, and taskStyleElement in checks to prevent redeclaration
- Fix autotask.html: Use absolute paths for all CSS/JS references (/suite/tasks/*)
- Fix navigation: Update tasks.html references to autotask.html in base.html, home.html, and index.html
2026-01-28 19:12:08 -03:00
68f3ada343 Enable LLM feature and fix compilation issues
- Update botserver submodule with LLM feature enabled by default
- Fix duplicate module declarations and move errors
- Remove unused imports and variables
- Improve code formatting

This enables the LLM feature by default so it's always available
when building the project.
2026-01-28 16:58:25 -03:00
599c338a4a chore(botui): Update submodule with asset path fixes 2026-01-28 16:26:09 -03:00
f54ad8175c chore: Update submodules with default info logging 2026-01-27 18:46:20 -03:00
cb61c130c3 chore: Remove RUST_LOG export from restart script as it is the internal default 2026-01-27 18:32:44 -03:00
1a5f54e576 chore: Restore restart.sh and update botlib submodule with new log format 2026-01-27 18:09:37 -03:00
2beeec3292 Update botserver submodule with noconsole fix 2026-01-27 16:29:15 -03:00
5f3f82748c Update botlib submodule with undeclared variable fix 2026-01-27 15:00:55 -03:00
5b0d274e5e Update botlib submodule with syntax fixes 2026-01-27 14:48:11 -03:00
dc0055d9e6 Update botserver submodule with migration fix 2026-01-27 14:15:35 -03:00
1ce77cc14f Update botlib submodule 2026-01-27 14:01:57 -03:00
4a9b969a9c Update botserver submodule
- Fixed migration errors by commenting out references to non-existent tables in consolidated migration.
- Reorganized migration files into feature-specific folders (products, dashboards, learn, video).
- Renamed migration directories to use version-based numbering (6.0.x, 6.1.x, 6.2.x) instead of timestamps.
- Updated migration execution logic in core/shared/utils.rs to respect feature dependencies.
2026-01-27 13:47:06 -03:00
ece4a72e10 chore: update botserver submodule with embedded 3rdparty.toml 2026-01-26 20:50:41 -03:00
ee26396c49 Update botserver submodule: Fix mkdir brace expansion and improved LXC logging 2026-01-26 17:39:58 -03:00
76c3ea15fb Update submodules: botbook (LXC migration docs) and botserver (system org default) 2026-01-26 17:01:03 -03:00
ac4b07fde9 chore: update botui for embedded fallback fix 2026-01-26 14:54:16 -03:00
b259c6a506 chore: update botui submodule for asset loading fix 2026-01-26 14:51:10 -03:00
3a7eb3729c refactor: update dependencies installation script 2026-01-26 13:55:48 -03:00
1c39e743d4 chore: update submodules to latest versions 2026-01-26 13:00:02 -03:00
cd3b3c12b2 chore: update botserver submodule 2026-01-25 23:20:26 -03:00
79882f0319 chore: update botserver submodule for dep fix 2026-01-25 23:16:56 -03:00
ebf6305e13 chore: update botserver submodule for ci fix 2026-01-25 22:58:51 -03:00
ce14c41083 chore: update botserver submodule 2026-01-25 22:51:40 -03:00
1c8fb68db2 chore: revert production URL changes in submodules 2026-01-25 22:49:28 -03:00
143c1759d5 Update submodules to include production URL logic 2026-01-25 22:42:45 -03:00
f5cc5bf3ce Fix sccache path in monorepo config 2026-01-25 21:56:23 -03:00
410b6d8dd6 Update botserver submodule to commit with LXC priority limits 2026-01-25 21:22:32 -03:00
f8d8ea58d3 Update botserver submodule after history rewrite 2026-01-25 18:34:24 -03:00
49f9c0521f Update botserver submodule reference 2026-01-25 17:07:16 -03:00
14bffe8130 Update submodules botserver and botbook 2026-01-25 16:56:11 -03:00
dc4d9055dc Fix hardware docs: correct GGUF links, real file sizes, accurate VRAM requirements
- Update GLM-4-9B links to working bartowski repos
- Add real DeepSeek-V3 file sizes (409GB Q4_K_M)
- Fix Mistral Large 2407 calculations (50GB Q2_K)
- Create DEPENDENCIES.sh and DEPENDENCIES-DEV.sh scripts
- Rewrite TODO-install.md with actual deployment strategy
- Update compatibility matrix with real VRAM needs
2026-01-25 16:22:27 -03:00
a11b117e34 Update files 2026-01-25 15:26:33 -03:00
8bd78e627a docs: update global PROMPT.md with mandatory git workflow rule 2026-01-25 15:22:44 -03:00
82d3ff9e39 chore(workspace): sync botbook renaming changes 2026-01-25 15:09:57 -03:00
ddb86a1e21 chore(workspace): sync botbook ci deploy fix 2026-01-25 14:55:03 -03:00
1552551622 chore(workspace): sync botbook config fix 2026-01-25 14:52:31 -03:00
7abf3d31c7 chore(workspace): sync botbook ci fix 2026-01-25 14:45:41 -03:00
7b5feb3bb7 chore(workspace): final sync and remote standards update 2026-01-25 14:34:37 -03:00
0c762bd8cf chore(workspace): sync botbook updates 2026-01-25 14:31:55 -03:00
8ee286784c chore(workspace): sync botserver ci cargo patch 2026-01-25 14:18:35 -03:00
ebbbe394d2 chore(workspace): sync botserver docs and ignore updates 2026-01-25 14:17:22 -03:00
63809e2845 chore(workspace): sync botserver ci optimization 2026-01-25 14:11:40 -03:00
0c5e1f0cb3 chore(workspace): sync botserver ci fix 2026-01-25 14:10:35 -03:00
639f6d69ec chore(workspace): sync botserver after final 11MB ghost purge 2026-01-25 14:06:02 -03:00
8e585741a1 chore(workspace): final sync of cleaned submodule histories 2026-01-25 13:45:03 -03:00
576e3d4de7 chore(workspace): sync submodule heads after history cleanup and updates 2026-01-25 13:34:30 -03:00
122096cefd chore: delete a file. 2026-01-25 12:25:02 -03:00
a2b9eabd17 Commit all changes before refactoring to Suite/Assistant architecture 2026-01-25 10:53:22 -03:00
002bddf1fb chore: update workspace submodules 2026-01-25 08:42:51 -03:00