From 26b5cb285688d0fba5dae1a84316c7b0a5aa803f Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 25 May 2025 22:02:18 +0200 Subject: [PATCH] Add comment to clear firstCandidateBirthday --- main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/main.js b/main.js index d47b762..c158653 100644 --- a/main.js +++ b/main.js @@ -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);