iterate on jules

This commit is contained in:
David Blass
2025-11-14 15:40:15 -05:00
parent 6f2ccedbf8
commit 57e72ddf2b
3 changed files with 11 additions and 18 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export async function run(
const inputs: Required<Inputs> = {
prompt,
agent: "codex",
agent: "jules",
...flatMorph(agents, (_, agent) => [
agent.inputKey,
process.env[agent.inputKey.toUpperCase()],