Commit graph

403 commits

Author SHA1 Message Date
4b197aff16 Update botui submodule 2026-03-19 15:14:09 -03:00
ef2a4cf065 Update botui submodule 2026-03-19 14:47:16 -03:00
e81be659a6 Update botui submodule 2026-03-19 14:42:35 -03:00
c98e03ed4a docs: Add CI/CD debugging section to AGENTS-PROD.md 2026-03-19 14:28:58 -03:00
4657a6f40b Update botui submodule 2026-03-19 14:17:09 -03:00
69fc248904 Update botui submodule 2026-03-19 14:03:08 -03:00
e80e5baf8c Update botui submodule 2026-03-19 13:51:44 -03:00
d3a6522f53 Update botui submodule 2026-03-19 13:41:38 -03:00
5e326b8b43 Update botserver submodule 2026-03-19 12:28:44 -03:00
9d0099c3a1 docs: add rule to never compile directly for production 2026-03-19 12:21:23 -03:00
0a3ecf6f9f Update botserver: fix migration bot_id column 2026-03-19 12:00:02 -03:00
b830fb8678 Update submodules to latest 2026-03-19 09:55:29 -03:00
a0b8d5a61b Update botserver submodule 2026-03-18 19:41:31 -03:00
175458d355 Update submodule 2026-03-18 14:38:57 -03:00
20d91f00d3 Update submodule 2026-03-18 14:18:20 -03:00
07ba6cb000 Update botui, botserver submodules 2026-03-18 12:24:30 -03:00
15f16fa387 Update submodule 2026-03-18 11:06:11 -03:00
a22977406b docs: Add comprehensive bug fixing and feature addition workflows to AGENTS.md
- Added detailed bug fixing workflow (6 steps: diagnose, find code, fix, test, commit, document)
- Added feature addition workflow (6 steps: plan, implement, BASIC keywords, test, document, deploy)
- Includes real examples from today's suggestion bug fix
- Security checklists for new features
- Testing patterns and commit message templates
2026-03-18 10:50:39 -03:00
5b259a2c5a docs: Remove sensitive info from AGENTS-PROD.md
- Remove example conversation with specific server details
- Remove specific commit hash
- Generalize Vault unseal command
- Add warning about Vault keys
2026-03-18 10:41:45 -03:00
f514cb795a docs: Add common production issues and fixes to AGENTS-PROD.md
- Valkey connection timeout (iptables loopback issue)
- Suggestions not showing (bot_id vs user_id bug)
- Deployment workflow for code fixes
2026-03-18 10:40:31 -03:00
aa82f2feee Update botserver submodule: Fix suggestion Redis key bug 2026-03-18 10:39:56 -03:00
2938fe15da Update botserver submodule with TLS certificate SAN fix 2026-03-18 09:30:38 -03:00
54a9ec1b52 Update files 2026-03-18 09:00:35 -03:00
db5d393d50 Remove BOTCODE files 2026-03-18 08:48:04 -03:00
7d3a60535e Update botserver and botui submodules 2026-03-17 16:53:33 -03:00
3f30e27da9 Update botserver submodule: fix panic in secrets module 2026-03-17 15:04:49 -03:00
1d7b8b4e8b Update botserver: SSH deploy CI + fix mcp.json 2026-03-17 13:13:04 -03:00
690e739e51 Update botserver submodule: fix mcp.json for parameterless tools 2026-03-17 12:21:59 -03:00
0cc5ce7400 Update botserver submodule: CoreDNS ACL + fail2ban proxy jail 2026-03-17 11:18:36 -03:00
fdc330fb29 Update botserver submodule 2026-03-17 01:40:40 -03:00
d2e695d6b0 Add WORKFLOW_PLAN.md to prompts 2026-03-16 23:41:05 -03:00
f91c799012 Update all submodules to latest 2026-03-16 13:30:16 -03:00
51f7fc0947 Update submodules: fix WS session_id forwarding and start.bas session lookup 2026-03-16 13:25:59 -03:00
7ae3a7181d Update botserver and botui submodules - fix session persistence bug 2026-03-16 13:16:31 -03:00
298e5097ad Update botbook submodule reference for THINK KB documentation 2026-03-16 08:43:51 -03:00
1012d63314 Remove ALWAYS.md - documentation moved to botbook 2026-03-16 08:42:32 -03:00
137e71f819 Add ALWAYS.md with THINK KB implementation summary 2026-03-16 08:41:48 -03:00
478363d562 Update submodule references to include THINK KB implementation
- botserver: f062cc4a (THINK KB keyword)
- botbook: ea5e92e (THINK KB documentation)
- botlib: 47a7643 (localization updates)
- bottemplates: d95f154 (marketing templates)
- bottest: 68f52ff (integration tests)
- botui: bdc8667 (UI updates)
2026-03-16 08:41:25 -03:00
Thiago Patriota
7e71bf3e15 chore: remover arquivo raiz indevido 2026-03-15 18:08:49 -03:00
Thiago Patriota
96c69dc08b chore: ignorar e remover artefatos locais 2026-03-15 18:07:39 -03:00
Thiago Patriota
0a02759a89 chore: registrar artefatos locais pendentes 2026-03-15 16:02:25 -03:00
Thiago Patriota
3d5a9d7fab chore: atualizar ponteiros de submódulos 2026-03-15 15:53:54 -03:00
Thiago Patriota
9c1a2eae34 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
4504108799 Add desktop UI navigation instructions for CRM testing 2026-03-12 18:20:05 -03:00
7d8c60b4b9 chore: update botserver submodule 2026-03-10 21:18:19 -03:00
121eb4b5f2 chore: update submodule references 2026-03-10 19:39:35 -03:00
310318e879 update submodules 2026-03-10 17:19:59 -03:00
5abd8282d0 chore: sync botserver submodule 2026-03-10 15:26:24 -03:00
fce6c76f07 chore: update submodule pointers 2026-03-10 15:15:46 -03:00
f3dc4c989c Fix Bedrock config for OpenAI GPT-OSS models 2026-03-10 12:36:01 -03:00