orca/native/computer-use-macos/Sources/OrcaComputerUseMacOSCore
Brennan Benson c2da0e47f9
fix(computer): deliver macOS coordinate clicks via the HID event tap (STA-3433) (#12839)
Mouse events posted with CGEventPostToPid reach the target app with no
window association, so AppKit never routes the press to a view: hover
states fire but the control is never activated, and the mouseUp is
dropped outright when posted back-to-back. Post click events to the HID
event tap instead (as keyboard synthesis already does), pace them, and
stamp mouseEventClickState so multi-clicks register.

Synthetic clicks now also report verification unverified/synthetic_input
from the helper itself, matching the other synthetic actions.
2026-08-05 22:14:18 -07:00
..
ActionArgumentValidation.swift Harden computer use runtime and CLI (#4705) 2026-06-07 17:49:01 -07:00
AgentSessionOwnership.swift fix(computer): reap mac helper after client loss (#11493) 2026-07-30 19:24:34 -07:00
AuthenticatedConnectionHangupMonitor.swift fix(computer): reap mac helper after client loss (#11493) 2026-07-30 19:24:34 -07:00
ComputerSnapshotCachePolicy.swift Harden computer use runtime and CLI (#4705) 2026-06-07 17:49:01 -07:00
KeyboardInputSafety.swift Fix macOS keyboard actions targeting the wrong app (#3960) 2026-06-03 19:00:34 -04:00
NumericArgumentParsing.swift
SnapshotRendering.swift fix: cache macos computer-use snapshot ax reads (#6130) 2026-06-22 20:57:13 -07:00
SyntheticMouseClickDelivery.swift fix(computer): deliver macOS coordinate clicks via the HID event tap (STA-3433) (#12839) 2026-08-05 22:14:18 -07:00
UnixSocketPathSafety.swift Fix macOS helper path and token cleanup (#3961) 2026-06-03 16:59:02 -04:00