Skip to content

v1.114.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 11:39
352b283

Install & Run

npm:

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

bun:

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

Docker:

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

E2B templates:

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

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

What's Changed

  • rbac: role engine + RBAC_ENABLED user-token admission gate (DES-445 increment 3) by @tarasyarema in #935
  • rbac: auto-backfill default role for zero-role users at boot (DES-445 follow-up) by @tarasyarema in #936
  • docs(evals): resolve delegation-chain 0.75 threshold question (N=10 CI reread) by @desplega-bot in #938
  • evals: dispatch/hop-level structural scoring for delegation-chain + tool-routing by @desplega-bot in #937
  • feat: add delete-page MCP tool by @desplega-bot in #940
  • feat(workflows): configurable webhook verification formats by @fuvidani in #941
  • fix(identity): eradicate identity confabulation via provider-agnostic resolve-user invariant by @fuvidani in #939
  • feat(scripts): connections MVP — OpenAPI-by-URL, OAuth bindings, ctx.mcp, GraphQL by @tarasyarema in #934
  • fix(worker): install Chromium runtime dependencies by @desplega-bot in #946
  • fix(script-connections): preserve query-only auth bindings by @desplega-bot in #942
  • Proposal: trim Claude Code context bloat by @desplega-bot in #943
  • feat(ui): replace dashboard graph with activity timeline by @desplega-bot in #945
  • release: v1.114.0 + docs daily update 2026-07-09 by @desplega-bot in #944

Full Changelog: v1.113.0...v1.114.0