fix: avoid echoing prompts when rpc returns empty

This commit is contained in:
Peter Steinberger
2025-12-05 22:52:21 +00:00
parent 24d90c17c2
commit 4cb2a92037
3 changed files with 52 additions and 2 deletions

View File

@@ -14,6 +14,7 @@
- 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.
- RPC fallbacks no longer echo the user's prompt (e.g., pasting a link) when the agent returns no assistant text.
## 1.4.1 — 2025-12-04