1
0

auto-git:

[change] main.js
This commit is contained in:
2025-05-25 06:56:50 +02:00
parent ea4c977fa9
commit ef7b26dfba

View File

@@ -571,7 +571,7 @@ async function autoCommit(folderPath, message) {
//const cands = folders[idx].llmCandidates; //const cands = folders[idx].llmCandidates;
//folders[idx].llmCandidates = []; //folders[idx].llmCandidates = [];
await runLLMCommitRewrite(folderPath, cands); await runLLMCommitRewrite(folderPath, cands);
folders[idx].linesChanged = 0; // !!!!!!!!!!!!!!!!!!!! folders[idx].linesChanged = 0; // !!!!!!!!!!!!!!!!!!!! needs logic to handle several llm runs called at the same time
folders[idx].llmCandidates = []; folders[idx].llmCandidates = [];
store.set('folders', folders); store.set('folders', folders);
} }