From d59ea7ac3f575f3d56918c0e72ecbea89afd5a79 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 31 May 2025 20:53:41 +0200 Subject: [PATCH] Add empty comment block in main.js --- main.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/main.js b/main.js index 961f939..7be1f00 100644 --- a/main.js +++ b/main.js @@ -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) {