v1.107.1
Install & Run
npm:
npx @desplega.ai/agent-swarm@1.107.1
# or install globally
npm i -g @desplega.ai/agent-swarm@1.107.1bun:
bunx @desplega.ai/agent-swarm@1.107.1
# or install globally
bun i -g @desplega.ai/agent-swarm@1.107.1Docker:
# Server
docker pull ghcr.io/desplega-ai/agent-swarm:1.107.1
# Worker
docker pull ghcr.io/desplega-ai/agent-swarm-worker:1.107.1E2B templates:
# API
agent-swarm-api-1-107-1
agent-swarm-api-latest
# Worker / lead runtime
agent-swarm-worker-1-107-1
agent-swarm-worker-latestWhat's Changed
- chore(monorepo): Monorepo 01 — Phase 0 scaffold (Bun workspaces + Turbo, no file moves) by @tarasyarema in #884
- Guard Linear tracker task creation by context key by @desplega-bot in #886
- fix(pages): allow media-src https for served page video previews by @desplega-bot in #888
- Add cloud app favorites and page slug routes by @desplega-bot in #887
- fix(ci): PR-based README→Pages sync + regenerate stale docs/index.md by @tarasyarema in #889
- fix(ci): sync workflow enqueues via GraphQL mutation by @tarasyarema in #890
- fix(worker): soften setupScript failures after privilege drop by @desplega-bot in #891
Full Changelog: v1.107.0...v1.107.1