1
0

Set firstCandidateBirthday when a new LLM candidate is added

This commit is contained in:
2025-05-25 22:03:08 +02:00
parent 6157c544e7
commit 01d211317a

View File

@@ -638,7 +638,7 @@ async function autoCommit(folderPath, message) {
folders[idx].llmCandidates = folders[idx].llmCandidates || [];
folders[idx].llmCandidates.push(newHead);
if(folders[idx].llmCandidates.length == 1){
folders[idx].firstCandidateBirthday
folders[idx].firstCandidateBirthday = Date.now();
debug('[autoCommit] Erster Commit aufgenommen. Automatischer message-rewrite spätestens: ');
}
folders[idx].lastHeadHash = newHead;