From 6608a055a461723148169326252de0a569cd2298 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 31 May 2025 20:56:53 +0200 Subject: [PATCH] Update folder path in repo-updated event --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index 783da97..b946fe5 100644 --- a/main.js +++ b/main.js @@ -577,11 +577,11 @@ async function runLLMCommitRewrite(folderObj, win) { const messageMap = {}; for (const entry of commitList) messageMap[entry.commit] = entry.newMessage; await rewordCommitsSequentially(folderPath, messageMap, hashes); - win.webContents.send('repo-updated', folder); + win.webContents.send('repo-updated', folderObj.path); } } - +/* // ---- 6. Komplett-Workflow (Random instant messages für debugging) ----