• v1.4.2 68d22d2bd6

    v1.4.2
    All checks were successful
    CI / docker-build (push) Successful in 20s
    CI / build-and-test (push) Successful in 1m53s
    Stable

    joeyr released this 2026-07-13 21:19:03 -05:00 | 18 commits to main since this release

    Tests only — no change to the bot's runtime, image, or command surface.

    Added

    • Query-flow tests. The query plugin's handleSlash path — the full Claude chat flow — now has direct coverage: the immediate ephemeral defer (ordered before even the rate-limit check, pinning the Discord 3s-ack property), rate-limit and permission short-circuits, context-option validation errors, default vs. parsed context params, multi-part delivery (button on the first chunk, ephemeral follow-ups, empty chunks skipped), the lazy expiry sweep on new queries, tool-executor wiring in init(), and a query → make-public round trip. Takes src/plugins/query/plugin.ts from ~59% to 100% statement/line coverage.
    Downloads