fix agents

This commit is contained in:
Shawn Morreau
2025-11-18 20:10:39 -05:00
parent bf6212cae3
commit 0ac4975b50
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export async function run(
const inputs: Required<Inputs> = {
prompt,
agent: "cursor",
agent: "gemini",
...flatMorph(agents, (_, agent) =>
agent.inputKeys.map((inputKey) => [inputKey, process.env[inputKey.toUpperCase()]])
),