standardize name to gh_pullfrog

This commit is contained in:
David Blass
2025-11-20 15:09:12 -05:00
parent cb938a0b7f
commit ba724c8b71
3 changed files with 1178 additions and 1163 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export async function run(
const inputs: Required<Inputs> = {
prompt,
agent: "claude",
agent: "codex",
...flatMorph(agents, (_, agent) =>
agent.apiKeyNames.map((inputKey) => [inputKey, process.env[inputKey.toUpperCase()]])
),