Commit Graph

806 Commits

Author SHA1 Message Date
Michał Pierzchała ebf45f1e79 feat: record start [path], screenshot [path], --record-json (#18) 2026-02-06 12:44:26 +01:00
Michał Pierzchała 8f653b5a5c 0.2.3 v0.2.3 2026-02-06 12:16:37 +01:00
Michał Pierzchała d8440a6645 fix: make fill clear input and progressively fill the input (#17)
* fix: make fill clear input and progressively fill the input

* fixup ios

* improve text fill reliability
2026-02-06 12:16:20 +01:00
Michał Pierzchała 22bfcee0dc feat: normalize Android snapshots (#16) 2026-02-06 09:26:30 +01:00
Abdulrahman 8130fff678 docs: remove broken missing-features reference from SKILL.md (#14) 2026-02-05 19:37:23 +01:00
Michał Pierzchała 6d2d157888 0.2.2 v0.2.2 2026-02-05 18:09:20 +01:00
Michał Pierzchała 67fa14c70a feat: check parent when matched element is not hittable (#13)
* feat: check parent when matched element is not hittable

* note android

* clarify
2026-02-05 18:08:46 +01:00
Jano 992959c23e feat(ios): add pinch gesture for zoom on iOS simulators (#11)
- Add 'pinch' CLI command: pinch <scale> [x y] (scale > 1 zoom in, < 1 zoom out)
- Implement in dispatch, runner-client (RunnerCommand + scale param), Swift runner
- Use double-tap + drag workaround for map zoom (tap center, drag up/down)
  instead of XCUITest pinch(withScale:velocity:) which pans on map views
- Update commands.md and agent-device skill with pinch usage and best practices
- Fix skill reference: recording.md -> video-recording.md

Co-authored-by: Jano Detzel <jano.detzel@ewe-go.de>
2026-02-05 17:51:36 +01:00
Michał Pierzchała e63cf2ab33 feat: android open --activity flag (#12) 2026-02-05 17:40:26 +01:00
Michał Pierzchała e84612a393 feat: docs (#7)
* feat: docs v1

* update wording

* update action
2026-02-05 15:25:52 +01:00
Alex Astrum b03f867395 fix: skill should work, even if the npm package is not installed (#1)
Added installation instructions for agent-device.
2026-02-05 11:13:33 +01:00
Tsung-Han Yu 83e4c4db88 Update README with correct GitHub link (#2)
Co-authored-by: Michał Pierzchała <thymikee@gmail.com>
2026-02-05 11:12:54 +01:00
Michał Pierzchała a478173802 chore: v0.2.1 v0.2.1 2026-02-05 09:53:03 +01:00
Michał Pierzchała 105b61e79c fix: drop 300ms runner timeout 2026-02-05 09:49:16 +01:00
Michał Pierzchała 7517513853 update skills 2026-02-05 08:23:34 +01:00
Michał Pierzchała c4bd87fe0a chore: v0.2.0 v0.2.0 2026-02-05 08:07:52 +01:00
Michał Pierzchała d8b1800dc0 fix long-running timeouts for session app 2026-02-05 07:59:31 +01:00
Michał Pierzchała ff0740a6ae chore: v0.1.9 v0.1.9 2026-02-04 22:35:45 +01:00
Michał Pierzchała 1d6994440c perf: improve xctest backend speed dramatically and make default 2026-02-04 22:35:18 +01:00
Michał Pierzchała 4301b55bfb docs: update readme for readability 2026-02-04 18:08:01 +01:00
Michał Pierzchała 433230439d update readme 2026-02-03 21:50:39 +01:00
Michał Pierzchała e95b6b2070 chore: v0.1.8 v0.1.8 2026-02-03 21:08:11 +01:00
Michał Pierzchała 639454d95d chore: v0.1.7 2026-02-03 20:58:23 +01:00
Michał Pierzchała 732a3b17cc fix fill 2026-02-03 20:57:22 +01:00
Michał Pierzchała 931bd634ce chore: v0.1.6 2026-02-03 20:03:22 +01:00
Michał Pierzchała 460886f714 document missing device iOS support; fix missing swift 2026-02-03 20:03:15 +01:00
Michał Pierzchała 3e8d302563 chore: v0.1.5 2026-02-03 17:20:25 +01:00
Michał Pierzchała 14b4b92387 chore: publish skills 2026-02-03 17:20:10 +01:00
Michał Pierzchała 4edeec5b3e chore: v0.1.4 2026-02-03 17:18:27 +01:00
Michał Pierzchała b1aecfe999 docs: update missing-features 2026-02-03 16:11:15 +01:00
Michał Pierzchała 2b8b936186 feat: appstate and apps --metadata 2026-02-03 16:10:21 +01:00
Michał Pierzchała b5b7244e20 feat: settings airplane|wifi|location 2026-02-03 12:07:53 +01:00
Michał Pierzchała 988593dc42 feat: find 2026-02-03 10:46:38 +01:00
Michał Pierzchała ba66e57697 feat: retry 2026-02-03 10:02:15 +01:00
Michał Pierzchała a66cedd82b feat: trace 2026-02-03 09:44:16 +01:00
Michał Pierzchała ca88d60bbf feat: add hybrid backend for speed and correctness 2026-02-03 08:55:37 +01:00
Michał Pierzchała 5af8c02c6e v0.1.3 2026-02-02 21:34:27 +01:00
Michał Pierzchała 7bc4193a1e feat: add recording 2026-02-02 21:33:45 +01:00
Michał Pierzchała 701a5ea31e refactor ios-runner; add skills 2026-02-02 20:33:01 +01:00
Michał Pierzchała 24926c0351 improve grouping mechnism for tabbar etc 2026-02-02 17:32:16 +01:00
Michał Pierzchała 8845eb2c79 feat: home, app-switcher, wait for 2026-02-02 16:57:50 +01:00
Michał Pierzchała bf7ee21897 add apps and devices commands 2026-02-02 15:12:23 +01:00
Michał Pierzchała 0f90c61e7c remove rect; adjust error messages 2026-02-02 14:06:11 +01:00
Michał Pierzchała 587cd5d585 consolidate agents.md 2026-02-01 19:52:10 +01:00
Michał Pierzchała 0560d50d8c chore: v0.1.2 2026-01-31 20:42:30 +01:00
Michał Pierzchała b504255202 tweaks for open, help, readme 2026-01-31 20:38:33 +01:00
Michał Pierzchała e5c77bcf5a cleanup 2026-01-31 19:57:49 +01:00
Michał Pierzchała 51e92a42dc chore: v0.1.1 2026-01-31 18:34:14 +01:00
Michał Pierzchała 66f3dcb9e4 update readme and errors 2026-01-31 18:33:57 +01:00
Michał Pierzchała 13dc88eb83 setup base publish 2026-01-31 18:23:16 +01:00