• v0.2.0 09a00b93ac

    v0.2.0
    All checks were successful
    Quality and Container / container (push) Successful in 3m2s
    Quality and Container / quality (push) Successful in 4m21s
    Stable

    beasty released this 2026-08-02 08:36:08 +00:00 | 14 commits to main since this release

    What's New

    ChatGPT subscription

    • Reply drafts now use the Pi openai-codex OAuth provider with a ChatGPT Plus/Pro subscription instead of metered OpenAI API credits.
    • A device-code login flow in Inbox Walk persists rotating OAuth credentials on the private app volume.
    • Every draft runs in a fresh in-memory session with built-in tools, skills, extensions, and project context disabled.

    Attachments and safety

    • Images are sent directly to Codex; supported documents are fully extracted through Apache Tika with PDF OCR.
    • Reply generation still fails closed if any attachment is unsupported, unreadable, oversized, or omitted.
    • Structured output and source-message validation remain mandatory.

    Operations

    • Adds the /data persistence contract, explicit Tika and inference settings, improved provider errors, cancellation, timeout budgets, and login status handling.
    • Keeps the existing draft-only contract: Inbox Walk can create verified Fastmail drafts but has no send-mail path.

    Important

    After deployment, connect Codex once from the app or seed the existing Pi OAuth record into the private PVC. No OPENAI_API_KEY is required.

    Downloads
  • v0.1.0 6335a4ee13

    v0.1.0
    All checks were successful
    Quality and Container / quality (push) Successful in 2m40s
    Quality and Container / container (push) Successful in 50s
    Stable

    beasty released this 2026-08-01 13:50:02 +00:00 | 16 commits to main since this release

    Initial homelab release.

    • Focused Fastmail review flow with resumable checkpoints
    • OpenAI-assisted replies with every supported attachment included automatically
    • Verified Fastmail draft creation only; no send path
    • Production container, health probes, Biome, Lefthook, Gitleaks, unit/API/browser tests
    • Infisical and kub-homelab deployment contract

    Known deployment prerequisite: replace the expired Fastmail token and fund the configured OpenAI API organization before live mail/reply acceptance can pass.

    Downloads