Install & Run
npm:
npx @desplega.ai/agent-swarm@1.146.0
# or install globally
npm i -g @desplega.ai/agent-swarm@1.146.0bun:
bunx @desplega.ai/agent-swarm@1.146.0
# or install globally
bun i -g @desplega.ai/agent-swarm@1.146.0Docker:
# Server
docker pull ghcr.io/desplega-ai/agent-swarm:1.146.0
# Worker
docker pull ghcr.io/desplega-ai/agent-swarm-worker:1.146.0E2B templates:
# API
agent-swarm-api-1-146-0
agent-swarm-api-latest
# Worker / lead runtime
agent-swarm-worker-1-146-0
agent-swarm-worker-latestWhat's Changed
- fix(ui): render persisted ACP tool updates without transcript noise by @desplega-bot in #1429
- feat(ui): drag-and-drop file attach on the composer by @desplega-bot in #1432
- fix(acp): persist prompt usage and report token counters by @desplega-bot in #1431
- docs: explain Kubernetes dashboard access and CORS by @desplega-bot in #1435
- fix(prompts): default document delivery to agent-fs Markdown by @desplega-bot in #1437
- fix(security): default credentialed CORS to hosted/dev allowlist by @desplega-bot in #1436
- feat(e2e): dynamic scenario registry + publish visuals on fork PRs by @desplega-bot in #1439
- release: v1.146.0 + docs daily update 2026-09-12 by @desplega-bot in #1440
Full Changelog: v1.145.0...v1.146.0