github token

This commit is contained in:
Shawn Morreau
2025-11-21 14:00:12 -05:00
parent 99e572194d
commit 589592372f
4 changed files with 7 additions and 31 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export async function run(prompt: string): Promise<AgentResult> {
// we don't need to extract it here since main() will parse the payload
const inputs: Required<Inputs> = {
prompt,
defaultAgent: "cursor",
defaultAgent: "gemini",
...flatMorph(agents, (_, agent) =>
agent.apiKeyNames.map((inputKey) => [inputKey, process.env[inputKey.toUpperCase()]])
),