From ac1e1125f8a9587eddb8cea248b318da5581d9be Mon Sep 17 00:00:00 2001 From: clawsweeper <274271284+clawsweeper[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 10:06:26 +0000 Subject: [PATCH] fix: flush CLI stdio before forced exit --- src/cli.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.ts b/src/cli.ts index 2abefd3..7d02d07 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -15,7 +15,7 @@ export { resolveCallTimeout } from './cli/timeouts.js'; const FORCE_EXIT_GRACE_MS = 50; const FORCE_EXIT_STDIO_FLUSH_TIMEOUT_MS = 500; -const FORCE_EXIT_STDIO_SETTLE_MS = 25; +const FORCE_EXIT_STDIO_SETTLE_MS = 0; const DAEMON_FAST_PATH_SERVERS = new Set(['chrome-devtools', 'mobile-mcp', 'playwright']); export async function handleAuth(