Skip to content

v1.101.1

Choose a tag to compare

@github-actions github-actions released this 25 Jun 10:05
8984450

Install & Run

npm:

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

bun:

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

Docker:

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

E2B templates:

# API
agent-swarm-api-1-101-1
agent-swarm-api-latest

# Worker / lead runtime
agent-swarm-worker-1-101-1
agent-swarm-worker-latest

What's Changed

  • docs: daily update 2026-06-24 by @desplega-bot in #808
  • fix(slack): collect all message layers in extractSlackMessageText (text + attachments + blocks) by @capchase-bot in #807
  • chore(harness): weekly bump (Claude Code 2.1.187 / Codex 0.142.0 / OpenCode 1.17.9 / Pi 0.80.2) + pi-ai 0.80 API migration by @desplega-bot in #809
  • fix(cli): publish node-compatible npx bin by @desplega-bot in #804
  • Improve dashboard perceived performance by @desplega-bot in #793
  • release: v1.101.1 + docs daily update 2026-06-25 by @desplega-bot in #811

Full Changelog: v1.101.0...v1.101.1