Release Notes
Added
- (engine) propagate run_id through dispatch and record step entries
- (store) add TaskStore and RunStore (inmemory + sqlite)
- (server) persist tasks/runs and expose GET drill-down routes
- (mcp) auto-resolve worker route from worker_handle in worker tools
- (mcp) add mse_worker_fetch / mse_worker_submit worker HTTP tools
- (mcp) adopt typed run/task ids and expose step trace in swarm_status
Fixed
- (worker) surface WorkerId in the spawn trace log
- (ids) unify the operator sid on the SessionId shape (S-)
Other
- (ids) [breaking] prefix-validated ID newtypes, token fingerprint keys, BlueprintId convergence
- (types) [breaking] rename per-step TaskId to StepId; add TaskId/RunId newtypes
- apply cargo fmt to pre-existing drift in cli/server sources
- (mcp) add the mse://guides/id-lifecycle canonical ID inventory
- (mcp) document the ID hierarchy and run-trace drill-down
Install mlua-swarm-cli 0.5.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ynishi/mlua-swarm/releases/download/v0.5.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.5.0/mlua-swarm-cli-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install ynishi/tap/mse
Download mlua-swarm-cli 0.5.0