Skip to content

v1.143.0

Choose a tag to compare

@github-actions github-actions released this 09 Sep 09:47
· 27 commits to main since this release
5ffa0f6

Install & Run

npm:

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

bun:

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

Docker:

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

E2B templates:

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

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

What's Changed

  • fix(ui): tolerate /status responses without automations (pre-v1.142.0 APIs) by @tarasyarema in #1381
  • fix(pages): preserve authored styles after Tailwind loads by @tarasyarema in #1382
  • docs+ui: OpenAI-compatible model gateways for pi-mono and opencode (closes the #1376 ask) by @desplega-bot in #1383
  • ci(slack-visuals): run the E2E and upload the artifact on fork PRs by @tarasyarema in #1386
  • fix(ui): distinguish Codex advisories from failures and label Astra by @desplega-bot in #1387
  • fix(acp): persist protocol traffic for diagnostics by @desplega-bot in #1385
  • fix: gate feedback popup by install age by @desplega-bot in #1390
  • fix(acp): scrub config metadata before session emission by @desplega-bot in #1389
  • fix(slack): persist terminal reply delivery across restarts by @desplega-bot in #1378
  • docs: publish operator skill and simplify README by @tarasyarema in #1388
  • fix(runner): refresh identity safely before each task prompt by @desplega-bot in #1391
  • fix: stabilize script pause, query saturation, and migration queue checks by @tarasyarema in #1396
  • feat(slack): configurable reaction shortcodes per event by @fuvidani in #1384
  • fix(sandbox): independent pids containment for sandboxed-script process tree by @desplega-bot in #1392
  • chore(deps): bump actions/setup-node from 5.0.0 to 7.0.0 by @dependabot[bot] in #1397
  • feat(codex): use app-server for native steering and interruption by @tarasyarema in #1393
  • chore(deps): bump next from 16.2.11 to 16.3.3 in /apps/templates-ui in the npm_and_yarn group across 1 directory by @dependabot[bot] in #1398
  • fix(ui): render Codex app-server logs and consistent context usage by @tarasyarema in #1399
  • release: v1.143.0 + docs daily update 2026-09-09 by @desplega-bot in #1400
  • chore(docker): bump claude-code (weekly 2026-09-09) by @desplega-bot in #1401

Full Changelog: v1.142.0...v1.143.0