Skip to content

v1.98.1

Choose a tag to compare

@github-actions github-actions released this 14 Jun 15:23
f462935

Install & Run

npm:

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

bun:

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

Docker:

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

E2B templates:

# API
agent-swarm-api-1-98-1
agent-swarm-api-latest

# Worker / lead runtime
agent-swarm-worker-1-98-1
agent-swarm-worker-latest

What's Changed

  • feat: refresh models.dev pricing at runtime by @desplega-bot in #758
  • Fix Slack completion output formatting by @desplega-bot in #759
  • feat(pi-mono): surface Bedrock probe status in the agent credentials UI by @jagoda in #760
  • fix(test): biome format bedrock-model-groups.test.ts to unblock main CI by @desplega-bot in #765
  • fix: prevent session-end sync from clobbering Lead's profile edits by @desplega-bot in #763
  • fix(opencode): bump CLI + SDK to 1.17.4 to fix tool result passthrough by @desplega-bot in #761
  • release: v1.98.1 + docs daily update 2026-06-14 by @desplega-bot in #766

Full Changelog: v1.98.0...v1.98.1