v1.108.1
Install & Run
npm:
npx @desplega.ai/agent-swarm@1.108.1
# or install globally
npm i -g @desplega.ai/agent-swarm@1.108.1bun:
bunx @desplega.ai/agent-swarm@1.108.1
# or install globally
bun i -g @desplega.ai/agent-swarm@1.108.1Docker:
# Server
docker pull ghcr.io/desplega-ai/agent-swarm:1.108.1
# Worker
docker pull ghcr.io/desplega-ai/agent-swarm-worker:1.108.1E2B templates:
# API
agent-swarm-api-1-108-1
agent-swarm-api-latest
# Worker / lead runtime
agent-swarm-worker-1-108-1
agent-swarm-worker-latestWhat's Changed
- fix(attachments): dispatch-prompt fetch recipe + env-robust tests + mimeType fix by @desplega-bot in #899
- feat(ui): show attachments above session prompts by @desplega-bot in #900
- fix(telemetry): count hosted Swarm Cloud installs in is_cloud cohort by @desplega-bot in #901
- fix(ui): hide empty task attachment cards by @desplega-bot in #903
- fix(agent-fs): avoid provisioning role downgrades by @desplega-bot in #904
Full Changelog: v1.108.0...v1.108.1