1
0

Add empty comment block in main.js

This commit is contained in:
2025-05-31 20:53:41 +02:00
parent 460c5d1e79
commit d59ea7ac3f

16
main.js
View File

@@ -540,6 +540,22 @@ async function rewordCommitsSequentially(repoPath, commitMessageMap, hashes) {
console.log('[AutoGit] All specified commit messages updated!');
win.webContents.send('repo-updated', folder);
}
/*
*/
//---- 6. Workflow ----
async function runLLMCommitRewrite(folderObj, win) {