native macOS codings agent orchestrator
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Document canvas surface ownership guard

onevcat 64085e83 0b23ce41

+1
+1
supacode/Infrastructure/Ghostty/GhosttySurfaceView.swift
··· 2518 2518 guard superview != nil || window != nil else { return } 2519 2519 } 2520 2520 guard !isSurfaceAttachedToDocumentView else { return } 2521 + // Only adopt an orphaned surface; never steal it from a live host such as Canvas. 2521 2522 guard surfaceView.superview == nil else { return } 2522 2523 surfaceHostLogger.info( 2523 2524 "[CanvasExit] hostReattach wrapper=\(debugID) host=\(hostKind.rawValue) "