fix: sender fallback for command auth (#755) (thanks @juanpablodlc)

This commit is contained in:
Peter Steinberger
2026-01-12 06:28:53 +00:00
parent 20d606c4c4
commit 46a6d79784
4 changed files with 49 additions and 9 deletions

View File

@@ -61,6 +61,7 @@
- Agents: stop pre-creating session transcripts so first user messages persist in JSONL history.
- Auto-reply: align `/think` default display with model reasoning defaults. (#751) — thanks @gabriel-trigo.
- Auto-reply: flush block reply buffers on tool boundaries. (#750) — thanks @sebslight.
- Auto-reply: allow sender fallback for command authorization when `SenderId` is empty (WhatsApp self-chat). (#755) — thanks @juanpablodlc.
- Heartbeat: refresh prompt text for updated defaults.
- Agents/Tools: use PowerShell on Windows to capture system utility output. (#748) — thanks @myfunc.
- Docker: tolerate unset optional env vars in docker-setup.sh under strict mode. (#725) — thanks @petradonka.