Skip to content

Reliable Commands and Accurate Input Visualization

Choose a tag to compare

@AGulev AGulev released this 16 Aug 15:10
· 18 commits to master since this release
02fc467

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 existing json= argument.

No migration steps are required.

Fix #10