Compare commits

...

1 Commits

Author SHA1 Message Date
HAL9000 76c200b04a fix(cleanup): invalidate sandbox_dirs_cache after purge 2026-05-13 05:04:12 +00:00
@@ -81,6 +81,7 @@ class CleanupService:
"""
report = CleanupReport(dry_run=False)
self._purge_sandboxes(report)
self._sandbox_dirs_cache = None # Invalidates cache after sandbox purge
self._purge_checkpoints(report)
if purge_all:
self._purge_sessions(report)