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
Showing only changes of commit 8f7e153f17 - Show all commits

View File

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