Skip to content

v1.107.1

Choose a tag to compare

@github-actions github-actions released this 02 Jul 11:40
37c0825

Install & Run

npm:

npx @desplega.ai/agent-swarm@1.107.1
# or install globally
npm i -g @desplega.ai/agent-swarm@1.107.1

bun:

bunx @desplega.ai/agent-swarm@1.107.1
# or install globally
bun i -g @desplega.ai/agent-swarm@1.107.1

Docker:

# Server
docker pull ghcr.io/desplega-ai/agent-swarm:1.107.1
# Worker
docker pull ghcr.io/desplega-ai/agent-swarm-worker:1.107.1

E2B templates:

# API
agent-swarm-api-1-107-1
agent-swarm-api-latest

# Worker / lead runtime
agent-swarm-worker-1-107-1
agent-swarm-worker-latest

What'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