v1.104.0
Install & Run
npm:
npx @desplega.ai/agent-swarm@1.104.0
# or install globally
npm i -g @desplega.ai/agent-swarm@1.104.0bun:
bunx @desplega.ai/agent-swarm@1.104.0
# or install globally
bun i -g @desplega.ai/agent-swarm@1.104.0Docker:
# Server
docker pull ghcr.io/desplega-ai/agent-swarm:1.104.0
# Worker
docker pull ghcr.io/desplega-ai/agent-swarm-worker:1.104.0E2B templates:
# API
agent-swarm-api-1-104-0
agent-swarm-api-latest
# Worker / lead runtime
agent-swarm-worker-1-104-0
agent-swarm-worker-latestWhat's Changed
- feat(memory): add hybrid search and in-place editing by @desplega-bot in #829
- Add scripts credential broker by @desplega-bot in #830
- chore(docker): bump claude-code, codex, opencode (weekly 2026-06-28) by @desplega-bot in #836
- fix(config): live-reload env on MCP config mutations (parity with HTTP route) by @desplega-bot in #837
- feat(scripts): add typed API connection registry by @desplega-bot in #838
- fix(ui): await page launch before authed iframe by @desplega-bot in #839
- fix(script-connections): avoid agent ids in user audit FKs by @desplega-bot in #841
- docs: Release Notes — Week of June 22-29, 2026 by @desplega-bot in #842
- seo: daily docs metadata improvements 2026-06-29 by @desplega-bot in #844
- fix(heartbeat): reboot sweep ignores pre-boot stale sessions (concurrency-safe) by @desplega-bot in #846
- Relax internal agent mutation gates by @desplega-bot in #847
- Add DORA metrics community template by @desplega-bot in #848
- release: v1.104.0 + docs daily update 2026-06-29 by @desplega-bot in #843
Full Changelog: v1.103.0...v1.104.0