v1.136.0
Install & Run
npm:
npx @desplega.ai/agent-swarm@1.136.0
# or install globally
npm i -g @desplega.ai/agent-swarm@1.136.0bun:
bunx @desplega.ai/agent-swarm@1.136.0
# or install globally
bun i -g @desplega.ai/agent-swarm@1.136.0Docker:
# Server
docker pull ghcr.io/desplega-ai/agent-swarm:1.136.0
# Worker
docker pull ghcr.io/desplega-ai/agent-swarm-worker:1.136.0E2B templates:
# API
agent-swarm-api-1-136-0
agent-swarm-api-latest
# Worker / lead runtime
agent-swarm-worker-1-136-0
agent-swarm-worker-latestWhat's Changed
- test: isolate root-suite shared state by @desplega-bot in #1271
- docs: Release Notes — Week of August 24 to August 31, 2026 by @desplega-bot in #1283
- fix(docs): make root redirect permanent by @desplega-bot in #1284
- docs: document db query concurrency limit by @desplega-bot in #1286
- feat(db): add opt-in retention for non-critical logs by @fuvidani in #1252
- chore(docker): bump claude-code, pi, codex, opencode (weekly 2026-08-30) by @desplega-bot in #1277
- fix(#1240): a task with attachments is pool-claimable before its attachments exist by @desplega-bot in #1273
- fix(tasks): stop reporting lastUpdatedAt as a sibling's start time by @picchu-ai in #1281
- test: unpin the docs page count and wait for slow src/http.ts boots by @tarasyarema in #1292
- fix(otel): emit inbound API spans as SERVER so backends can resolve the route by @capchase-bot in #1293
- release: v1.136.0 + docs daily update 2026-09-01 by @desplega-bot in #1294
New Contributors
- @picchu-ai made their first contribution in #1281
Full Changelog: v1.135.2...v1.136.0