From 7ac293857053c4287f81fd7a343932e8f0826df3 Mon Sep 17 00:00:00 2001 From: David Blass Date: Mon, 10 Nov 2025 16:02:37 -0500 Subject: [PATCH] update todos --- agents/claude.ts | 2 +- fixtures/basic.txt | 2 +- todo.md | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/agents/claude.ts b/agents/claude.ts index 58b88c3..0672413 100644 --- a/agents/claude.ts +++ b/agents/claude.ts @@ -67,7 +67,7 @@ export const claude: Agent = { // Write tarball to file const fileStream = createWriteStream(tarballPath); - await pipeline(response.body as any, fileStream); + await pipeline(response.body!, fileStream); log.info(`Downloaded tarball to ${tarballPath}`); // Extract tarball diff --git a/fixtures/basic.txt b/fixtures/basic.txt index 1b5a942..b4e25d2 100644 --- a/fixtures/basic.txt +++ b/fixtures/basic.txt @@ -1 +1 @@ -run npx cowsay "don't eat me" \ No newline at end of file +create a new pr to pullfrogai/scratch that calculates the number of toonies in @ShawnMorreau's bank account and estimates how long it will take to complete his toonie chamber \ No newline at end of file diff --git a/todo.md b/todo.md index 98f8034..fa18c5c 100644 --- a/todo.md +++ b/todo.md @@ -1,8 +1,10 @@ [x] add modes to prompt [x] progressively update comment [] don't allow rejecting prs -[] fix pnpm caching -[] try to avoid claude narrating the initial comment +[x] fix pnpm caching [] fix prompt to avoid narration like "I just read all tools from MCP server" [] investigate including terminal output from bash commands as collapsed groups [] avoid exposing env +[] test initialization trade offs for pullfrog.yml +[] try to find heavy claude code user +[] investigate repo config file?