1
0

auto-git:

[change] main.js
This commit is contained in:
2025-05-26 03:00:31 +02:00
parent abaa0ed838
commit d0a802798a

View File

@@ -483,7 +483,7 @@ async function rewordCommitsSequentially(repoPath, commitMessageMap, hashes) {
}
//---- 6. Workflow ----
async function runLLMCommitRewrite(folderObj) {
async function runLLMCommitRewrite(folderObj, win) {
if(!folderObj.needsRelocation){
const hashes = folderObj.llmCandidates;
const birthday = folderObj.firstCandidateBirthday;