Skip to content

0.13.0 - 2026-07-19

Choose a tag to compare

@github-actions github-actions released this 19 Jul 15:02
d3fe321

Release Notes

Added

  • (cli) expand mse server to full launchd lifecycle family (GH #69, part 2)
  • (cli) add --strict-embed to mse bp build
  • (server) add blueprint_strict_embed config + include-cascade fix hint on register
  • (cli) add mse server <subcmd> skeleton + relocate launchd module (GH #69, part 1)
  • (cli) bundle bp-review sample agent (issue 86d97e6b)
  • (cli) bundle sample agents/*.md + tier-6 default + ref-paths guide
  • (cli) add mse bp lint subcommand + LintReport::Warn variant

Fixed

  • (cli) gate macOS-only server helpers behind cfg(target_os = "macos") for CI
  • (cli) recognise macOS 15 launchctl error 5 EIO on already-loaded bootstrap (GH #69 follow-up)
  • (dsl) invert B.pipeline verdict-gate default to opt-in (bafe47d4)
  • (cli) surface cancel_requested on swarm_status after cancel

Other

  • (cli) retire shell installer + bundle mse://guides/server-management (GH #69, part 4)
  • (mse) split linker into mlua-swarm-dsl / mlua-swarm-compile crates + include cascade
  • (schema) sync Blueprint doctest literals with blueprint_ref_includes
  • (cli) scrub internal ST / subtask literals from server rustdoc (GH #69 audience sweep)
  • (cli) apply cargo fmt to server subcommand modules
  • (cli) thin MCP forwarders + add mlua_swarm_server_{bootstrap,install,uninstall} (GH #69, part 3)
  • update
  • (cli) document $agent_md loader frontmatter parsing

Install mlua-swarm-cli 0.13.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via Homebrew

brew install ynishi/tap/mse

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