Skip to content

v1.119.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 07:00
ef84fdc

Install & Run

npm:

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

bun:

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

Docker:

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

E2B templates:

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

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

What's Changed

  • docs: Release Notes — Week of July 6-12, 2026 by @desplega-bot in #970
  • feat: scripts-only MCP surface (code-mode) — flag, seed pack, docs + experiment results by @tarasyarema in #969
  • release: v1.119.0 + docs daily update 2026-07-14 by @desplega-bot in #973

Full Changelog: v1.118.0...v1.119.0