From 7f50bb9b2379e21af1ba766daab4e19a41f4c56d Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 31 May 2025 20:48:35 +0200 Subject: [PATCH] Re-add commented-out code in main.js --- main.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.js b/main.js index 4f36cfd..838a33e 100644 --- a/main.js +++ b/main.js @@ -582,6 +582,9 @@ async function runLLMCommitRewrite(folderObj, win) { await rewordCommitsSequentially(folderPath, messageMap, hashes); } } +// +// +//test /* // ---- 6. Komplett-Workflow (Random instant messages für debugging) ---- async function runLLMCommitRewrite(folderPath, hashes) {