v14.0.0
Added 1
- Implement CommandBus with deterministic command handling
Changed 4
- Event logging is disabled by default; pass disableLogging: false to log events to disk (.data/)
- Escape the bot name and alias
- Coerce to boolean better
- Allow quotes in quoted text
Security 1
- Fix for code scanning alert no. 5: Regular expression injection
14.0.0 (2026-02-04)
BREAKING CHANGES
-
Event logging is disabled by default. Pass disableLogging: false to log events to disk (.data/).
-
Potential fix for code scanning alert no. 5: Regular expression injection
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
-
escape the bot name and alias just in case
-
coerce to boolean better
-
allow quotes in quoted text
-
copilot suggestions