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); } /*