Skip to content

0.6.0 - 2026-07-08

Choose a tag to compare

@github-actions github-actions released this 08 Jul 17:06
bf09aa1

Release Notes

Added

  • (schema,core) BP-level declarative context supply tiers (BP-global / Agent / Step) via AgentContextView
  • (core,server,cli) unify task-level context exposure via AgentContextView (Contract C)
  • (schema,mcp) schemars JsonSchema derives + mse://api/http-endpoints resource
  • (server,service) per-Run init_ctx override + 3-layer merge chain + TaskRecord.task_input_spec persistence
  • (schema,service) Blueprint.default_init_ctx with BP -> Task merge chain
  • (operator-ws,agent-block) splice task-level project_root/work_dir into Direction and priority chain
  • (middleware) add TaskInputMiddleware for Task-level context injection
  • (compiler) kind=lua reachable on the default registry via inline spec.source

Other

  • TaskInputMiddleware reads sibling fields directly, drop ST1 init_ctx fold-back
  • thread TaskSpec.initial_directive Value end-to-end, render at consumer boundaries only
  • (server) rename FlowTasksReq to TaskLaunchRequest and split init_ctx roles
  • (mcp) publish mse://guides/operator-execution-model resource

Install mlua-swarm-cli 0.6.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via Homebrew

brew install ynishi/tap/mse

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