Merge branch 'main' of https://github.com/pullfrog/action
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ export const claude: Agent = {
|
|||||||
|
|
||||||
// Write tarball to file
|
// Write tarball to file
|
||||||
const fileStream = createWriteStream(tarballPath);
|
const fileStream = createWriteStream(tarballPath);
|
||||||
await pipeline(response.body as any, fileStream);
|
await pipeline(response.body!, fileStream);
|
||||||
log.info(`Downloaded tarball to ${tarballPath}`);
|
log.info(`Downloaded tarball to ${tarballPath}`);
|
||||||
|
|
||||||
// Extract tarball
|
// 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] add modes to prompt
|
||||||
[x] progressively update comment
|
[x] progressively update comment
|
||||||
[] don't allow rejecting prs
|
[] don't allow rejecting prs
|
||||||
[] fix pnpm caching
|
[x] fix pnpm caching
|
||||||
[] try to avoid claude narrating the initial comment
|
|
||||||
[] fix prompt to avoid narration like "I just read all tools from MCP server"
|
[] fix prompt to avoid narration like "I just read all tools from MCP server"
|
||||||
[] investigate including terminal output from bash commands as collapsed groups
|
[] investigate including terminal output from bash commands as collapsed groups
|
||||||
[] avoid exposing env
|
[] 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