v1.115.0
Install & Run
npm:
npx @desplega.ai/agent-swarm@1.115.0
# or install globally
npm i -g @desplega.ai/agent-swarm@1.115.0bun:
bunx @desplega.ai/agent-swarm@1.115.0
# or install globally
bun i -g @desplega.ai/agent-swarm@1.115.0Docker:
# Server
docker pull ghcr.io/desplega-ai/agent-swarm:1.115.0
# Worker
docker pull ghcr.io/desplega-ai/agent-swarm-worker:1.115.0E2B templates:
# API
agent-swarm-api-1-115-0
agent-swarm-api-latest
# Worker / lead runtime
agent-swarm-worker-1-115-0
agent-swarm-worker-latestWhat's Changed
- chore(readme): add Product Hunt launch banner (PH live today) by @desplega-bot in #948
- fix(ui): surface connection errors instead of a silent Disconnected badge by @desplega-bot in #950
- feat(scripts): add raw ctx.api responses by @desplega-bot in #952
- fix(tasks): attribute UI-created tasks via body requestedByUserId in shared-key deployments by @fuvidani in #953
- DES-445: Gate MCP-user admission and RBAC route backlog by @tarasyarema in #951
- Improve Compound Insights report renderer UX by @desplega-bot in #955
- feat(routing): affinity gate for interrupted & pooled tasks by @fuvidani in #954
- Show prose task outputs in Slack completions by @desplega-bot in #957
- feat(codex): add GPT-5.6 model tiers by @desplega-bot in #958
- release: v1.115.0 + docs daily update 2026-07-10 by @desplega-bot in #956
Full Changelog: v1.114.0...v1.115.0