mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-02 20:43:36 +00:00
further gemini reviews and fixes
This commit is contained in:
@@ -898,7 +898,7 @@ ipcMain.handle(
|
||||
featureId,
|
||||
status,
|
||||
projectPath,
|
||||
summary
|
||||
{ summary }
|
||||
);
|
||||
|
||||
// Notify renderer if window is available
|
||||
@@ -1170,6 +1170,7 @@ ipcMain.handle("spec-regeneration:status", () => {
|
||||
isRunning:
|
||||
specRegenerationExecution !== null &&
|
||||
specRegenerationExecution.isActive(),
|
||||
currentPhase: specRegenerationService.getCurrentPhase(),
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user