Skip to content

v1.100.1

Choose a tag to compare

@github-actions github-actions released this 17 Jun 17:34
25a6f48

Install & Run

npm:

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

bun:

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

Docker:

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

E2B templates:

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

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

What's Changed

  • chore(deps-dev): bump vite from 7.3.2 to 7.3.5 in /ui in the npm_and_yarn group across 1 directory by @dependabot[bot] in #779
  • feat(evals): swarm-mechanics redesign Plan A — delegation axis + convergent reliability metric by @tarasyarema in #775
  • chore(worker): bump claude-bridge to 0.2.0 by @desplega-bot in #781
  • fix: propagate abort reason through codex session to failureReason by @desplega-bot in #782

Full Changelog: v1.100.0...v1.100.1