todos
This commit is contained in:
+1
-1
@@ -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
|
||||||
@@ -24,7 +24,7 @@ export async function run(
|
|||||||
|
|
||||||
const inputs: Required<Inputs> = {
|
const inputs: Required<Inputs> = {
|
||||||
prompt,
|
prompt,
|
||||||
agent: "gemini",
|
agent: "claude",
|
||||||
...flatMorph(agents, (_, agent) =>
|
...flatMorph(agents, (_, agent) =>
|
||||||
agent.inputKeys.map((inputKey) => [inputKey, process.env[inputKey.toUpperCase()]])
|
agent.inputKeys.map((inputKey) => [inputKey, process.env[inputKey.toUpperCase()]])
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
## CURRENT
|
## CURRENT
|
||||||
|
|
||||||
[] gemini installation speed
|
[] gemini installation speed (bundle/esm.sh?)
|
||||||
[] entry.js
|
[] entry.js
|
||||||
[] handle defaulting agent name value
|
[] handle defaulting agent name value
|
||||||
[] test agent/mode combinations
|
[] test agent/mode combinations
|
||||||
[] test if home directory mcp.json works if mcp.json is specified in repo
|
[] 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
|
[] 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
|
## MAYBE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user