@agenticmail/cli 0.8.0 → 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.
- package/dist/cli.js +1 -1
- 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