Skip to content

Releases: protoLabsAI/discord-plugin

Release list

v0.1.1

Choose a tag to compare

@mabry1985 mabry1985 released this 18 Jun 09:05
79c38f0

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

Choose a tag to compare

@mabry1985 mabry1985 released this 18 Jun 07:34

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) + outbound discord_send/discord_read/discord_react tools.
  • Ships disabled (install ≠ enable ≠ trust). httpx + websockets are core host deps (no requires_pip). Behavior identical to the former first-party plugins/discord.
  • 19 host-free tests + Namespace CI green.

Install: python -m server plugin install https://github.com/protoLabsAI/discord-plugin