fix(tasks): return completion notification notices

This commit is contained in:
JOJO 2026-07-05 01:44:50 +08:00
parent 4a54d6fbb7
commit 01dfec4c72

View File

@ -686,6 +686,7 @@ def _collect_pending_completion_notices(*, web_terminal, conversation_id: str) -
})
notices.sort(key=lambda item: item.get("sort_key") or 0)
return notices
def _has_pending_completion_work(*, web_terminal, conversation_id: str) -> bool: