chore(macos): tidy discovery and runtime

This commit is contained in:
Peter Steinberger
2025-12-20 23:30:05 +01:00
parent 43ba1671f1
commit df9e4bdd63
4 changed files with 9 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ actor MacNodeRuntime {
private let cameraCapture = CameraCaptureService()
@MainActor private let screenRecorder = ScreenRecordService()
// swiftlint:disable:next function_body_length
// swiftlint:disable:next function_body_length cyclomatic_complexity
func handleInvoke(_ req: BridgeInvokeRequest) async -> BridgeInvokeResponse {
let command = req.command
if command.hasPrefix("canvas.") || command.hasPrefix("canvas.a2ui."), !Self.canvasEnabled() {