Skip to content

0.73.0

Latest

Choose a tag to compare

@takahirom takahirom released this 03 Jun 11:08
· 10 commits to main since this release
4a2dd5b

OpenAI Responses API support

We now support OpenAI's new API format. Thanks to @imtoori for your contribution.
You can use it like this in the scenario file.
https://github.com/takahirom/arbigent/blob/main/sample-test/src/main/resources/projects/e2e-test-android-responses.yaml

Clicking by position support

We can now click by x and y. This can be used when we need to click on the iOS permission dialog.
Thank you, @ibrahimtalabat, for your contribution!

What's Changed

  • Make OpenAI Responses API opt-in via aiOptions.useResponsesApi by @takahirom in #378
  • Support Responses API for OpenAI reasoning tools by @imtoori in #377
  • Add ClickAtCoordinates AI action (opt-in via additionalActions) by @takahirom in #379

New Contributors

Full Changelog: 0.72.0...0.73.0