1
0

auto-git:

[change] main.js
This commit is contained in:
2025-05-24 19:44:31 +02:00
parent 78afce38ae
commit 0863bea921

View File

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