fix: broaden prompt-echo guard and add heartbeat directive test

This commit is contained in:
Peter Steinberger
2025-12-05 22:56:07 +00:00
parent 5b217b2042
commit d7a188fb34
3 changed files with 66 additions and 11 deletions

View File

@@ -15,6 +15,7 @@
- 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.
- Heartbeat prompts with `/think` no longer send directive acks; heartbeat replies stay silent on settings.
## 1.4.1 — 2025-12-04