@agenticmail/enterprise 0.5.403 → 0.5.404
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/cli-agent-UHVEECLX.js +2667 -0
- package/dist/cli.js +1 -1
- package/logs/john-error.log +2 -0
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -68,7 +68,7 @@ Skill Development:
|
|
|
68
68
|
import("./cli-serve-2ZI3K57V.js").then((m) => m.runServe(args.slice(1))).catch(fatal);
|
|
69
69
|
break;
|
|
70
70
|
case "agent":
|
|
71
|
-
import("./cli-agent-
|
|
71
|
+
import("./cli-agent-UHVEECLX.js").then((m) => m.runAgent(args.slice(1))).catch(fatal);
|
|
72
72
|
break;
|
|
73
73
|
case "setup":
|
|
74
74
|
default:
|
package/logs/john-error.log
CHANGED
|
@@ -12,3 +12,5 @@
|
|
|
12
12
|
2026-03-06 03:39:47: [runtime] Marked stale session: JcWAi0Zj5k3i6A697xteM
|
|
13
13
|
2026-03-06 03:39:47: [runtime] Marked stale session: i-KTYjRjZVj_FH-jZPf27
|
|
14
14
|
2026-03-06 03:46:50: [TaskPoller] spawnForTask error: No API key configured for provider: undefined
|
|
15
|
+
2026-03-06 14:40:46: [TaskPoller] spawnForTask error: No API key configured for provider: undefined
|
|
16
|
+
2026-03-06 14:44:45: [TaskPoller] spawnForTask error: No API key configured for provider: undefined
|