diff --git a/fixtures/basic.txt b/fixtures/basic.txt index e365fe2..789260c 100644 --- a/fixtures/basic.txt +++ b/fixtures/basic.txt @@ -1 +1 @@ -create a comment on https://github.com/pullfrogai/scratch/pull/29 that says GEM ribbit \ No newline at end of file +create a comment on https://github.com/pullfrogai/scratch/pull/29 that says ribbit \ No newline at end of file diff --git a/play.ts b/play.ts index 5e972a6..276111c 100644 --- a/play.ts +++ b/play.ts @@ -24,7 +24,7 @@ export async function run( const inputs: Required = { prompt, - agent: "gemini", + agent: "claude", ...flatMorph(agents, (_, agent) => agent.inputKeys.map((inputKey) => [inputKey, process.env[inputKey.toUpperCase()]]) ), diff --git a/todo.md b/todo.md index 5086370..18423ef 100644 --- a/todo.md +++ b/todo.md @@ -1,12 +1,12 @@ ## CURRENT -[] gemini installation speed +[] gemini installation speed (bundle/esm.sh?) [] entry.js [] handle defaulting agent name value [] test agent/mode combinations [] test if home directory mcp.json works if mcp.json is specified in repo [] add footer to the working comment ("executed by {agent}", link to pullfrog (homepage) w/ small logo?, feedback (create github issue), link to workflow run)- see https://github.com/colinhacks/zod/issues/5459#issuecomment-3548382991 - +[] log.txt to stdout ## MAYBE