• v0.11.0 — connect-time onboarding summaries + paste-a-URL
    CI / Lint / Test / Vet (push) Successful in 11s
    CI / Build & Import (push) Successful in 10s

    mathias released this 2026-06-09 19:59:39 +00:00 | 60 commits to main since this release

    feat(Feature 1): on YouTube connect, after discovery, summarize up to
    TAPIR_ONBOARD_SUMMARIZE_COUNT (default 3, cap 5) of the user's newest
    unsummarized videos through the shared rate gate — real summaries in the first
    session.
    feat(Feature 2): POST /paste adds an arbitrary YouTube video (any channel) and
    summarizes it through the same gate; dedups; honest no-transcript terminal.
    The in-feed paste input box + connect confirmation land next.

    Constraint held: every caption fetch goes through globalFetchGate; the
    onboarding cap bounds count, never pace.

    Downloads