v0.15.33 — auth sessions that fail loud and get reaped
agent auth start no longer wedges forever on a first-run onboarding TUI: auth poll bounds the wait (FIVE_AUTH_URL_TIMEOUT, default 300s) and fails loud with the last screen of the pane plus a hint when it recognises an onboarding wizard. A consent screen is deliberately NOT auto-advanced — a machine must not accept terms on a person's behalf — and a test canary fails if that changes.
New: agent auth reap — abandoned login processes are cleaned up (non-terminal sessions past --max-age torn down and marked expired; terminal sessions past --ttl have their dir removed). auth start sweeps first, so a box self-heals without a cron entry. DIVE-1884.
Backfilled: this release was tagged after the fact, on 2026-07-26.