Skip to content

0.5.0 - 2026-07-07

Choose a tag to compare

@github-actions github-actions released this 07 Jul 00:56
00b16ee

Release Notes

Added

  • (engine) propagate run_id through dispatch and record step entries
  • (store) add TaskStore and RunStore (inmemory + sqlite)
  • (server) persist tasks/runs and expose GET drill-down routes
  • (mcp) auto-resolve worker route from worker_handle in worker tools
  • (mcp) add mse_worker_fetch / mse_worker_submit worker HTTP tools
  • (mcp) adopt typed run/task ids and expose step trace in swarm_status

Fixed

  • (worker) surface WorkerId in the spawn trace log
  • (ids) unify the operator sid on the SessionId shape (S-)

Other

  • (ids) [breaking] prefix-validated ID newtypes, token fingerprint keys, BlueprintId convergence
  • (types) [breaking] rename per-step TaskId to StepId; add TaskId/RunId newtypes
  • apply cargo fmt to pre-existing drift in cli/server sources
  • (mcp) add the mse://guides/id-lifecycle canonical ID inventory
  • (mcp) document the ID hierarchy and run-trace drill-down

Install mlua-swarm-cli 0.5.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ynishi/mlua-swarm/releases/download/v0.5.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.5.0/mlua-swarm-cli-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install ynishi/tap/mse

Download mlua-swarm-cli 0.5.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