@agenticmail/enterprise 0.5.398 → 0.5.399

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.
@@ -14480,7 +14480,7 @@ async function createAllTools(options) {
14480
14480
  }
14481
14481
  var localSystemTools = [];
14482
14482
  try {
14483
- var { createLocalSystemTools } = await import("./local-2ASES4SZ.js");
14483
+ var { createLocalSystemTools } = await import("./local-HWUCPBR2.js");
14484
14484
  localSystemTools = createLocalSystemTools({
14485
14485
  sandboxRoot: options?.workspaceDir || void 0,
14486
14486
  shellCwd: options?.workspaceDir || process.cwd(),
@@ -3423,7 +3423,7 @@ function createRequestToolsTool(allTools, activeSets, _context) {
3423
3423
  };
3424
3424
  }
3425
3425
  async function createToolsForContext(options, context, opts) {
3426
- const { createAllTools } = await import("./agent-tools-ZKR4SUBR.js");
3426
+ const { createAllTools } = await import("./agent-tools-IDQNS75R.js");
3427
3427
  if (context === "full") {
3428
3428
  return createAllTools(options);
3429
3429
  }
@@ -1234,7 +1234,7 @@ async function deploy(config, db, jwtSecret, vaultKey, spinner, chalk) {
1234
1234
  const { deployTarget, company, database, domain, tunnel, cloud } = config;
1235
1235
  if (deployTarget === "cloudflare-tunnel" && tunnel) {
1236
1236
  spinner.start(`Starting local server on port ${tunnel.port}...`);
1237
- const { createServer: createServer2 } = await import("./server-6WHC3426.js");
1237
+ const { createServer: createServer2 } = await import("./server-KZJ2ULQM.js");
1238
1238
  const server2 = createServer2({ port: tunnel.port, db, jwtSecret });
1239
1239
  const handle2 = await server2.start();
1240
1240
  spinner.succeed("Server running");
@@ -1536,7 +1536,7 @@ async function deploy(config, db, jwtSecret, vaultKey, spinner, chalk) {
1536
1536
  return {};
1537
1537
  }
1538
1538
  spinner.start("Starting local server...");
1539
- const { createServer } = await import("./server-6WHC3426.js");
1539
+ const { createServer } = await import("./server-KZJ2ULQM.js");
1540
1540
  const server = createServer({ port: 3e3, db, jwtSecret });
1541
1541
  const handle = await server.start();
1542
1542
  spinner.succeed("Server running");
@@ -4713,7 +4713,7 @@ function createServer(config) {
4713
4713
  engineInitialized = true;
4714
4714
  if (config.runtime?.enabled) {
4715
4715
  try {
4716
- const { createAgentRuntime } = await import("./runtime-PSSS6LHP.js");
4716
+ const { createAgentRuntime } = await import("./runtime-6MXFFFR7.js");
4717
4717
  const { mountRuntimeApp, setRuntime } = await import("./routes-XP7T63ZZ.js");
4718
4718
  let getEmailConfig;
4719
4719
  let onTokenRefresh;
@@ -5033,7 +5033,7 @@ function createServer(config) {
5033
5033
  await setEngineDb(engineDb, config.db);
5034
5034
  if (config.runtime?.enabled) {
5035
5035
  try {
5036
- const { createAgentRuntime } = await import("./runtime-PSSS6LHP.js");
5036
+ const { createAgentRuntime } = await import("./runtime-6MXFFFR7.js");
5037
5037
  const { mountRuntimeApp, setRuntime } = await import("./routes-XP7T63ZZ.js");
5038
5038
  let getEmailConfig;
5039
5039
  let onTokenRefresh;
@@ -239,7 +239,7 @@ function createDependencyManagerTools() {
239
239
  },
240
240
  required: []
241
241
  },
242
- execute: async (input) => {
242
+ execute: async (_id, input) => {
243
243
  var cmds = input.commands || (input.command ? [String(input.command).trim()] : []);
244
244
  if (!cmds.length) return { error: 'Provide "command" or "commands".' };
245
245
  var results = {};
@@ -281,7 +281,7 @@ function createDependencyManagerTools() {
281
281
  },
282
282
  required: ["command"]
283
283
  },
284
- execute: async (input) => {
284
+ execute: async (_id, input) => {
285
285
  if (!input.command) return { ok: false, error: 'Missing required parameter "command". Example: install_dependency({ command: "wget" })' };
286
286
  var cmd = String(input.command).trim();
287
287
  var policy = _activePolicy;
@@ -445,7 +445,7 @@ function createDependencyManagerTools() {
445
445
  },
446
446
  required: ["action"]
447
447
  },
448
- execute: async (input) => {
448
+ execute: async (_id, input) => {
449
449
  var records = sessionInstalls.get("global") || [];
450
450
  var agentInstalled = records.filter((r) => !r.wasAlreadyInstalled);
451
451
  var preExisting = records.filter((r) => r.wasAlreadyInstalled);
@@ -834,7 +834,7 @@ async function runAgent(_args) {
834
834
  }
835
835
  } catch {
836
836
  }
837
- const { createAgentRuntime } = await import("./runtime-PSSS6LHP.js");
837
+ const { createAgentRuntime } = await import("./runtime-6MXFFFR7.js");
838
838
  let orgIntMgr = null;
839
839
  try {
840
840
  const { orgIntegrations: oi } = await import("./routes-XP7T63ZZ.js");
@@ -1023,7 +1023,7 @@ async function runAgent(_args) {
1023
1023
  routes.permissionEngine.startAutoRefresh(3e4);
1024
1024
  routes.guardrails.startAutoRefresh(15e3);
1025
1025
  try {
1026
- const depMgr = await import("./dependency-manager-C6TSHUJM.js");
1026
+ const depMgr = await import("./dependency-manager-6TY23UH6.js");
1027
1027
  let orgDefaults = {};
1028
1028
  try {
1029
1029
  const settings = await engineDb.getSettings();
@@ -94,7 +94,7 @@ async function runServe(_args) {
94
94
  process.exit(1);
95
95
  }
96
96
  const { createAdapter, smartDbConfig } = await import("./factory-XRYYBBCW.js");
97
- const { createServer } = await import("./server-6WHC3426.js");
97
+ const { createServer } = await import("./server-KZJ2ULQM.js");
98
98
  const db = await createAdapter(smartDbConfig(DATABASE_URL));
99
99
  await db.migrate();
100
100
  const server = createServer({
package/dist/cli.js CHANGED
@@ -65,14 +65,14 @@ Skill Development:
65
65
  break;
66
66
  case "serve":
67
67
  case "start":
68
- import("./cli-serve-BL66W43E.js").then((m) => m.runServe(args.slice(1))).catch(fatal);
68
+ import("./cli-serve-WQ7APFCY.js").then((m) => m.runServe(args.slice(1))).catch(fatal);
69
69
  break;
70
70
  case "agent":
71
- import("./cli-agent-ZOFSKQ6U.js").then((m) => m.runAgent(args.slice(1))).catch(fatal);
71
+ import("./cli-agent-QQK55JOH.js").then((m) => m.runAgent(args.slice(1))).catch(fatal);
72
72
  break;
73
73
  case "setup":
74
74
  default:
75
- import("./setup-WPG2MWOZ.js").then((m) => m.runSetupWizard()).catch(fatal);
75
+ import("./setup-EAOU54VR.js").then((m) => m.runSetupWizard()).catch(fatal);
76
76
  break;
77
77
  }
78
78
  function fatal(err) {
@@ -2,7 +2,7 @@ import {
2
2
  createDependencyManagerTools,
3
3
  getDependencyPolicy,
4
4
  setDependencyPolicy
5
- } from "./chunk-HOYZOJMP.js";
5
+ } from "./chunk-NOSDLPHX.js";
6
6
  import "./chunk-KFQGP6VL.js";
7
7
  export {
8
8
  createDependencyManagerTools,
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  provision,
3
3
  runSetupWizard
4
- } from "./chunk-ECYPEFN5.js";
4
+ } from "./chunk-DIXH5SQ3.js";
5
5
  import {
6
6
  AgenticMailManager,
7
7
  GoogleEmailProvider,
@@ -28,7 +28,7 @@ import {
28
28
  executeTool,
29
29
  runAgentLoop,
30
30
  toolsToDefinitions
31
- } from "./chunk-NAGOOW72.js";
31
+ } from "./chunk-CIM6K2IG.js";
32
32
  import "./chunk-WPM52NBU.js";
33
33
  import {
34
34
  ValidationError,
@@ -43,7 +43,7 @@ import {
43
43
  requireRole,
44
44
  securityHeaders,
45
45
  validate
46
- } from "./chunk-BSSL2XAC.js";
46
+ } from "./chunk-DLH6VFUU.js";
47
47
  import "./chunk-DJBCRQTD.js";
48
48
  import {
49
49
  PROVIDER_REGISTRY,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  createDependencyManagerTools
3
- } from "./chunk-HOYZOJMP.js";
3
+ } from "./chunk-NOSDLPHX.js";
4
4
  import "./chunk-KFQGP6VL.js";
5
5
 
6
6
  // src/agent-tools/tools/local/file-read.ts
@@ -35,7 +35,7 @@ function createFileReadTool(sandbox) {
35
35
  },
36
36
  required: ["path"]
37
37
  },
38
- execute: async (input) => {
38
+ execute: async (_id, input) => {
39
39
  var filePath = resolvePath(input.path, sandbox);
40
40
  var content = await readFile(filePath, "utf-8");
41
41
  if (input.offset || input.limit) {
@@ -67,7 +67,7 @@ function createFileWriteTool(sandbox) {
67
67
  },
68
68
  required: ["path", "content"]
69
69
  },
70
- execute: async (input) => {
70
+ execute: async (_id, input) => {
71
71
  var filePath = resolvePath(input.path, sandbox);
72
72
  await mkdir(dirname(filePath), { recursive: true });
73
73
  await writeFile(filePath, input.content, "utf-8");
@@ -91,7 +91,7 @@ function createFileEditTool(sandbox) {
91
91
  },
92
92
  required: ["path", "old_text", "new_text"]
93
93
  },
94
- execute: async (input) => {
94
+ execute: async (_id, input) => {
95
95
  var filePath = resolvePath(input.path, sandbox);
96
96
  var content = await readFile2(filePath, "utf-8");
97
97
  if (!content.includes(input.old_text)) {
@@ -117,7 +117,7 @@ function createFileListTool(sandbox) {
117
117
  },
118
118
  required: ["path"]
119
119
  },
120
- execute: async (input) => {
120
+ execute: async (_id, input) => {
121
121
  var dirPath = resolvePath(input.path, sandbox);
122
122
  var entries = await readdir(dirPath, { withFileTypes: true });
123
123
  var results = [];
@@ -153,7 +153,7 @@ function createFileSearchTool(sandbox) {
153
153
  },
154
154
  required: ["path", "pattern"]
155
155
  },
156
- execute: async (input) => {
156
+ execute: async (_id, input) => {
157
157
  var dirPath = resolvePath(input.path, sandbox);
158
158
  var max = input.maxResults || 50;
159
159
  var regex = new RegExp("^" + input.pattern.replace(/\*/g, ".*").replace(/\?/g, ".") + "$", "i");
@@ -193,7 +193,7 @@ function createFileMoveTool(sandbox) {
193
193
  },
194
194
  required: ["from", "to"]
195
195
  },
196
- execute: async (input) => {
196
+ execute: async (_id, input) => {
197
197
  var fromPath = resolvePath(input.from, sandbox);
198
198
  var toPath = resolvePath(input.to, sandbox);
199
199
  await mkdir2(dirname2(toPath), { recursive: true });
@@ -213,7 +213,7 @@ function createFileDeleteTool(sandbox) {
213
213
  },
214
214
  required: ["path"]
215
215
  },
216
- execute: async (input) => {
216
+ execute: async (_id, input) => {
217
217
  var filePath = resolvePath(input.path, sandbox);
218
218
  await unlink(filePath);
219
219
  return { ok: true, deleted: filePath };
@@ -253,7 +253,7 @@ function createShellTools(opts) {
253
253
  },
254
254
  required: ["command"]
255
255
  },
256
- execute: async (input) => {
256
+ execute: async (_id, input) => {
257
257
  var _cmdLow = (input.command || "").trim().toLowerCase();
258
258
  var _pkgPatterns = [
259
259
  /^(sudo\s+)?brew\s+install\s/,
@@ -304,7 +304,7 @@ function createShellTools(opts) {
304
304
  },
305
305
  required: []
306
306
  },
307
- execute: async (input) => {
307
+ execute: async (_id, input) => {
308
308
  if (input.sessionId) {
309
309
  var session = activeSessions.get(input.sessionId);
310
310
  if (!session) return { error: "Session not found or expired" };
@@ -380,7 +380,7 @@ function createShellTools(opts) {
380
380
  },
381
381
  required: ["command", "password"]
382
382
  },
383
- execute: async (input) => {
383
+ execute: async (_id, input) => {
384
384
  if (platform() === "win32") {
385
385
  return { error: 'Use shell_interactive with "Start-Process ... -Verb RunAs" for Windows elevation' };
386
386
  }
@@ -415,7 +415,7 @@ function createShellTools(opts) {
415
415
  },
416
416
  required: ["package"]
417
417
  },
418
- execute: async (input) => {
418
+ execute: async (_id, input) => {
419
419
  var os = platform();
420
420
  var pkg = input.package;
421
421
  var cmd;
@@ -493,7 +493,7 @@ function createShellTools(opts) {
493
493
  properties: { sessionId: { type: "string" } },
494
494
  required: ["sessionId"]
495
495
  },
496
- execute: async (input) => {
496
+ execute: async (_id, input) => {
497
497
  var s = activeSessions.get(input.sessionId);
498
498
  if (!s) return { error: "Not found" };
499
499
  try {
@@ -620,7 +620,7 @@ function createCodingTools(opts) {
620
620
  },
621
621
  required: ["task"]
622
622
  },
623
- execute: async (input) => {
623
+ execute: async (_id, input) => {
624
624
  var cwd = input.cwd || defaultCwd;
625
625
  var root = await detectProjectRoot(cwd);
626
626
  var project = await getProjectType(root);
@@ -696,7 +696,7 @@ function createCodingTools(opts) {
696
696
  },
697
697
  required: ["pattern"]
698
698
  },
699
- execute: async (input) => {
699
+ execute: async (_id, input) => {
700
700
  var searchPath = resolvePath(input.path || defaultCwd, sandbox);
701
701
  var ctx = input.context_lines ?? 2;
702
702
  var max = input.max_results || 30;
@@ -767,7 +767,7 @@ function createCodingTools(opts) {
767
767
  },
768
768
  required: ["path"]
769
769
  },
770
- execute: async (input) => {
770
+ execute: async (_id, input) => {
771
771
  var fp = resolvePath(input.path, sandbox);
772
772
  var content = await readFile3(fp, "utf-8");
773
773
  var lines = content.split("\n");
@@ -830,7 +830,7 @@ function createCodingTools(opts) {
830
830
  },
831
831
  required: ["edits"]
832
832
  },
833
- execute: async (input) => {
833
+ execute: async (_id, input) => {
834
834
  var results = [];
835
835
  var byFile = /* @__PURE__ */ new Map();
836
836
  for (var edit of input.edits) {
@@ -872,7 +872,7 @@ function createCodingTools(opts) {
872
872
  },
873
873
  required: []
874
874
  },
875
- execute: async (input) => {
875
+ execute: async (_id, input) => {
876
876
  var cwd = input.cwd || defaultCwd;
877
877
  var root = await detectProjectRoot(cwd);
878
878
  var project = await getProjectType(root);
@@ -927,7 +927,7 @@ function createCodingTools(opts) {
927
927
  },
928
928
  required: []
929
929
  },
930
- execute: async (input) => {
930
+ execute: async (_id, input) => {
931
931
  var cwd = input.cwd || defaultCwd;
932
932
  var root = await detectProjectRoot(cwd);
933
933
  var project = await getProjectType(root);
@@ -969,7 +969,7 @@ function createCodingTools(opts) {
969
969
  },
970
970
  required: ["action"]
971
971
  },
972
- execute: async (input) => {
972
+ execute: async (_id, input) => {
973
973
  var cwd = input.cwd || defaultCwd;
974
974
  var root = await detectProjectRoot(cwd);
975
975
  var args = input.args || "";
@@ -1009,7 +1009,7 @@ function createCodingTools(opts) {
1009
1009
  },
1010
1010
  required: ["path", "content"]
1011
1011
  },
1012
- execute: async (input) => {
1012
+ execute: async (_id, input) => {
1013
1013
  var fp = resolvePath(input.path, sandbox);
1014
1014
  if (!input.overwrite && await exists(fp)) {
1015
1015
  return { error: `File already exists: ${fp}. Set overwrite: true to replace.` };
@@ -1034,7 +1034,7 @@ function createCodingTools(opts) {
1034
1034
  },
1035
1035
  required: ["path", "old_text", "new_text"]
1036
1036
  },
1037
- execute: async (input) => {
1037
+ execute: async (_id, input) => {
1038
1038
  var fp = resolvePath(input.path, sandbox);
1039
1039
  var content = await readFile3(fp, "utf-8");
1040
1040
  if (!content.includes(input.old_text)) {
@@ -1071,7 +1071,7 @@ function createCodingTools(opts) {
1071
1071
  },
1072
1072
  required: ["action"]
1073
1073
  },
1074
- execute: async (input) => {
1074
+ execute: async (_id, input) => {
1075
1075
  var cmdMap = {
1076
1076
  list: "pm2 jlist",
1077
1077
  restart: `pm2 restart ${input.name || "all"}`,
@@ -14,7 +14,7 @@ import {
14
14
  executeTool,
15
15
  runAgentLoop,
16
16
  toolsToDefinitions
17
- } from "./chunk-NAGOOW72.js";
17
+ } from "./chunk-CIM6K2IG.js";
18
18
  import "./chunk-WPM52NBU.js";
19
19
  import {
20
20
  PROVIDER_REGISTRY,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  createServer
3
- } from "./chunk-BSSL2XAC.js";
3
+ } from "./chunk-DLH6VFUU.js";
4
4
  import "./chunk-DJBCRQTD.js";
5
5
  import "./chunk-UF3ZJMJO.js";
6
6
  import "./chunk-T65CWPW2.js";
@@ -6,7 +6,7 @@ import {
6
6
  promptRegistration,
7
7
  provision,
8
8
  runSetupWizard
9
- } from "./chunk-ECYPEFN5.js";
9
+ } from "./chunk-DIXH5SQ3.js";
10
10
  import "./chunk-P6W565WH.js";
11
11
  import "./chunk-KFQGP6VL.js";
12
12
  export {
@@ -192,3 +192,52 @@
192
192
  2026-03-06 03:26:50: 2026-03-06T02:26:50Z ERR Request failed error="stream 321 canceled by remote with error code 0" connIndex=1 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=3eecd57d-03ae-440d-8945-5b35f43a8d90 event=0 ip=198.41.200.53 type=http
193
193
  2026-03-06 03:26:50: 2026-03-06T02:26:50Z ERR error="stream 325 canceled by remote with error code 0" connIndex=1 event=1 ingressRule=0 originService=http://localhost:3100
194
194
  2026-03-06 03:26:50: 2026-03-06T02:26:50Z ERR Request failed error="stream 325 canceled by remote with error code 0" connIndex=1 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=3eecd57d-03ae-440d-8945-5b35f43a8d90 event=0 ip=198.41.200.53 type=http
195
+ 2026-03-06 03:29:36: 2026-03-06T02:29:36Z ERR error="unexpected EOF" connIndex=1 event=1 ingressRule=0 originService=http://localhost:3100
196
+ 2026-03-06 03:29:36: 2026-03-06T02:29:36Z ERR error="unexpected EOF" connIndex=1 event=1 ingressRule=0 originService=http://localhost:3100
197
+ 2026-03-06 03:29:36: 2026-03-06T02:29:36Z ERR Request failed error="unexpected EOF" connIndex=1 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=3eecd57d-03ae-440d-8945-5b35f43a8d90 event=0 ip=198.41.200.53 type=http
198
+ 2026-03-06 03:29:36: 2026-03-06T02:29:36Z ERR Request failed error="unexpected EOF" connIndex=1 dest=https://enterprise.agenticmail.io/api/engine/agent-status-stream?agentId=3eecd57d-03ae-440d-8945-5b35f43a8d90 event=0 ip=198.41.200.53 type=http
199
+ 2026-03-06 03:29:36: 2026-03-06T02:29:36Z INF Initiating graceful shutdown due to signal interrupt ...
200
+ 2026-03-06 03:29:36: 2026-03-06T02:29:36Z ERR failed to run the datagram handler error="Application error 0x0 (remote)" connIndex=3 event=0 ip=198.41.192.107
201
+ 2026-03-06 03:29:36: 2026-03-06T02:29:36Z ERR failed to run the datagram handler error="Application error 0x0 (remote)" connIndex=0 event=0 ip=198.41.192.37
202
+ 2026-03-06 03:29:36: 2026-03-06T02:29:36Z ERR failed to run the datagram handler error="context canceled" connIndex=2 event=0 ip=198.41.200.33
203
+ 2026-03-06 03:29:36: 2026-03-06T02:29:36Z ERR failed to serve tunnel connection error="accept stream listener encountered a failure while serving" connIndex=3 event=0 ip=198.41.192.107
204
+ 2026-03-06 03:29:36: 2026-03-06T02:29:36Z ERR Serve tunnel error error="accept stream listener encountered a failure while serving" connIndex=3 event=0 ip=198.41.192.107
205
+ 2026-03-06 03:29:36: 2026-03-06T02:29:36Z INF Retrying connection in up to 1s connIndex=3 event=0 ip=198.41.192.107
206
+ 2026-03-06 03:29:36: 2026-03-06T02:29:36Z ERR failed to serve tunnel connection error="accept stream listener encountered a failure while serving" connIndex=2 event=0 ip=198.41.200.33
207
+ 2026-03-06 03:29:36: 2026-03-06T02:29:36Z ERR Serve tunnel error error="accept stream listener encountered a failure while serving" connIndex=2 event=0 ip=198.41.200.33
208
+ 2026-03-06 03:29:36: 2026-03-06T02:29:36Z INF Retrying connection in up to 1s connIndex=2 event=0 ip=198.41.200.33
209
+ 2026-03-06 03:29:36: 2026-03-06T02:29:36Z ERR Connection terminated connIndex=3
210
+ 2026-03-06 03:29:36: 2026-03-06T02:29:36Z ERR Connection terminated connIndex=2
211
+ 2026-03-06 03:29:36: 2026-03-06T02:29:36Z ERR failed to serve tunnel connection error="accept stream listener encountered a failure while serving" connIndex=0 event=0 ip=198.41.192.37
212
+ 2026-03-06 03:29:36: 2026-03-06T02:29:36Z ERR Serve tunnel error error="accept stream listener encountered a failure while serving" connIndex=0 event=0 ip=198.41.192.37
213
+ 2026-03-06 03:29:36: 2026-03-06T02:29:36Z INF Retrying connection in up to 1s connIndex=0 event=0 ip=198.41.192.37
214
+ 2026-03-06 03:29:36: 2026-03-06T02:29:36Z ERR Connection terminated connIndex=0
215
+ 2026-03-06 03:29:36: 2026-03-06T02:29:36Z ERR failed to run the datagram handler error="Application error 0x0 (remote)" connIndex=1 event=0 ip=198.41.200.53
216
+ 2026-03-06 03:29:36: 2026-03-06T02:29:36Z ERR failed to serve tunnel connection error="accept stream listener encountered a failure while serving" connIndex=1 event=0 ip=198.41.200.53
217
+ 2026-03-06 03:29:36: 2026-03-06T02:29:36Z ERR Serve tunnel error error="accept stream listener encountered a failure while serving" connIndex=1 event=0 ip=198.41.200.53
218
+ 2026-03-06 03:29:36: 2026-03-06T02:29:36Z INF Retrying connection in up to 1s connIndex=1 event=0 ip=198.41.200.53
219
+ 2026-03-06 03:29:36: 2026-03-06T02:29:36Z ERR Connection terminated connIndex=1
220
+ 2026-03-06 03:29:36: 2026-03-06T02:29:36Z ERR no more connections active and exiting
221
+ 2026-03-06 03:29:36: 2026-03-06T02:29:36Z INF Tunnel server stopped
222
+ 2026-03-06 03:29:36: 2026-03-06T02:29:36Z INF Metrics server stopped
223
+ 2026-03-06 03:29:37: 2026-03-06T02:29:37Z INF Starting tunnel tunnelID=18dbfae9-fe5c-4380-a5c7-e5e875255b06
224
+ 2026-03-06 03:29:37: 2026-03-06T02:29:37Z INF Version 2026.2.0 (Checksum dc6e60da390e702c4db3332d0cc9cf4e98a88df99f17273e9b3d83f435695fb4)
225
+ 2026-03-06 03:29:37: 2026-03-06T02:29:37Z INF GOOS: darwin, GOVersion: go1.25.7, GoArch: arm64
226
+ 2026-03-06 03:29:37: 2026-03-06T02:29:37Z INF Settings: map[cred-file:/Users/ope/.cloudflared/18dbfae9-fe5c-4380-a5c7-e5e875255b06.json credentials-file:/Users/ope/.cloudflared/18dbfae9-fe5c-4380-a5c7-e5e875255b06.json]
227
+ 2026-03-06 03:29:37: 2026-03-06T02:29:37Z INF cloudflared will not automatically update if installed by a package manager.
228
+ 2026-03-06 03:29:37: 2026-03-06T02:29:37Z INF Generated Connector ID: d683e08a-f289-4dc1-8351-4a9f0afa6f52
229
+ 2026-03-06 03:29:37: 2026-03-06T02:29:37Z INF Initial protocol quic
230
+ 2026-03-06 03:29:37: 2026-03-06T02:29:37Z INF ICMP proxy will use 192.168.86.21 as source for IPv4
231
+ 2026-03-06 03:29:37: 2026-03-06T02:29:37Z INF ICMP proxy will use fe80::1c9c:15a9:2404:3154 in zone en1 as source for IPv6
232
+ 2026-03-06 03:29:37: 2026-03-06T02:29:37Z INF Created ICMP proxy listening on 192.168.86.21:0
233
+ 2026-03-06 03:29:37: 2026-03-06T02:29:37Z INF ICMP proxy will use 192.168.86.21 as source for IPv4
234
+ 2026-03-06 03:29:37: 2026-03-06T02:29:37Z INF ICMP proxy will use fe80::1c9c:15a9:2404:3154 in zone en1 as source for IPv6
235
+ 2026-03-06 03:29:37: 2026-03-06T02:29:37Z INF Starting metrics server on 127.0.0.1:20241/metrics
236
+ 2026-03-06 03:29:37: 2026-03-06T02:29:37Z INF Tunnel connection curve preferences: [X25519MLKEM768 CurveP256] connIndex=0 event=0 ip=198.41.200.43
237
+ 2026-03-06 03:29:38: 2026-03-06T02:29:38Z INF Registered tunnel connection connIndex=0 connection=30f6169f-fcc4-41be-8cdb-4489104bd3f3 event=0 ip=198.41.200.43 location=atl08 protocol=quic
238
+ 2026-03-06 03:29:38: 2026-03-06T02:29:38Z INF Tunnel connection curve preferences: [X25519MLKEM768 CurveP256] connIndex=1 event=0 ip=198.41.192.37
239
+ 2026-03-06 03:29:38: 2026-03-06T02:29:38Z INF Registered tunnel connection connIndex=1 connection=9ae4c735-f672-4a47-9271-a6cc289b5ab2 event=0 ip=198.41.192.37 location=atl01 protocol=quic
240
+ 2026-03-06 03:29:39: 2026-03-06T02:29:39Z INF Tunnel connection curve preferences: [X25519MLKEM768 CurveP256] connIndex=2 event=0 ip=198.41.192.47
241
+ 2026-03-06 03:29:39: 2026-03-06T02:29:39Z INF Registered tunnel connection connIndex=2 connection=d8798fc0-256e-4c27-98aa-f1d0f440928e event=0 ip=198.41.192.47 location=atl06 protocol=quic
242
+ 2026-03-06 03:29:40: 2026-03-06T02:29:40Z INF Tunnel connection curve preferences: [X25519MLKEM768 CurveP256] connIndex=3 event=0 ip=198.41.200.33
243
+ 2026-03-06 03:29:41: 2026-03-06T02:29:41Z INF Registered tunnel connection connIndex=3 connection=5ef371a2-2e1c-4b56-b43a-bdb3f017e3bb event=0 ip=198.41.200.33 location=atl08 protocol=quic
@@ -8,3 +8,4 @@
8
8
  2026-03-06 03:02:32: Fatal error: current transaction is aborted, commands ignored until end of transaction block
9
9
  2026-03-06 03:24:40: [TaskPoller] spawnForTask error: Cannot find module '/Users/ope/Desktop/projects/agenticmail/enterprise/dist/agent-tools-SXHMNUVO.js' imported from /Users/ope/Desktop/projects/agenticmail/enterprise/dist/chunk-ZG54KN2R.js
10
10
  2026-03-06 03:24:55: [TaskPoller] spawnForTask error: No API key configured for provider: undefined
11
+ 2026-03-06 03:30:50: [TaskPoller] spawnForTask error: No API key configured for provider: undefined
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agenticmail/enterprise",
3
- "version": "0.5.398",
3
+ "version": "0.5.399",
4
4
  "description": "AgenticMail Enterprise — cloud-hosted AI agent identity, email, auth & compliance for organizations",
5
5
  "type": "module",
6
6
  "bin": {