fix: route WhatsApp queued replies to sender (#534)

This commit is contained in:
Peter Steinberger
2026-01-09 02:03:30 +01:00
parent a52e75d978
commit f2246df875
2 changed files with 39 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
## Unreleased
- WhatsApp: route queued replies to the original sender instead of the bot's own number. (#534) — thanks @mcinteerj
- Models: add OAuth expiry checks in doctor, expanded `models status` auth output (missing auth + `--check` exit codes). (#538) — thanks @latitudeki5223
- Security: per-agent mention patterns and group elevated directives now require explicit mention to avoid cross-agent toggles.
- Config: support inline env vars in config (`env.*` / `env.vars`) and document env precedence.