Skip to content

0.9.0 - 2026-07-10

Choose a tag to compare

@github-actions github-actions released this 10 Jul 23:53
bcdf48f

Release Notes

Added

  • worker degradation reporting + sync-launch timeout bump (GH #32, GH #39)
  • named multi-part worker output on the Blueprint chain (#36)
  • RunStatus::Interrupted + boot-time recovery sweep (issue #35 ST2)
  • system_ref resolution in mse_worker_fetch + bp_doctor delivery note (GH #31)
  • (server) add /v1/worker/prompt/system and /v1/agents/:name/render-size routes
  • (core,server) Subtask 1 — SystemRef wire shape + Engine threshold branch (GH #31)
  • (schema,core,server,cli) Blueprint-declared after-run audit hooks (GH #34)
  • detach the flow-eval driver from the sync launch request (#37)
  • add lifecycle occupancy guard to restart/shutdown MCP tools
  • persist-by-default Task/Run stores + --ephemeral opt-out (#35 ST1)

Fixed

  • apply GH #33 sync-hang guards to task_rekick (issue #35 ST3)
  • (server,cli) fail loud on sync task launch instead of hanging (GH #33)

Other

  • expand rustdoc/guide for audit middleware and Worker axis
  • document GH #35 restart-resilience feature set

Install mlua-swarm-cli 0.9.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ynishi/mlua-swarm/releases/download/v0.9.0/mlua-swarm-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/ynishi/mlua-swarm/releases/download/v0.9.0/mlua-swarm-cli-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install ynishi/tap/mse

Download mlua-swarm-cli 0.9.0

File Platform Checksum
mlua-swarm-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
mlua-swarm-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
mlua-swarm-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
mlua-swarm-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
mlua-swarm-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum