@agenticmail/cli 0.8.1 → 0.8.2

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
@@ -5000,7 +5000,7 @@ async function cmdSetup() {
5000
5000
  await new Promise((r) => setTimeout(r, 300));
5001
5001
  }
5002
5002
  printSummary(result, false);
5003
- if (serverReady) {
5003
+ if (serverReady && !NON_INTERACTIVE) {
5004
5004
  await interactiveShell({ config: result.config, onExit: () => {
5005
5005
  } });
5006
5006
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agenticmail/cli",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
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",