@poolzin/pool-bot 2026.4.24 → 2026.4.25

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2026.4.24",
3
- "commit": "33acc5d1826cd81e715ba4f1031358779f9bcb22",
4
- "builtAt": "2026-03-29T16:52:36.915Z"
2
+ "version": "2026.4.25",
3
+ "commit": "624dc4c8624e2ee1a347793040fc125fb568f3ba",
4
+ "builtAt": "2026-03-30T02:06:10.695Z"
5
5
  }
@@ -1 +1 @@
1
- {"version":3,"file":"server-methods.d.ts","sourceRoot":"","sources":["../../src/gateway/server-methods.ts"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AA4J/F,eAAO,MAAM,mBAAmB,EAAE,sBA2BjC,CAAC;AAEF,wBAAsB,oBAAoB,CACxC,IAAI,EAAE,qBAAqB,GAAG;IAAE,aAAa,CAAC,EAAE,sBAAsB,CAAA;CAAE,GACvE,OAAO,CAAC,IAAI,CAAC,CAwBf"}
1
+ {"version":3,"file":"server-methods.d.ts","sourceRoot":"","sources":["../../src/gateway/server-methods.ts"],"names":[],"mappings":"AAqBA,OAAO,KAAK,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AA4J/F,eAAO,MAAM,mBAAmB,EAAE,sBA4BjC,CAAC;AAEF,wBAAsB,oBAAoB,CACxC,IAAI,EAAE,qBAAqB,GAAG;IAAE,aAAa,CAAC,EAAE,sBAAsB,CAAA;CAAE,GACvE,OAAO,CAAC,IAAI,CAAC,CAwBf"}
@@ -8,6 +8,7 @@ import { configHandlers } from "./server-methods/config.js";
8
8
  import { connectHandlers } from "./server-methods/connect.js";
9
9
  import { cronHandlers } from "./server-methods/cron.js";
10
10
  import { deviceHandlers } from "./server-methods/devices.js";
11
+ import { execApprovalsHandlers } from "./server-methods/exec-approvals.js";
11
12
  import { healthHandlers } from "./server-methods/health.js";
12
13
  import { logsHandlers } from "./server-methods/logs.js";
13
14
  import { modelsHandlers } from "./server-methods/models.js";
@@ -194,6 +195,7 @@ export const coreGatewayHandlers = {
194
195
  ...agentsHandlers,
195
196
  ...browserHandlers,
196
197
  ...swarmHandlers,
198
+ ...execApprovalsHandlers,
197
199
  };
198
200
  export async function handleGatewayRequest(opts) {
199
201
  const { req, respond, client, isWebchatConnect, context } = opts;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@poolzin/pool-bot",
3
- "version": "2026.4.24",
3
+ "version": "2026.4.25",
4
4
  "description": "🎱 Pool Bot - AI assistant with PLCODE integrations",
5
5
  "keywords": [],
6
6
  "license": "MIT",