fix: harden env var substitution parsing (#1044) (thanks @sebslight)

This commit is contained in:
Peter Steinberger
2026-01-17 00:29:08 +00:00
parent 731080375a
commit 25399d39cb
3 changed files with 72 additions and 20 deletions

View File

@@ -24,6 +24,7 @@
- Telegram: allow reply-chain messages to bypass mention gating in groups. (#1038) — thanks @adityashaw2.
- Cron: isolated cron jobs now start a fresh session id on every run to prevent context buildup.
- Docs: add `/help` hub, Node/npm PATH guide, and expand directory CLI docs.
- Config: support env var substitution in config values. (#1044) — thanks @sebslight.
### Fixes
- Messages: `/stop` now hard-aborts queued followups and sub-agent runs; suppress zero-count stop notes.