squadrant 0.11.1 → 0.11.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -403,13 +403,13 @@ async function ensureCmuxAutoConfig(opts = {}) {
403
403
  // packages/shared/dist/lib/compat-manifest.js
404
404
  var compatManifest = {
405
405
  tools: {
406
- cmux: { min: "0.64.0", lastVerified: "0.64.16" },
406
+ cmux: { min: "0.64.0", lastVerified: "0.64.17" },
407
407
  claude: { min: "2.1.32" },
408
408
  node: { min: "18.0.0", lastVerified: "24.6.0" },
409
409
  // presence-checked; no floor enforced yet
410
410
  codex: { lastVerified: "0.139.0" },
411
411
  gemini: { lastVerified: "0.38.2" },
412
- opencode: { lastVerified: "1.17.4" }
412
+ opencode: { lastVerified: "1.17.9" }
413
413
  }
414
414
  };
415
415