You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep plan file after session close and auto-clean test plan dirs
AgentSession.close no longer removes the per-session PLAN.md so the
plan stays available for later reference. Tests create real plan files
but rarely call close(), leaking python-agent-plans-* dirs into /tmp;
tests/plan_cleanup.py now tracks them and removes them after each test
(with an atexit safety net).
0 commit comments