Fix: avoid plugin registration on global help/version (#2212) (thanks @dial481)

This commit is contained in:
Shadow
2026-01-26 15:38:35 -06:00
committed by Shadow
parent 1506d493ea
commit 1e7cb23f00
3 changed files with 14 additions and 2 deletions

View File

@@ -58,6 +58,7 @@ Status: unreleased.
- Security: properly test Windows ACL audit for config includes. (#2403) Thanks @dominicnunez.
- BlueBubbles: coalesce inbound URL link preview messages. (#1981) Thanks @tyler6204.
- Cron: allow payloads containing "heartbeat" in event filter. (#2219) Thanks @dwfinkelstein.
- CLI: avoid loading config for global help/version while registering plugin commands. (#2212) Thanks @dial481.
- Agents: include memory.md when bootstrapping memory context. (#2318) Thanks @czekaj.
- Telegram: harden polling + retry behavior for transient network errors and Node 22 transport issues. (#2420) Thanks @techboss.
- Telegram: wrap reasoning italics per line to avoid raw underscores. (#2181) Thanks @YuriNachos.