Reliable Commands and Accurate Input Visualization
This release makes larger automation requests reliable and ensures click and drag debug visuals appear at the coordinates actually delivered to the game.
start_command()now supports larger payloads without failing because the data was encoded into the request URL.- Input, marker, video recording, and Metal capture operations use the same reliable request transport.
- Click and drag debug visuals remain aligned with screen coordinates when games use custom cameras, viewports, or render targets.
- Debug visualization requires no changes to the game project or render script and only draws when visualization is enabled.
- The raw Python request API now documents
json_body=while continuing to support the existingjson=argument.
No migration steps are required.
Fix #10