Commit graph

11 commits

Author SHA1 Message Date
e094dc138a Update submodules: tool execution via WebSocket, TOOL_EXEC message type 2026-04-05 19:11:28 -03:00
1bf9e1872b fix(ci): resolve deploy step hanging on pkill
- pgrep -f botserver matched the SSH command itself causing deadlock
- replaced with pkill -f '/opt/gbo/bin/botserver' || true
- added SSH keepalive (ServerAliveInterval=10, ServerAliveCountMax=3)
- added Step 7: explicitly start botserver after deploy
- fixed unquoted SSH_ARGS causing argument splitting
- increased verify sleep from 10s to 15s
2026-04-03 19:44:38 -03:00
f9aa5dacd0 docs: add prod.md 2026-04-02 15:46:28 -03:00
3a6a571361 chore: sync workspace state 2026-04-02 13:38:38 -03:00
28326cb049 Update submodules 2026-03-24 13:43:33 -03:00
4f4795b981 chore: Update submodule refs and workspace files 2026-03-20 17:39:20 -03:00
f7bcd16212 Update files 2026-03-18 09:00:35 -03:00
4900274887 Remove BOTCODE files 2026-03-18 08:48:04 -03:00
e2ffa39bf8 Add WORKFLOW_PLAN.md to prompts 2026-03-16 23:41:05 -03:00
Thiago Patriota
8a6fec467c feat: Windows build support, clippy zero-warnings, and dev tooling
New files:
- prompts/win.md: Complete Windows execution guide covering
  build dependencies (libpq), compilation steps, runtime
  compatibility table (3rdparty.toml Windows URLs), shell
  command adaptations, GPU detection for LLM, directory
  structure, and troubleshooting
- DEPENDENCIES.ps1: PowerShell script to auto-install
  PostgreSQL binaries and set PQ_LIB_DIR for Windows builds
- restart.ps1: PowerShell restart script for Windows dev env

Submodule updates:
- botserver: Full Windows compatibility (21 files changed)
  including 3rdparty.toml Windows URLs, installer/cache/facade
  Windows process management, certificate generation,
  #[cfg(unix)] guards, and clippy zero-warnings refactors
- bottest: #[cfg(unix)] guards for nix crate in postgres.rs,
  minio.rs, redis.rs service managers
- botapp: Remove unused import (clippy auto-fix)

Config:
- .cargo/config.toml: Updated for Windows toolchain
- Cargo.lock: Dependency updates
2026-03-14 17:28:26 -03:00
334bb9239b chore: Update botui submodule - Fix desktop title branding
Some checks failed
BotServer CI / build (push) Failing after 9s
Update botui to latest commit which changes desktop title from
'Agent Farm' to 'General Bots' for brand consistency.
2026-03-03 08:42:30 -03:00