v1.94.0
Install & Run
npm:
npx @desplega.ai/agent-swarm@1.94.0
# or install globally
npm i -g @desplega.ai/agent-swarm@1.94.0bun:
bunx @desplega.ai/agent-swarm@1.94.0
# or install globally
bun i -g @desplega.ai/agent-swarm@1.94.0Docker:
# Server
docker pull ghcr.io/desplega-ai/agent-swarm:1.94.0
# Worker
docker pull ghcr.io/desplega-ai/agent-swarm-worker:1.94.0E2B templates:
# API
agent-swarm-api-1-94-0
agent-swarm-api-latest
# Worker / lead runtime
agent-swarm-worker-1-94-0
agent-swarm-worker-latestWhat's Changed
- feat(ui): promote /script-runs into a full /scripts experience by @tarasyarema in #714
- fix: surface claude-bridge pane tail in task failures by @desplega-bot in #715
- feat: non-blocking boot script embeddings (DES-561) by @desplega-bot in #716
- feat(ui): add Claude Fable 5 to model selector by @capchase-bot in #717
- chore: bump claude-bridge pin 0.1.8 → 0.1.10 by @desplega-bot in #718
- chore(models): sync registries with Anthropic — 2026-06-10 by @desplega-bot in #720
- chore: bump claude-bridge pin 0.1.10 → 0.1.11 by @desplega-bot in #721
- Improve metrics dashboard filters and layout by @desplega-bot in #722
- Add portable model tiers by @desplega-bot in #719
- fix: worker-runtime bugs — skill EACCES, credential leak, observability gaps by @desplega-bot in #723
- feat(memory): embed rating nudge in memory-search / memory-get tool results by @desplega-bot in #724
- Make metrics dashboard variable filters searchable by @desplega-bot in #726
- fix(migrations): self-heal seed-as-090 history + forbid mutating applied migrations by @tarasyarema in #725
- Update metrics dashboard filters and modal sizing by @desplega-bot in #729
- test: cover opencode and pi harness metadata by @desplega-bot in #728
- chore: bump claude-bridge pin to 0.1.12 by @desplega-bot in #730
- fix(slack): persist watcher message tracking across restarts by @desplega-bot in #727
- chore(pricing): daily modelsdev refresh 2026-06-11 by @desplega-bot in #733
- fix(pi-mono): surface AWS SDK runtime errors via structured pi events by @jagoda in #731
- DES-472 Fix property-match input alias resolution by @desplega-bot in #734
- release: v1.94.0 + docs daily update 2026-06-11 by @desplega-bot in #732
Full Changelog: v1.93.0...v1.94.0