a0ef7d8488
feat: Update botserver with 5s cache retry delay
...
BotServer CI / build (push) Failing after 12s
- 5 seconds between retry attempts
- 12 attempts max (60s total)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-15 00:38:12 +00:00
8fc44928a6
feat: Update botserver with cache retry logic
...
BotServer CI / build (push) Failing after 11s
- Wait up to 30 seconds for Valkey to be ready
- Prevents race condition during startup
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-15 00:25:02 +00:00
9fa5058470
fix: Update botserver submodule with precompiled Valkey binary
...
BotServer CI / build (push) Failing after 11s
- Uses valkey-9.0.2-jammy-x86_64.tar.gz from download.valkey.io
- No source compilation required
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-14 23:52:04 +00:00
03ec4c301c
fix: Update botserver submodule with cache and LLM improvements
...
BotServer CI / build (push) Failing after 10s
- Cache connection verification with PING test
- Environment variable support for cache URL (CACHE_URL, REDIS_URL, VALKEY_URL)
- Environment variable support for LLM config (LLM_URL, LLM_MODEL, LLM_KEY)
- Better fallback to local LLM when no bot config exists
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-14 23:31:30 +00:00
c15b194ade
fix: Update botserver submodule after compilation fixes
...
BotServer CI / build (push) Failing after 10s
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-14 22:15:50 +00:00
a2a6e53bcb
chore: Update botserver submodule reference
...
BotServer CI / build (push) Failing after 10s
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-14 22:07:07 +00:00
5ff03af1a6
feat: Add local bot data documentation and update submodule
...
BotServer CI / build (push) Failing after 20s
- Document /opt/gbo/data/ directory for local bot packages
- Document auto-loading, compilation, and hot-reload features
- Update botserver submodule with latest changes
- Add console and network config files
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-14 22:05:00 +00:00
52b54ffae5
fix(i18n): Update botui with cache invalidation
...
BotServer CI / build (push) Failing after 9s
- Increments i18n cache version to v2
- Forces fresh translation fetch from all users
- Resolves placeholder translation issue
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-14 20:05:43 +00:00
c909db7aaf
chore: Update botui submodule
...
BotServer CI / build (push) Failing after 12s
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-14 19:58:01 +00:00
613db5748e
fix(i18n): Update botlib submodule with debug-embed support
...
BotServer CI / build (push) Failing after 7s
- botlib now embeds i18n translations in both debug and release builds
- Uses debug-embed feature from rust-embed
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-14 19:31:29 +00:00
1d46122dc5
feat(i18n): Update botlib submodule with embedded i18n by default
...
BotServer CI / build (push) Failing after 7s
- botlib now uses embedded assets via rust-embed by default
- i18n feature is now part of default features
- Fixes placeholder translations issue
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-14 17:35:29 +00:00
c10c2e0b78
Update botserver submodule to latest commit
...
BotServer CI / build (push) Failing after 12s
- Adds local Vault bootstrap .env file creation
- Fixes Vault initialization for local installations
- Generates TLS certificates during Vault install
- Creates .env with VAULT_ADDR, VAULT_TOKEN, VAULT_CACERT
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-14 16:36:11 +00:00
8c5ee3f3e3
Debug: Add translation lookup logging
BotServer CI / build (push) Failing after 6s
2026-02-14 12:28:20 +00:00
5226c771f8
Debug: Add i18n logging to find missing translations
BotServer CI / build (push) Failing after 5s
2026-02-14 12:25:58 +00:00
e496ac11e2
feat(i18n): Update botui with cache versioning
...
BotServer CI / build (push) Failing after 10s
This adds cache versioning (v1) to prevent stale translation issues.
Old caches will be auto-invalidated when version is incremented.
2026-02-14 12:09:47 +00:00
704bbb22a5
fix(i18n): Update botui with cache logging
BotServer CI / build (push) Failing after 9s
2026-02-14 12:04:49 +00:00
375c3780c2
fix(i18n): Update botui submodule with logging
BotServer CI / build (push) Failing after 5s
2026-02-14 11:54:17 +00:00
e5bf8ec75a
fix(i18n): Update botlib submodule with locale logging
BotServer CI / build (push) Failing after 10s
2026-02-14 11:48:57 +00:00
ae8b830773
Update botui submodule
BotServer CI / build (push) Failing after 8s
2026-02-14 10:14:04 +00:00
5cab98b459
Update botserver submodule
BotServer CI / build (push) Failing after 12s
2026-02-14 09:54:22 +00:00
027c7c77b8
CI: Trigger pipeline
BotServer CI / build (push) Failing after 16s
2026-02-14 09:49:33 +00:00
c6b21149b1
CI: Bust cache to fix notify dependency build
...
BotServer CI / build (push) Failing after 23s
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-13 22:33:51 +00:00
68cd0d6bf3
Update submodule references
...
BotServer CI / build (push) Waiting to run
- botserver: Fix notify dependency and source files
- botbook: Update PROMPT.md
- botui: Update UI components and themes
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-13 22:31:59 +00:00
5b34b21622
Fix all 61 warnings in botserver
...
- Remove unused imports across 14 files
- Fix unused variables (prefixed with _)
- Fix return types to use anyhow::Result where needed
- Remove cfg!(feature = "sigkill") (invalid feature)
- Fix typo: axum -> axum in imports
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-13 12:53:31 +00:00
cf80060818
Update botui submodule: Remove chat header and fix theming
...
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-10 14:07:31 +00:00
cda27734f0
Update submodules: bottemplates and botui
...
- bottemplates: Add register_student.bas for edu bot
- botui: Add config-colors.css and UI component updates
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-10 13:54:44 +00:00
f1b231ce3a
Update botserver submodule: Fix start.bas repeated execution
...
- Add Redis-based tracking to prevent start.bas from running repeatedly
when clicking suggestion buttons
- Add generic tool executor for LLM tool calling
- Fix suggestion duplication by clearing from Redis after fetch
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-10 13:50:13 +00:00
6a7cdf2800
Update bottemplates (removed default.gbai from git history)
2026-02-09 15:22:19 +00:00
21aa782fd2
Update bottemplates (remove default.gbai from core)
2026-02-09 15:15:31 +00:00
54966ff63f
Update submodules (botserver, bottemplates, botui)
2026-02-09 15:13:11 +00:00
bcb43ce887
Add config hot-reload and fix model routing
...
- Add ConfigWatcher for monitoring ~/data/*.gbai/*.gbot/config.csv
- Skip DriveMonitor for default bot (managed via ConfigWatcher)
- Fix model routing hierarchy: session → bot → default
- Fix ConfigWatcher to handle local embedded (llm-server=true)
- Add notify dependency for file system watching
- Add data/ to .gitignore (contains API keys)
- Update package.json for botui
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-09 15:09:36 +00:00
4736383997
Trigger contributor stats refresh
2026-02-08 16:31:59 +00:00
93519eba14
Update botserver to latest main
...
- Updated to 84458b2a (feat: Add BOTSERVER_PORT environment variable override)
2026-02-08 16:20:54 +00:00
0e47fd9476
Update submodule references to latest main/master
...
- botbook: Updated to 3e418df (latest main)
- botdevice: Updated to 7a5dab5 (latest master)
- botlib: Updated to 38dc7c0 (latest)
- botserver: Updated to e8ce642b (latest main)
- bottemplates: Updated to 1ce3295 (latest master)
- bottest: Updated to 68542cd (latest main)
- botui: Updated to 1bf9510 (latest main)
2026-02-08 16:19:05 +00:00
2f200e1e99
Update botserver submodule to latest commit (BOTSERVER_PORT env var)
BotServer CI / build (push) Failing after 12s
2026-02-06 12:57:28 -03:00
8e02195eca
Update botui submodule: CI fix for embed-ui
BotServer CI / build (push) Failing after 10s
2026-02-06 12:24:19 -03:00
41e314fd67
Update botui submodule: trigger CI build
BotServer CI / build (push) Failing after 12s
2026-02-06 12:13:11 -03:00
fe865fdfa1
Trigger CI: build botui with embed-ui feature
BotServer CI / build (push) Failing after 13s
2026-02-06 12:11:40 -03:00
068f011907
Update botui submodule to latest commit (CI workflow fix)
BotServer CI / build (push) Failing after 9s
2026-02-06 11:51:41 -03:00
df257e990e
Update botui submodule to latest commit (rust-embed fix)
BotServer CI / build (push) Failing after 9s
2026-02-06 11:37:03 -03:00
03a03c3a3f
Fix rust-embed: enable interpolate-folder-path in workspace
...
BotServer CI / build (push) Failing after 11s
- Enable interpolate-folder-path in workspace rust-embed dependency
- Required for RustEmbed to expand $CARGO_MANIFEST_DIR variable
2026-02-06 11:36:31 -03:00
974e1e688a
Update botui submodule: trigger CI workflow
BotServer CI / build (push) Failing after 9s
2026-02-06 10:57:19 -03:00
b5896c2493
Update botui submodule: reduce CI build jobs for stability
BotServer CI / build (push) Failing after 9s
2026-02-06 10:18:23 -03:00
5221bc9ec5
Remove config/directory_config.json
BotServer CI / build (push) Failing after 9s
2026-02-06 09:54:04 -03:00
65f1c762c1
Update botserver submodule: remove embed-ui from defaults
BotServer CI / build (push) Failing after 14s
2026-02-06 09:41:09 -03:00
5c3d772010
Update submodules: fix embed-ui feature and deployment
...
BotServer CI / build (push) Failing after 15s
- botui: Fixed rust-embed folder path for proper UI file embedding
- botserver: Removed Kubernetes deployment, added embed-ui documentation
- README: Updated with embed-ui feature explanation and deployment options
- Production deployments can now use single binary with embedded UI
2026-02-06 09:27:14 -03:00
164a0972a4
Update botserver submodule: Add embed-ui to default features
...
Production binaries should embed UI assets by default to avoid
requiring external ui/suite folder in deployment.
Note: botserver changes pushed to github, pragmatismo push pending
due to network issues.
2026-02-05 22:53:09 -03:00
1ccd1f9cc9
Update botserver submodule: Fix mold linker issue
BotServer CI / build (push) Failing after 17s
2026-02-05 22:43:44 -03:00
e194dcf9e6
Update botbook submodule: Add libsoup-3.0 installation docs
BotServer CI / build (push) Failing after 11s
2026-02-05 22:28:20 -03:00
3c5c01f4ea
Update botserver submodule: Fix PostgreSQL readiness check timeout
BotServer CI / build (push) Waiting to run
2026-02-05 22:23:36 -03:00