broken jules

This commit is contained in:
David Blass
2025-11-14 17:00:58 -05:00
parent ddb481f14e
commit c766daefa4
3 changed files with 20 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export async function run(
const inputs: Required<Inputs> = {
prompt,
agent: "claude",
agent: "jules",
...flatMorph(agents, (_, agent) =>
agent.inputKeys.map((inputKey) => [inputKey, process.env[inputKey.toUpperCase()]])
),