docs: document agent CLI and changelog

This commit is contained in:
Peter Steinberger
2025-12-04 17:55:38 +00:00
parent 04ce98148d
commit 9797a9993a
2 changed files with 8 additions and 0 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 1.4.1 — 2025-12-04
### Changes
- Added `warelay agent` CLI command to talk directly to the configured agent using existing session handling (no WhatsApp send), with JSON output and delivery option.
- `/new` reset trigger now works even when inbound messages have timestamp prefixes (e.g., `[Dec 4 17:35]`).
- WhatsApp mention parsing accepts nullable arrays and flattens safely to avoid missed mentions.
## 1.4.0 — 2025-12-03
### Highlights