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
fix: evict token cache in budgetPause, rebuild, and crash paths
Addresses review feedback: evictCreatureTokenCache was only called in stop()
but not in budgetPause, rebuild, or failure paths where the creature exits.
This ensures the token cache is cleaned up on all exit paths.
0 commit comments