1
0

Add test comment to handle LLM runs

This commit is contained in:
2025-05-26 00:47:11 +02:00
parent 797f10cc2e
commit 32bf0fb1a8

View File

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