generalbots/botserver/src/core
Rodrigo Rodriguez (Pragmatismo) cf00a51245
Some checks failed
Botlib CI / build (push) Successful in 22s
BotServer CI / build (push) Failing after 0s
Bottest CI / build (push) Successful in 31s
BotUI CI / build (push) Successful in 52s
feat: Separate switchers from suggestions - server-side prompt resolution
- Add Switcher struct to botlib (id, label, prompt, color, icon)
- Separate Redis key switchers:{bot_id}:{session_id} from suggestions
- Server-side SWITCHER_PROMPT_MAP resolves prompts (not frontend)
- Frontend sends active_switchers array in USER WS message
- Remove SYSTEM message dispatch (type 7 deprecated)
- Remove hardcoded promptMap from chat.html
- Render switchers from BotResponse.switchers (backend-driven)
- Support custom switchers via ADD_SWITCHER keyword
- Filter switcher-type items from get_suggestions()
- Add switchers field to all BotResponse construction sites
2026-04-23 21:36:09 +00:00
..
automation feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
bootstrap refactor: Remove ooxmlsdk from default build, split document_processor, fix DriveMonitor sync 2026-04-21 14:54:41 +00:00
bot feat: Separate switchers from suggestions - server-side prompt resolution 2026-04-23 21:36:09 +00:00
directory Fixing repo integration 2026-04-19 20:50:52 -03:00
dns feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
incus feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
kb fix: Skip health check for remote HTTPS embedding APIs and wait for server in single-file indexing 2026-04-22 17:06:03 +00:00
oauth feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
package_manager refactor: Remove ooxmlsdk from default build, split document_processor, fix DriveMonitor sync 2026-04-21 14:54:41 +00:00
secrets feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
session feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
shared feat: Separate switchers from suggestions - server-side prompt resolution 2026-04-23 21:36:09 +00:00
bot_database.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
config.rs refactor: Remove ooxmlsdk from default build, split document_processor, fix DriveMonitor sync 2026-04-21 14:54:41 +00:00
config_reload.rs refactor: Remove ooxmlsdk from default build, split document_processor, fix DriveMonitor sync 2026-04-21 14:54:41 +00:00
core.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
features.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
i18n.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
large_org_optimizer.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
manifest.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
middleware.rs refactor: Remove ooxmlsdk from default build, split document_processor, fix DriveMonitor sync 2026-04-21 14:54:41 +00:00
mod.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
organization.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
organization_invitations.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
organization_rbac.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
performance.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
product.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
rate_limit.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
urls.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00