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
Background memory compression no longer fails needlessly when Claude is slow, so recent.md / the archive stay fresh. The lifecycle compression jobs that run with no time limit (daily distill, weekly curate, the session-start catch-up roll) were using the same 50-second budget as the in-session compressor, and retried too quickly — so a slow claude --print window could time them out and leave consolidated memory stale (a real case left recent.md 4 days behind). They now get a 120-second budget and wait between retries, matching the no-deadline nature of those background jobs. (#209)