Skip to content

Releases: wobsoriano/touchpress

touchpress@0.2.2

Choose a tag to compare

@github-actions github-actions released this 13 Sep 17:08
0c2aac0

Patch Changes

  • 847f7c7: Bump agent-device to 0.21.1

touchpress@0.2.1

Choose a tag to compare

@github-actions github-actions released this 09 Sep 03:56
2afe96c

Patch Changes

  • 5daccf8: Find a filled field again by its role rather than its raw tree index, so a fill retry never writes to the node the software keyboard shifted into the field's place.

touchpress@0.2.0

Choose a tag to compare

@github-actions github-actions released this 08 Sep 17:35
fa6108b

Minor Changes

  • 430001a: Add device.goBack, device.keyboard.type, device.clearState, and device.clearKeychain. goBack presses the platform gesture on Android and the app's own control on iOS. keyboard.type types into whatever holds focus, for a field with nothing to select on. clearState discards the app's stored state, then relaunches and waits for the ready gate. clearKeychain resets the simulator keychain on iOS, which every app on it shares, and does nothing on Android.

touchpress@0.1.3

Choose a tag to compare

@github-actions github-actions released this 08 Sep 17:06
ca5cb38

Patch Changes

  • de6417d: Retarget a tap or a long press the driver refuses onto the control that covers the matched node, and report where it landed.

touchpress@0.1.2

Choose a tag to compare

@github-actions github-actions released this 08 Sep 12:13
d6fc20b

Patch Changes

  • f555fa3: Confirm a fill into an Android password field, which is a plain text-field that reads back a mask.

touchpress@0.1.1

Choose a tag to compare

@github-actions github-actions released this 08 Sep 11:25
c7c1abe

Patch Changes

  • 2494598: Confirm a fill against normalized text, match global regexes on every sibling, paint a screenshot mask only where it overlaps the image, name unnamed baselines by their full title path, run a model turn's tool calls one at a time, drop undeclared tool input keys, and type-check without ai installed.

touchpress@0.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Sep 01:48
e5418b1

Minor Changes

  • cb7a838: Add device.act and device.extract, which drive the app and read the screen with a model set through the new aiModel option.

touchpress@0.0.2

Choose a tag to compare

@github-actions github-actions released this 07 Sep 20:30

Patch Changes