@agenticmail/enterprise 0.5.362 → 0.5.363
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.
|
@@ -2126,7 +2126,7 @@ Available tools: ${providerType === "imap" ? "email_send (to, subject, body)" :
|
|
|
2126
2126
|
}
|
|
2127
2127
|
}
|
|
2128
2128
|
} catch (err) {
|
|
2129
|
-
console.
|
|
2129
|
+
console.warn(`[welcome] Failed to send welcome email: ${err.message} \u2014 will not retry`);
|
|
2130
2130
|
}
|
|
2131
2131
|
} else {
|
|
2132
2132
|
if (!managerEmail) console.log("[welcome] No manager email configured, skipping welcome email");
|
package/dist/cli.js
CHANGED
|
@@ -60,7 +60,7 @@ Skill Development:
|
|
|
60
60
|
import("./cli-serve-2MX7MWVM.js").then((m) => m.runServe(args.slice(1))).catch(fatal);
|
|
61
61
|
break;
|
|
62
62
|
case "agent":
|
|
63
|
-
import("./cli-agent-
|
|
63
|
+
import("./cli-agent-JC54TP7N.js").then((m) => m.runAgent(args.slice(1))).catch(fatal);
|
|
64
64
|
break;
|
|
65
65
|
case "setup":
|
|
66
66
|
default:
|
|
@@ -6,3 +6,4 @@
|
|
|
6
6
|
2026-03-05 16:18:12: [chat-poller] 1 consecutive errors, backing off 30s
|
|
7
7
|
2026-03-05 20:20:42: [chat-poller] Error polling Agentic Mail Support Space: The operation was aborted due to timeout
|
|
8
8
|
2026-03-05 20:20:42: [chat-poller] 1 consecutive errors, backing off 30s
|
|
9
|
+
2026-03-05 20:43:44: [wa:3eecd57d] Media download failed: Cannot derive from empty media key
|