fix: hard-stop sessions.delete cleanup

This commit is contained in:
Peter Steinberger
2026-01-16 22:24:04 +00:00
parent 7df37c2dbd
commit 3567dc4a47
3 changed files with 49 additions and 6 deletions

View File

@@ -58,6 +58,7 @@
### Fixes
- Messages: make `/stop` clear queued followups and pending session lane work for a hard abort.
- Messages: make `/stop` abort active sub-agent runs spawned from the requester session and report how many were stopped.
- Sessions: ensure `sessions.delete` clears queues, aborts embedded runs, and stops sub-agents before deletion.
- WhatsApp: default response prefix only for self-chat, using identity name when set.
- Signal/iMessage: bound transport readiness waits to 30s with periodic logging. (#1014) — thanks @Szpadel.
- Auth: merge main auth profiles into per-agent stores for sub-agents and document inheritance. (#1013) — thanks @marcmarg.