fix: ignore directives inside history blocks

This commit is contained in:
Peter Steinberger
2025-12-05 22:49:41 +00:00
parent c95c6d72e9
commit 24d90c17c2
3 changed files with 65 additions and 12 deletions

View File

@@ -13,6 +13,7 @@
- Simplified send/agent/relay/heartbeat to web-only delivery; removed Twilio mocks/tests and dead code.
- Tau RPC timeout is now inactivity-based (5m without events) and error messages show seconds only.
- Directive triggers (`/think`, `/verbose`, `/stop` et al.) now reply immediately using normalized bodies (timestamps/group prefixes stripped) without waiting for the agent.
- Batched history blocks no longer trip directive parsing; `/think` in prior messages won't emit stray acknowledgements.
## 1.4.1 — 2025-12-04