fix(cli): disable Ink exitOnCtrlC so double-press handler runs (#188)

Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
This commit is contained in:
2026-03-16 13:55:19 +00:00
committed by jason.woltje
parent f0476cae92
commit c1d3dfd77e
+1
View File
@@ -177,6 +177,7 @@ program
agentName: agentName ?? undefined,
projectId,
}),
{ exitOnCtrlC: false },
);
},
);