1
0

auto-git:

[change] main.js
This commit is contained in:
2025-05-25 22:34:41 +02:00
parent 9fd99edc12
commit 5a49754626

View File

@@ -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() {
}
}
});
/* ──────────────────────────────────────────────────── */