From 4ceae6cf674460eb5f7d196b3e7939a98cb9d31b Mon Sep 17 00:00:00 2001 From: damocles Date: Sat, 16 May 2026 13:43:41 +0200 Subject: [PATCH] todo: add bug - pending message wake-up issue --- TODO.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO.md b/TODO.md index 4f6aff7..3634237 100644 --- a/TODO.md +++ b/TODO.md @@ -24,3 +24,7 @@ - Per-agent reminder status (pending, delivered) - Reminder query interface for debugging - Display reminder delivery errors (failed sends, mark failures) + +## Bugs + +- **Pending message wake-up**: when a message is pending and an agent turn ends without recv(), session doesn't immediately wake up again. Requires another message to trigger wake-up. (inbox/recv logic issue)