Symptom: The currently served macOS Beta (v0.12.154+12154-macos, live on the beta appcast) is broken for users. One confirmed defect shipped in it: the notch overlay window swallows clicks across its fixed 430×527 frame whenever a conversation is open (including collapsed 'thinking'), creating invisible dead zones over other apps and over Omi's own top navigation (Tasks/Rewind/Apps pills unclickable at the default centered window position). Root cause + fix in #11372 (pointer-synced ignoresMouseEvents; view-level hitTest nil cannot make a window click-through).
Why no fixed candidate had shipped: Desktop Swift Release Compile was red on main since #11369 — a strict-concurrency error (non-Sendable KnowledgeGraphToolSupport.ResolveOutcome returned across an async seam) that only manifests under release-lane whole-module optimization. The auto-release gate fails closed, so no candidate was cut for the last three desktop merges. Fixed in #11373 (merged, 9f2b75d).
Recovery in progress: desktop_auto_release dispatched (run 31423898280) to cut the next candidate from 9f2b75d; emergency rollout to beta via desktop_breakglass_rollout_beta.yml once Codemagic publishes, because normal T2 qualification cannot recover in the time a broken served beta warrants.
Symptom: The currently served macOS Beta (v0.12.154+12154-macos, live on the beta appcast) is broken for users. One confirmed defect shipped in it: the notch overlay window swallows clicks across its fixed 430×527 frame whenever a conversation is open (including collapsed 'thinking'), creating invisible dead zones over other apps and over Omi's own top navigation (Tasks/Rewind/Apps pills unclickable at the default centered window position). Root cause + fix in #11372 (pointer-synced ignoresMouseEvents; view-level hitTest nil cannot make a window click-through).
Why no fixed candidate had shipped:
Desktop Swift Release Compilewas red on main since #11369 — a strict-concurrency error (non-SendableKnowledgeGraphToolSupport.ResolveOutcomereturned across an async seam) that only manifests under release-lane whole-module optimization. The auto-release gate fails closed, so no candidate was cut for the last three desktop merges. Fixed in #11373 (merged, 9f2b75d).Recovery in progress: desktop_auto_release dispatched (run 31423898280) to cut the next candidate from 9f2b75d; emergency rollout to beta via desktop_breakglass_rollout_beta.yml once Codemagic publishes, because normal T2 qualification cannot recover in the time a broken served beta warrants.