From 5a49754626162aafb65c83dbf36f5bae7d7aa41f Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 25 May 2025 22:34:41 +0200 Subject: [PATCH] auto-git: [change] main.js --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index b3c0d26..caa1ea0 100644 --- a/main.js +++ b/main.js @@ -480,7 +480,7 @@ async function runLLMCommitRewrite(folderObj) { const folderPath = folderObj.path; folderObj.llmCandidates = []; folderObj.firstCandidateBirthday = null; - folders[idx].linesChanged = 0; + folderObj.linesChanged = 0; const prompt = await generateLLMCommitMessages(folderPath, hashes); const llmRaw = await streamLLMCommitMessages(prompt, chunk => process.stdout.write(chunk)); const commitList = parseLLMCommitMessages(llmRaw); @@ -692,7 +692,7 @@ async function main() { } } }); - + /* ──────────────────────────────────────────────────── */