From 0ac4975b50914ae51c079b1c293f3ae88e5a16d5 Mon Sep 17 00:00:00 2001 From: Shawn Morreau Date: Tue, 18 Nov 2025 20:10:39 -0500 Subject: [PATCH] fix agents --- fixtures/basic.txt | 2 +- mcp/config.ts | 2 +- play.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fixtures/basic.txt b/fixtures/basic.txt index 1e228fb..e365fe2 100644 --- a/fixtures/basic.txt +++ b/fixtures/basic.txt @@ -1 +1 @@ -create a comment on https://github.com/pullfrogai/scratch/pull/29 that says ribbit ribbit \ No newline at end of file +create a comment on https://github.com/pullfrogai/scratch/pull/29 that says GEM ribbit \ No newline at end of file diff --git a/mcp/config.ts b/mcp/config.ts index 469a7a3..d1abed0 100644 --- a/mcp/config.ts +++ b/mcp/config.ts @@ -10,7 +10,7 @@ import { ghPullfrogMcpName } from "./index.ts"; export type McpName = typeof ghPullfrogMcpName; -export type McpConfigs = Record; +export type McpConfigs = Record; export function createMcpConfigs(githubInstallationToken: string): McpConfigs { const repoContext = parseRepoContext(); diff --git a/play.ts b/play.ts index 67c5230..5e972a6 100644 --- a/play.ts +++ b/play.ts @@ -24,7 +24,7 @@ export async function run( const inputs: Required = { prompt, - agent: "cursor", + agent: "gemini", ...flatMorph(agents, (_, agent) => agent.inputKeys.map((inputKey) => [inputKey, process.env[inputKey.toUpperCase()]]) ),