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

Merged
jason.woltje merged 1 commits from fix/tui-ctrl-c-exit into main 2026-03-16 13:55:19 +00:00

View File

@@ -177,6 +177,7 @@ program
agentName: agentName ?? undefined, agentName: agentName ?? undefined,
projectId, projectId,
}), }),
{ exitOnCtrlC: false },
); );
}, },
); );