revert: restore --yolo flag for cursor agent
CI / test (push) Has been cancelled

--yolo = auto-approve permissions, needed for unattended runs.
This commit is contained in:
2026-04-17 10:49:23 +00:00
parent 3f1db4ed58
commit 2e216c2f81
@@ -58,7 +58,7 @@ export function createCursorRunner(opts: {
const start = Date.now();
const proc = Bun.spawn(
[agentBin, '-p', '--output-format', 'text', '-f', promptFile],
[agentBin, '--yolo', '-p', '--output-format', 'text', '-f', promptFile],
{
cwd,
env: { ...process.env, CURSOR_API_KEY: cursorApiKey },