docs: document agent CLI and changelog
parent
04ce98148d
commit
9797a9993a
|
|
@ -1,5 +1,12 @@
|
||||||
# Changelog
|
# 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
|
## 1.4.0 — 2025-12-03
|
||||||
|
|
||||||
### Highlights
|
### Highlights
|
||||||
|
|
|
||||||
|
|
@ -55,6 +55,7 @@ clawdis status
|
||||||
|
|
||||||
- [Configuration Guide](./configuration.md) — Setting up your CLAWDIS
|
- [Configuration Guide](./configuration.md) — Setting up your CLAWDIS
|
||||||
- [Agent Integration](./agents.md) — Connecting AI agents
|
- [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
|
- [Group Chats](./groups.md) — Mention patterns and filtering
|
||||||
- [Media Handling](./media.md) — Images, voice, documents
|
- [Media Handling](./media.md) — Images, voice, documents
|
||||||
- [Security](./security.md) — Keeping your lobster safe
|
- [Security](./security.md) — Keeping your lobster safe
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue