chore: add minor changeset for release (#359)

This commit is contained in:
Chris Tate
2026-02-03 01:43:58 -06:00
committed by GitHub
parent a1b992411e
commit 9d021bdf62
+5
View File
@@ -0,0 +1,5 @@
---
"agent-browser": minor
---
Add iOS Simulator and real device support for mobile Safari testing via Appium. New CLI commands include `device list` to show available simulators, `tap` and `swipe` for touch interactions, and the `--device` flag to specify which iOS device to use. Configure with `-p ios` provider flag or `AGENT_BROWSER_PROVIDER=ios` environment variable.