This commit is contained in:
David Blass
2025-11-19 15:01:52 -05:00
parent 849d133f20
commit c5700b195d
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
create a comment on https://github.com/pullfrogai/scratch/pull/29 that says GEM ribbit
create a comment on https://github.com/pullfrogai/scratch/pull/29 that says ribbit
+1 -1
View File
@@ -24,7 +24,7 @@ export async function run(
const inputs: Required<Inputs> = {
prompt,
agent: "gemini",
agent: "claude",
...flatMorph(agents, (_, agent) =>
agent.inputKeys.map((inputKey) => [inputKey, process.env[inputKey.toUpperCase()]])
),
+2 -2
View File
@@ -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