-
Fixed macOS window screenshots across apps and displays —
screenshot --windownow uses the native macOS window capture path, which correctly captures apps like Finder, Preview, Slack, and Chrome instead of depending on fragile CoreGraphics window capture behavior.usecomputer window list --json usecomputer screenshot ./finder.png --window 51448 --json
-
Fixed region crops on secondary displays — region screenshots now translate desktop-global coordinates into display-local coordinates before cropping, so
--display+--regioncaptures the right area on multi-monitor setups.usecomputer screenshot ./region.png --display 1 --region "100,100,800,600" --json