orca/native/computer-use-macos
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
..
Sources fix(computer): deliver macOS coordinate clicks via the HID event tap (STA-3433) (#12839) 2026-08-05 22:14:18 -07:00
Tests/OrcaComputerUseMacOSTests fix(computer): deliver macOS coordinate clicks via the HID event tap (STA-3433) (#12839) 2026-08-05 22:14:18 -07:00
Package.swift Add native computer-use automation (#1683) 2026-05-11 14:20:08 -07:00