chore: cursor agent switch from --yolo to auto mode
CI / test (push) Has been cancelled

Save API quota — first day already used 31%.
This commit is contained in:
2026-04-17 10:46:43 +00:00
parent c2a0e8c96b
commit 3f1db4ed58
@@ -58,7 +58,7 @@ export function createCursorRunner(opts: {
const start = Date.now();
const proc = Bun.spawn(
[agentBin, '--yolo', '-p', '--output-format', 'text', '-f', promptFile],
[agentBin, '-p', '--output-format', 'text', '-f', promptFile],
{
cwd,
env: { ...process.env, CURSOR_API_KEY: cursorApiKey },