1
0

Add lastHeadHash to folder object

This commit is contained in:
2025-05-25 05:06:49 +02:00
parent e51694ed40
commit 8d7f1c41d6

View File

@@ -561,6 +561,7 @@ async function autoCommit(folderPath, message) {
const newHead = (await git.revparse(['HEAD'])).trim();
folders[idx].llmCandidates = folders[idx].llmCandidates || [];
folders[idx].llmCandidates.push(newHead);
folders[idx].lastHeadHash = newHead;
console.log(folders[idx].llmCandidates)
// Threshold holen