1
0

auto-git:

[change] main.js
This commit is contained in:
2025-05-26 03:00:15 +02:00
parent 9c26193fa1
commit 06dca69910

View File

@@ -676,7 +676,7 @@ async function autoCommit(folderPath, message) {
debug('Congratulations! You changed enough lines of code :)'); debug('Congratulations! You changed enough lines of code :)');
//const cands = folders[idx].llmCandidates; //const cands = folders[idx].llmCandidates;
await runLLMCommitRewrite(folders[idx]); await runLLMCommitRewrite(folders[idx], win);
//folders[idx].linesChanged = 0; // !!!!!!!!!!!!!!!!!!!! needs logic to handle several llm runs called at the same time test //folders[idx].linesChanged = 0; // !!!!!!!!!!!!!!!!!!!! needs logic to handle several llm runs called at the same time test
//folders[idx].llmCandidates = []; //folders[idx].llmCandidates = [];
//folders.[idx].firstCandidateBirthday = null //folders.[idx].firstCandidateBirthday = null