Skip to content

0.15.0 - 2026-07-23

Choose a tag to compare

@github-actions github-actions released this 23 Jul 10:57
8488730

Release Notes

Added

  • keep legacy replay keys for backfilled run snapshots
  • mark run snapshot origin for backfilled bindings
  • carry binding request identity into spawn frames
  • make binding attestation optional behind strict gate
  • validate run snapshots and gate legacy bindings
  • add cross-platform operator provider
  • explain run-scoped agent bindings
  • attest operator capabilities at join
  • add execution binding provider interface
  • bind immutable agent snapshots at launch
  • expose blueprint binding requirements endpoint
  • add binding_lint family to bp_doctor

Other

  • ignore .codex dotdir and AGENTS.md
  • neutralize internal convention tokens in public surfaces
  • document optional manifests and strict binding mode
  • align bp build fixtures with runner-form migration

Install mlua-swarm-cli 0.15.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via Homebrew

brew install ynishi/tap/mse

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