Summary
First published release after v2.3.0. Consolidates security/stability work previously drafted as 2.4.x plus Discord UX improvements.
Highlights
- /git argv spawn and shell output cap (security/stability)
- Per-channel Claude isolation + MCP/thread cancel fixes
- Same-channel
/claudequeue (depth 1) and Cancel button on running embeds - Truncation →
.txtattachments for oversized embed payloads - Compact
/shell//gitcards and emoji-free embed titles - Docker SDK-only image with baked
GIT_COMMITand API-key-only auth
Full notes: CHANGELOG.md
Upgrade
Local: git pull origin main && deno task start
Docker: docker compose pull && docker compose up -d (set ANTHROPIC_API_KEY)