Save API quota — first day already used 31%.
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user