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
feat(session): prune session files past the retention window at startup
Wires the existing cleanup_period_days config to a real implementation:
SessionHistory::cleanup_older_than removes session files (.json / .jsonl and
quarantined .corrupt-*) whose mtime is older than the configured number of
days, bounding unbounded growth of the sessions directory. Run best-effort at
CLI startup, skipped when persistence is disabled or the period is unset/zero.
0 commit comments