diff --git a/src/cli.ts b/src/cli.ts index 1838adb..6cb704c 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -195,7 +195,7 @@ async function main(): Promise { // Telemetry: load config and warm identity cache in background await loadTelemetryConfig(); - collectUserIdentity().catch(() => {}); + await collectUserIdentity().catch(() => {}); // Update check (CLI only, not MCP server mode) if (process.argv[2] !== "serve") {