1
0

Add comment to clear firstCandidateBirthday

This commit is contained in:
2025-05-25 22:02:18 +02:00
parent 49bfe0c04f
commit 26b5cb2856

View File

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