update todos
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
run npx cowsay "don't eat me"
|
||||
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
|
||||
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user