claw-control-center 0.1.6 → 0.1.7
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.
- package/dist/index.cjs +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -6653,7 +6653,7 @@ function createGatewayClient(config) {
|
|
|
6653
6653
|
await transport.request("chat.send", {
|
|
6654
6654
|
sessionKey: sessionId,
|
|
6655
6655
|
message: content,
|
|
6656
|
-
deliver:
|
|
6656
|
+
deliver: false,
|
|
6657
6657
|
idempotencyKey: (0, import_node_crypto3.randomUUID)()
|
|
6658
6658
|
});
|
|
6659
6659
|
},
|