negotium 0.5.2 → 0.5.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.
@@ -1302,6 +1302,13 @@ function playwrightTransport(port, owner, capability, agent) {
1302
1302
  };
1303
1303
  }
1304
1304
  const query = new URLSearchParams({ owner });
1305
+ if (agent === "maestro") {
1306
+ return {
1307
+ type: "http",
1308
+ url: `http://127.0.0.1:${port}/mcp?${query}`,
1309
+ headers: { "X-Browser-Capability": ownerCapability }
1310
+ };
1311
+ }
1305
1312
  return {
1306
1313
  type: "sse",
1307
1314
  url: `http://127.0.0.1:${port}/sse?${query}`,
@@ -2658,4 +2665,4 @@ function formatDateBucket(d) {
2658
2665
 
2659
2666
  export { __toESM, __require, logger, CLAUDE_EFFORT_VALUES, CODEX_EFFORT_VALUES, MAESTRO_EFFORT_VALUES, MODEL_SONNET, MODEL_OPUS, MODEL_FABLE, configureRolloutHost, assertUuidLike, ensureCwdExists, extractChatPairs, encodeClaudeCwd, writeClaudeRollout, repairPoisonedRollout, hostedCodexHomePath, extractLatestCodexPatchPreview, extractCodexPatchCallIds, readCodexPatchCallIds, readLatestCodexPatchPreview, extractLatestCodexContextUsage, readLatestCodexContextUsage, migrateCodexRolloutNativeMultiAgentMetadata, latestCodexRolloutPath, writeCodexRollout, decodeUuidV7Timestamp };
2660
2667
 
2661
- //# debugId=6D7D58D4329FF39364756E2164756E21
2668
+ //# debugId=5324A8041B6DBD8764756E2164756E21