Skip to content

0.11.0 - 2026-07-16

Choose a tag to compare

@github-actions github-actions released this 16 Jul 10:59
78cdb9e

Release Notes

Added

  • (compiler) add VerdictValueUnhandled reverse-direction lint (GH #50 follow-up)
  • materialize staged named parts to ctx files at submit time
  • reject strict launches with no resolvable root before dispatch
  • add check_policy 3-tier cascade for pre-dispatch validation
  • (engine) add CheckPolicy for submit-time projection sink fail-loud opt-in
  • (server) wire CheckPolicy through config file + CLI flag + doctor
  • (dsl) authoring enablers + generalized equivalence fixtures (GH #54)

Other

  • document the worker I/O contract (fetch IN, path-free tool-call OUT)
  • fix pre-existing rustfmt drift in cli resources and dsl_node_parity test
  • (cli) bundle DSL authoring guide + .bp.lua samples as MCP resources

Install mlua-swarm-cli 0.11.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via Homebrew

brew install ynishi/tap/mse

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