Skip to content

v1.100.3

Choose a tag to compare

@github-actions github-actions released this 19 Jun 10:30
b84dbac

Install & Run

npm:

npx @desplega.ai/agent-swarm@1.100.3
# or install globally
npm i -g @desplega.ai/agent-swarm@1.100.3

bun:

bunx @desplega.ai/agent-swarm@1.100.3
# or install globally
bun i -g @desplega.ai/agent-swarm@1.100.3

Docker:

# Server
docker pull ghcr.io/desplega-ai/agent-swarm:1.100.3
# Worker
docker pull ghcr.io/desplega-ai/agent-swarm-worker:1.100.3

E2B templates:

# API
agent-swarm-api-1-100-3
agent-swarm-api-latest

# Worker / lead runtime
agent-swarm-worker-1-100-3
agent-swarm-worker-latest

What's Changed

  • memory: add retrievalId + rank to memory_retrieval by @desplega-bot in #780
  • fix(slack): don't spawn a task when the assistant surface @-mentions another agent by @capchase-bot in #784
  • fix(github): surface inline PR review comments so they aren't dropped by @fuvidani in #788
  • fix(claude): gate claude-bridge on OAuth token; bump bridge to 0.2.2 (fixes $0/0/0 metrics) by @tarasyarema in #789
  • fix(slack): block auto-join of external (Slack Connect) channels by @capchase-bot in #790
  • fix(slack): block auto-join of external (Slack Connect) channels (supersedes #790) by @desplega-bot in #792
  • fix(heartbeat): pin crash-recovery resumes to their own agent + Lead reroute fallback (DES-523) by @tarasyarema in #791
  • seo: daily docs improvement 2026-06-19 by @desplega-bot in #796
  • release: v1.100.3 + docs daily update 2026-06-19 by @desplega-bot in #795

Full Changelog: v1.100.2...v1.100.3