generalbots/src/basic/compiler
Rodrigo Rodriguez (Pragmatismo) 6d987c0eea
All checks were successful
BotServer CI/CD / build (push) Successful in 3m25s
feat: add ADD_SWITCHER keyword with underscore preprocessing
Implement ADD_SWITCHER keyword following the same pattern as ADD_SUGGESTION_TOOL:
- Created switcher.rs module with add_switcher_keyword() and clear_switchers_keyword()
- Added preprocessing to convert "ADD SWITCHER" to "ADD_SWITCHER"
- Added to keyword patterns and get_all_keywords()
- Stores switcher suggestions in Redis with type "switcher" and action "switch_context"
- Supports both "ADD SWITCHER" and "ADD_SWITCHER" syntax

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-13 15:47:21 -03:00
..
blocks Fix DETECT: use bot-specific DB pool, add anonymous auth when directory disabled 2026-04-06 13:37:23 -03:00
goto_transform.rs feat(security): Complete security infrastructure implementation 2025-12-28 19:29:18 -03:00
mod.rs feat: add ADD_SWITCHER keyword with underscore preprocessing 2026-04-13 15:47:21 -03:00