update todos

This commit is contained in:
David Blass
2025-11-10 16:02:37 -05:00
parent 13cc56944f
commit 7ac2938570
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -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