agenticmail 0.5.42 → 0.5.43
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.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -6219,7 +6219,7 @@ async function cmdOpenClaw() {
|
|
|
6219
6219
|
}
|
|
6220
6220
|
log2("");
|
|
6221
6221
|
if (gatewayRestarted) {
|
|
6222
|
-
log2(` Your agent now has ${c2.bold("63 email
|
|
6222
|
+
log2(` Your agent now has ${c2.bold("63 email, SMS & storage tools")} available!`);
|
|
6223
6223
|
log2(` Try: ${c2.dim('"Send an email to test@example.com"')}`);
|
|
6224
6224
|
log2("");
|
|
6225
6225
|
log2(` ${c2.bold("\u{1F380} AgenticMail Coordination")} ${c2.dim("(auto-configured)")}`);
|
package/package.json
CHANGED