Skip to content

v1.103.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 15:35
e143747

Install & Run

npm:

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

bun:

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

Docker:

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

E2B templates:

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

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

What's Changed

  • fix(runner): persist provider stderr in session logs by @desplega-bot in #824
  • refactor: invert be/db→github via task-started event (cycle-break #4) by @tarasyarema in #822
  • fix(worker): hard-sync clean auto-cloned default branches by @desplega-bot in #825
  • fix(loop-detection): stop codex file_change edits from false-positive loop kills by @desplega-bot in #821
  • Add Code Health Reports community template by @desplega-bot in #823
  • feat(telemetry): add session cost, lifecycle, workflow, and schedule events by @desplega-bot in #826
  • refactor: cycle-breaks — leaf/type consolidation (interpolate→utils + model-tiers→types) by @tarasyarema in #820
  • fix(runner): TDZ on runningTask in session_init handler by @desplega-bot in #827
  • feat(worker): opt in repo hook installation by @desplega-bot in #828
  • fix(worker): detect prek.toml hook configs by @desplega-bot in #832
  • release: v1.103.0 + docs daily update 2026-06-27 by @desplega-bot in #831

Full Changelog: v1.102.0...v1.103.0