• feat: three-tier context lifecycle (grace → suspended → reaped)
    All checks were successful
    CI / Build and Test (push) Successful in 1m22s

    ryan released this 2026-02-14 01:22:08 +00:00 | 31 commits to main since this release

    Contexts that lose their SSE connection now pass through a suspended
    state before being fully reaped. Suspended contexts keep their shell
    (ID, route, CSRF token) but free page resources. On reconnect, the
    page init function is re-run for a seamless resume. Contexts past
    the TTL trigger a client-side reload instead of a silent dead page.

    Configurable via ContextSuspendAfter (default 15m) and ContextTTL
    (default 1h).

    Downloads