mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
bugfix, missing import
This commit is contained in:
@@ -50,6 +50,7 @@ import {
|
|||||||
registerNotificationsHandlers,
|
registerNotificationsHandlers,
|
||||||
registerSymphonyHandlers,
|
registerSymphonyHandlers,
|
||||||
registerTabNamingHandlers,
|
registerTabNamingHandlers,
|
||||||
|
registerAgentErrorHandlers,
|
||||||
setupLoggerEventForwarding,
|
setupLoggerEventForwarding,
|
||||||
cleanupAllGroomingSessions,
|
cleanupAllGroomingSessions,
|
||||||
getActiveGroomingSessionCount,
|
getActiveGroomingSessionCount,
|
||||||
@@ -597,6 +598,7 @@ function setupIpcHandlers() {
|
|||||||
// Claude Code sessions - extracted to src/main/ipc/handlers/claude.ts
|
// Claude Code sessions - extracted to src/main/ipc/handlers/claude.ts
|
||||||
|
|
||||||
// Agent Error Handling API - extracted to src/main/ipc/handlers/agent-error.ts
|
// Agent Error Handling API - extracted to src/main/ipc/handlers/agent-error.ts
|
||||||
|
registerAgentErrorHandlers();
|
||||||
|
|
||||||
// Register notification handlers (extracted to handlers/notifications.ts)
|
// Register notification handlers (extracted to handlers/notifications.ts)
|
||||||
registerNotificationsHandlers();
|
registerNotificationsHandlers();
|
||||||
|
|||||||
Reference in New Issue
Block a user