Releases: protoLabsAI/discord-plugin
Releases · protoLabsAI/discord-plugin
Release list
v0.1.1
Manifest-driven Test button + Setup-guide link (matches host ADR 0059) — test: true + guide_url; the test route returns identity. No Discord-specific console frontend needed. Install: python -m server plugin install https://github.com/protoLabsAI/discord-plugin
v0.1.0
Initial release — Discord extracted from protoAgent core into a standalone, runtime-installable plugin (ADR 0058).
- Inbound gateway (DMs + @-mentions): burst debounce, conversation continuity, slow-response reactions, auto-threading, admin allowlist, long-window context, return-address delivery.
POST /api/config/test-discord(console Test button) + outbounddiscord_send/discord_read/discord_reacttools.- Ships disabled (install ≠ enable ≠ trust). httpx + websockets are core host deps (no
requires_pip). Behavior identical to the former first-partyplugins/discord. - 19 host-free tests + Namespace CI green.
Install: python -m server plugin install https://github.com/protoLabsAI/discord-plugin