From e26bbe0af77e857c9456503fb712866cd2f0afa2 Mon Sep 17 00:00:00 2001 From: Nadav Barkai Date: Sat, 20 Jun 2026 23:11:34 +0300 Subject: [PATCH] chore: bump madrox marketplace version to 1.8.2 Points the barkain-plugins marketplace at madrox v1.8.2, which fixes the severe subprocess leak from orphaned orchestrator stacks (barkain/madrox#30). On first launch after updating, the plugin also reaps orphans left by 1.8.1. Co-Authored-By: Claude Opus 4.8 (1M context) --- .claude-plugin/marketplace.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 1e31018..fd595d3 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -20,7 +20,7 @@ { "name": "madrox", "description": "MCP server that orchestrates multiple Claude CLI instances as parallel workers with a real-time dashboard", - "version": "1.8.1", + "version": "1.8.2", "source": { "source": "github", "repo": "barkain/madrox"