From 0863bea921897ca4311dbaf0afbad5a0a9ea37fd Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 24 May 2025 19:44:31 +0200 Subject: [PATCH] auto-git: [change] main.js --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 6beed8d..2f72444 100644 --- a/main.js +++ b/main.js @@ -354,7 +354,7 @@ async function runLLMCommitRewrite(folderPath, hashes) { const commitList = parseLLMCommitMessages(llmRaw); const messageMap = {}; for (const entry of commitList) messageMap[entry.commit] = entry.newMessage; - await cherryPickCommitRewrite(folderPath, messageMap, hashes); + await rewordCommitsSequentially(folderPath, messageMap, hashes); } /*