Skip to content

v1.113.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 10:09
54a91fb

Install & Run

npm:

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

bun:

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

Docker:

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

E2B templates:

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

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

What's Changed

  • fix: stale FTS-init flag in memory delete path + data/fs leak from integration test by @tarasyarema in #924
  • rbac: central can() chokepoint + legacy policy + permission audit log (DES-445 increments 1+2) by @tarasyarema in #921
  • feat(rbac): gate swarm-config write/delete/secret-read (DES-445 follow-up) by @tarasyarema in #925
  • fix(rbac): favorites route coverage + import-completeness guard (codex #921) by @tarasyarema in #926
  • prompt: teach agents to use polymorphic schedule targetType by @desplega-bot in #927
  • chore(docker): bump claude-code, codex, opencode (weekly 2026-07-08) by @desplega-bot in #932
  • docs(scripts): teach agents typed api connections by @desplega-bot in #928
  • Tighten script usage prompt rubric by @desplega-bot in #930
  • feat: add workflow and schedule triage tooling by @desplega-bot in #933
  • release: v1.113.0 + docs daily update 2026-07-08 by @desplega-bot in #931

Full Changelog: v1.112.0...v1.113.0