From 9797a9993ae31bb6f07680d50079283d21775511 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Thu, 4 Dec 2025 17:55:38 +0000 Subject: [PATCH] docs: document agent CLI and changelog --- CHANGELOG.md | 7 +++++++ docs/index.md | 1 + 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b9d319e3..96ef1577c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/index.md b/docs/index.md index 34bb47094..492e41e3d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -55,6 +55,7 @@ clawdis status - [Configuration Guide](./configuration.md) — Setting up your CLAWDIS - [Agent Integration](./agents.md) — Connecting AI agents +- [Direct Agent CLI](./agent-send.md) — Use `warelay agent` without sending WhatsApp messages - [Group Chats](./groups.md) — Mention patterns and filtering - [Media Handling](./media.md) — Images, voice, documents - [Security](./security.md) — Keeping your lobster safe