agent-device 0.14.5 → 0.14.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-device",
3
- "version": "0.14.5",
3
+ "version": "0.14.7",
4
4
  "description": "Agent-driven CLI for mobile UI automation, network inspection, and performance diagnostics across iOS, Android, tvOS, and macOS.",
5
5
  "license": "MIT",
6
6
  "author": "Callstack",
@@ -34,6 +34,15 @@ agent-device react-devtools profile slow --limit 5
34
34
  agent-device react-devtools profile rerenders --limit 5
35
35
  ```
36
36
 
37
+ Remote iOS bridge order:
38
+
39
+ ```bash
40
+ agent-device open <bundle-id> --platform ios --relaunch
41
+ agent-device react-devtools start
42
+ agent-device open <bundle-id> --platform ios --relaunch
43
+ agent-device react-devtools wait --connected
44
+ ```
45
+
37
46
  Rules:
38
47
 
39
- Keep reads bounded with `--depth`/`find`, treat `@c` refs as reload-local, profile only the investigated interaction, and run the same command in remote Android sessions; the CLI manages the needed local service tunnel.
48
+ Keep reads bounded with `--depth`/`find`, treat `@c` refs as reload-local, profile only the investigated interaction, and run the same command in remote Android sessions; the CLI manages the needed local service tunnel. For remote iOS, relaunch after `react-devtools start` because React Native opens the legacy DevTools websocket during JavaScript startup.
@@ -1 +0,0 @@
1
- 4f35b420863d07561956fb9572aef144a94c161c5ed7af6af1584db54b3758aa agent-device-android-snapshot-helper-0.14.5.apk