Skip to content

0.19.0 - 2026-07-30

Choose a tag to compare

@github-actions github-actions released this 30 Jul 00:42
0dc5b72

Release Notes

Added

  • (bp_doctor) flag the fully-dead verdict gate separately from per-value noise
  • (context) deliver Blueprint-declared agent ctx to in-process workers
  • (agent-block) both verdict channels + task_metadata via SDK extra_globals

Fixed

  • (worker) fold an in-process worker's staged parts into the BP chain
  • (verdict) give the contract rejection a reader, at both ends
  • (agent-block) register the AgentBlock spawner on the default paths

Other

  • (agent-block) isolate SQLite state to :memory: and poll the audit marker
  • use neutral role names in fixtures instead of real agent names
  • (context) one in-process seam for task context, and deliver task_metadata to Lua
  • (agent-block) e2e the Pure-Lua ScriptBasedAgent dispatch lane
  • (guides) give worker-io-contract its in-process half

Install mlua-swarm-cli 0.19.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via Homebrew

brew install ynishi/tap/mse

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