multiclaws 0.4.26 → 0.4.27

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.
@@ -257,7 +257,7 @@ class OpenClawAgentExecutor {
257
257
  await (0, gateway_client_1.invokeGatewayTool)({
258
258
  gateway: this.gatewayConfig,
259
259
  tool: "message",
260
- args: { action: "send", message },
260
+ args: { action: "send", target: "main", message },
261
261
  timeoutMs: 5_000,
262
262
  });
263
263
  }
@@ -922,7 +922,7 @@ class MulticlawsService extends node_events_1.EventEmitter {
922
922
  await (0, gateway_client_1.invokeGatewayTool)({
923
923
  gateway: this.gatewayConfig,
924
924
  tool: "message",
925
- args: { action: "send", message },
925
+ args: { action: "send", target: "main", message },
926
926
  timeoutMs: 5_000,
927
927
  });
928
928
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "multiclaws",
3
- "version": "0.4.26",
3
+ "version": "0.4.27",
4
4
  "description": "MultiClaws plugin for OpenClaw collaboration via A2A protocol",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",