Skip to content

v1.119.6

Choose a tag to compare

@github-actions github-actions released this 24 Jul 09:18
3a47c8a

Install & Run

npm:

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

bun:

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

Docker:

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

E2B templates:

# API
agent-swarm-api-1-119-6
agent-swarm-api-latest

# Worker / lead runtime
agent-swarm-worker-1-119-6
agent-swarm-worker-latest

What's Changed

  • chore(deps): bump next from 16.2.6 to 16.2.11 in /apps/templates-ui in the npm_and_yarn group across 1 directory by @dependabot[bot] in #989
  • ci: pin GitHub Actions to commit SHAs (26) by @mirkosalvato1-ctrl in #991
  • fix(test): deterministic isolation for scripts-only-gating flake by @desplega-bot in #992
  • release: v1.119.6 + docs daily update 2026-07-24 by @desplega-bot in #993

New Contributors

Full Changelog: v1.119.5...v1.119.6