-
v1.4.2
Stablereleased this
2026-07-13 21:19:03 -05:00 | 18 commits to main since this releaseTests only — no change to the bot's runtime, image, or command surface.
Added
- Query-flow tests. The query plugin's
handleSlashpath — 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 ininit(), and a query → make-public round trip. Takessrc/plugins/query/plugin.tsfrom ~59% to 100% statement/line coverage.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Query-flow tests. The query plugin's