fix: restore approval session cleanup

This commit is contained in:
Greer Guthrie 2026-04-14 00:59:20 -05:00 committed by Greer Guthrie
parent d631431872
commit 60b088ce6f
2 changed files with 19 additions and 0 deletions

View file

@ -73,6 +73,7 @@ def _clear_approval_state():
mod._gateway_queues.clear()
mod._gateway_notify_cbs.clear()
mod._session_approved.clear()
mod._session_yolo.clear()
mod._permanent_approved.clear()
mod._pending.clear()