Skip to content

v1.139.0

Choose a tag to compare

@github-actions github-actions released this 05 Sep 20:46
· 9 commits to main since this release
4be1b21

Install & Run

npm:

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

bun:

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

Docker:

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

E2B templates:

# API
agent-swarm-api-1-139-0
agent-swarm-api-latest

# Worker / lead runtime
agent-swarm-worker-1-139-0
agent-swarm-worker-latest

What's Changed

  • chore(deps): bump @desplega.ai/slack-mock to 0.1.2 by @desplega-bot in #1329
  • docs: organize integrations and repair links by @desplega-bot in #1325
  • feat(stats): expose multi-runtime feature state by @renanravelli in #1327
  • fix(skills): tokenize skill search queries and search content by @desplega-bot in #1328
  • feat(ui): VITE_PLAUSIBLE_SCRIPT_ID picks the Plausible site for a build by @tarasyarema in #1334
  • Move Pages above Apps in sidebar by @desplega-bot in #1335
  • fix(tests): close the pre-push sandbox-spawn skip-list gap by @desplega-bot in #1337
  • feat(e2e): Slack visuals on PRs (legacy vs v2 screenshots from slack-mock) by @tarasyarema in #1338
  • test: isolate attachment uploads from worker agent-fs by @desplega-bot in #1339
  • ci(slack-visuals): install ffmpeg so the step GIFs render by @tarasyarema in #1341
  • ci(nightly-e2e): one report job, cost per leg, sonnet 5, worker-owned task dir by @tarasyarema in #1343
  • docs: switch browser automation from qa-use to agent-browser by @tarasyarema in #1345
  • fix: authorize pool-starvation Lead escalation explicitly, not via inherited affinity by @desplega-bot in #1344
  • chore: bump agent-fs pins to 0.13.5 by @tarasyarema in #1347
  • fix(scripts-runtime): sandbox nproc headroom + retryable capacity_exceeded classification by @desplega-bot in #1326
  • fix(entrypoint): unlink stale worker bootstrap so container restarts do not crash-loop by @tarasyarema in #1350
  • fix(nightly-e2e): POSIX log-collection step, keep the CODEX_OAUTH blob whole by @tarasyarema in #1348
  • fix(heartbeat): reboot sweep skips tasks claimed after boot, session registered before spawn, bounded opencode session create by @tarasyarema in #1351
  • docs(providers): make capability gaps explicit by @desplega-bot in #1353
  • test(scripts-runtime): add timeouts to SIGABRT sandbox tests by @desplega-bot in #1354
  • fix(runner): retry agent-fs provisioning after boot registration by @tarasyarema in #1355
  • feat(codex): add GPT-6 Astra support by @desplega-bot in #1358
  • release: v1.139.0 + docs daily update 2026-09-05 by @desplega-bot in #1357

Full Changelog: v1.138.0...v1.139.0