Commit graph

518 commits

Author SHA1 Message Date
22172cf64a Update submodule and docs: Redis connection pool 2026-03-21 10:14:21 -03:00
a7ccec940a Update submodule: fix Redis timeout blocking 2026-03-21 09:34:53 -03:00
ec2e93b22c Update botserver: Fix CI pkill 2026-03-20 22:57:17 -03:00
2cd3a5d692 Update botserver: Fix USE TOOL performance 2026-03-20 22:54:25 -03:00
d09a11e31e Update botserver: explicitly enable chat feature in CI 2026-03-20 22:44:32 -03:00
4941f74c6a Update botserver: fixed CI incremental build workspace 2026-03-20 21:40:10 -03:00
7a70798c85 Update botserver: fix CI deploy rm before scp 2026-03-20 20:59:28 -03:00
bd1aeb442d Update botserver submodule: fix CI workspace conflict 2026-03-20 19:15:09 -03:00
ae94a7b77c Update botui submodule: fix deploy workflow 2026-03-20 19:00:23 -03:00
94ba355910 fix: Update deploy workflow and document Forgejo CI/CD in AGENTS-PROD 2026-03-20 18:59:20 -03:00
4f4795b981 chore: Update submodule refs and workspace files 2026-03-20 17:39:20 -03:00
2658659ff0 Update botserver: GUID KB isolation + salesianos KB 2026-03-19 19:51:37 -03:00
3b6e2df6e2 Update botui submodule 2026-03-19 15:14:09 -03:00
4bf1dc4689 Update botui submodule 2026-03-19 14:47:16 -03:00
d933ac52af Update botui submodule 2026-03-19 14:42:35 -03:00
21add146a6 docs: Add CI/CD debugging section to AGENTS-PROD.md 2026-03-19 14:28:58 -03:00
bbea8fb9fd Update botui submodule 2026-03-19 14:17:09 -03:00
76b64182bd Update botui submodule 2026-03-19 14:03:08 -03:00
ce6a65a902 Update botui submodule 2026-03-19 13:51:44 -03:00
b9835d6d12 Update botui submodule 2026-03-19 13:41:38 -03:00
e0ab4bb1fe Update botserver submodule 2026-03-19 12:28:44 -03:00
e30b070eff docs: add rule to never compile directly for production 2026-03-19 12:21:23 -03:00
f0858a443e Update botserver: fix migration bot_id column 2026-03-19 12:00:02 -03:00
0ce43ed8f7 Update submodules to latest 2026-03-19 09:55:29 -03:00
8502eac494 Update botserver submodule 2026-03-18 19:41:31 -03:00
70cdd6e5a5 Update submodule 2026-03-18 14:38:57 -03:00
98e8179810 Update submodule 2026-03-18 14:18:20 -03:00
67d3c7f901 Update botui, botserver submodules 2026-03-18 12:24:30 -03:00
ec4c660887 Update submodule 2026-03-18 11:06:11 -03:00
7d3cf9bd61 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
02c8efeca7 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
0be7cb1f61 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
dfad0f3989 Update botserver submodule: Fix suggestion Redis key bug 2026-03-18 10:39:56 -03:00
58be60fda0 Update botserver submodule with TLS certificate SAN fix 2026-03-18 09:30:38 -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
bfc9ced932 Update botserver and botui submodules 2026-03-17 16:53:33 -03:00
65583977fa Update botserver submodule: fix panic in secrets module 2026-03-17 15:04:49 -03:00
12d9dc50af Update botserver: SSH deploy CI + fix mcp.json 2026-03-17 13:13:04 -03:00
1ca4d2c712 Update botserver submodule: fix mcp.json for parameterless tools 2026-03-17 12:21:59 -03:00
176df967f7 Update botserver submodule: CoreDNS ACL + fail2ban proxy jail 2026-03-17 11:18:36 -03:00
7e9b8b00fe Update botserver submodule
Some checks failed
BotServer CI / build (push) Failing after 0s
2026-03-17 01:40:40 -03:00
e2ffa39bf8 Add WORKFLOW_PLAN.md to prompts 2026-03-16 23:41:05 -03:00
297af2f9e1 Update all submodules to latest
Some checks failed
BotServer CI / build (push) Failing after 15s
2026-03-16 13:30:16 -03:00
4caa147841 Update submodules: fix WS session_id forwarding and start.bas session lookup 2026-03-16 13:25:59 -03:00
29416db1b8 Update botserver and botui submodules - fix session persistence bug 2026-03-16 13:16:31 -03:00
9c3bd0c1d5 Update botbook submodule reference for THINK KB documentation 2026-03-16 08:43:51 -03:00
21b219f0d3 Remove ALWAYS.md - documentation moved to botbook 2026-03-16 08:42:32 -03:00
f7238b5d33 Add ALWAYS.md with THINK KB implementation summary 2026-03-16 08:41:48 -03:00
4c26b77143 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