begin cursor

This commit is contained in:
Shawn Morreau
2025-11-14 14:27:40 -05:00
parent d4a4dd59bb
commit d1f16e9dd2
3 changed files with 187 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export async function run(
prompt,
openai_api_key: process.env.OPENAI_API_KEY,
anthropic_api_key: process.env.ANTHROPIC_API_KEY,
agent: "codex",
agent: "cursor",
};
const result = await main(inputs);