Skip to content

v2.5.0 Security, Discord UX & Docker

Latest

Choose a tag to compare

@zebbern zebbern released this 01 Aug 03:45

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 /claude queue (depth 1) and Cancel button on running embeds
  • Truncation → .txt attachments for oversized embed payloads
  • Compact /shell / /git cards and emoji-free embed titles
  • Docker SDK-only image with baked GIT_COMMIT and 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)