@alfe.ai/openclaw 0.4.3 → 0.4.5

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/plugin2.cjs CHANGED
@@ -3335,6 +3335,7 @@ const plugin = {
3335
3335
  description: "Connects OpenClaw to the local Alfe gateway daemon",
3336
3336
  version: pkg.version,
3337
3337
  activate(api) {
3338
+ (0, _alfe_ai_agent_api_client.installToolErrorCapture)(api, { plugin: "openclaw" });
3338
3339
  const log = api.logger;
3339
3340
  let cfg = null;
3340
3341
  try {
package/dist/plugin2.js CHANGED
@@ -3,7 +3,7 @@ import { extname, join } from "node:path";
3
3
  import { readFile } from "node:fs/promises";
4
4
  import { homedir } from "node:os";
5
5
  import { resolveConfig } from "@alfe.ai/config";
6
- import { AgentApiClient } from "@alfe.ai/agent-api-client";
6
+ import { AgentApiClient, installToolErrorCapture } from "@alfe.ai/agent-api-client";
7
7
  import { createConnection } from "node:net";
8
8
  import { randomUUID } from "node:crypto";
9
9
  import { EventEmitter } from "node:events";
@@ -3336,6 +3336,7 @@ const plugin = {
3336
3336
  description: "Connects OpenClaw to the local Alfe gateway daemon",
3337
3337
  version: pkg.version,
3338
3338
  activate(api) {
3339
+ installToolErrorCapture(api, { plugin: "openclaw" });
3339
3340
  const log = api.logger;
3340
3341
  let cfg = null;
3341
3342
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfe.ai/openclaw",
3
- "version": "0.4.3",
3
+ "version": "0.4.5",
4
4
  "description": "OpenClaw plugin for Alfe — connects to local gateway daemon via IPC for integration management",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -26,7 +26,7 @@
26
26
  "@auriclabs/logger": "^0.1.1",
27
27
  "@sinclair/typebox": "^0.34.48",
28
28
  "zod": "^4.1.5",
29
- "@alfe.ai/agent-api-client": "^0.7.0",
29
+ "@alfe.ai/agent-api-client": "^0.9.0",
30
30
  "@alfe.ai/config": "^0.3.0"
31
31
  },
32
32
  "peerDependencies": {