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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. 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 + SMS tools")} available!`);
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agenticmail",
3
- "version": "0.5.42",
3
+ "version": "0.5.43",
4
4
  "description": "Email and SMS infrastructure for AI agents — the first platform to give agents real email addresses and phone numbers",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",