@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.
Files changed (2) hide show
  1. package/dist/index.js +2 -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.1",
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: "agentapprove-plugin", version: "1.0", platform: "node", mode: "operator" },
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentapprove/openclaw",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Agent Approve plugin for OpenClaw - approve or deny AI agent tool calls from your iPhone and Apple Watch",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {