@agentapprove/openclaw 0.2.1 → 0.2.2
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.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4063,7 +4063,7 @@ function loadConfig(openclawConfig, logger) {
|
|
|
4063
4063
|
failBehavior,
|
|
4064
4064
|
privacyTier,
|
|
4065
4065
|
debug,
|
|
4066
|
-
hookVersion: "1.2.
|
|
4066
|
+
hookVersion: "1.2.2",
|
|
4067
4067
|
agentType: "openclaw",
|
|
4068
4068
|
agentName,
|
|
4069
4069
|
e2eEnabled,
|
|
@@ -4589,7 +4589,7 @@ async function sendChatMessage(gwConfig, sessionKey, message, idempotencyKey = r
|
|
|
4589
4589
|
params: {
|
|
4590
4590
|
minProtocol: 3,
|
|
4591
4591
|
maxProtocol: 3,
|
|
4592
|
-
client: { id: "
|
|
4592
|
+
client: { id: "gateway-client", version: "1.0", platform: "node", mode: "backend" },
|
|
4593
4593
|
role: "operator",
|
|
4594
4594
|
scopes: ["operator.admin"],
|
|
4595
4595
|
auth: { token: gwConfig.token }
|
package/package.json
CHANGED