chore(agent): start rpc worker at launch, fail if not running

This commit is contained in:
Peter Steinberger
2025-12-07 05:24:54 +01:00
parent fb106967bc
commit 2f44046622
2 changed files with 8 additions and 8 deletions

View File

@@ -426,6 +426,7 @@ final class AppDelegate: NSObject, NSApplicationDelegate, NSXPCListenerDelegate
if let state {
RelayProcessManager.shared.setActive(!state.isPaused)
}
Task { try? await AgentRPC.shared.start() }
self.startListener()
self.scheduleFirstRunOnboardingIfNeeded()