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/android-snapshot-helper/dist/{agent-device-android-snapshot-helper-0.14.5.apk → agent-device-android-snapshot-helper-0.14.7.apk} +0 -0
- package/android-snapshot-helper/dist/agent-device-android-snapshot-helper-0.14.7.apk.sha256 +1 -0
- package/android-snapshot-helper/dist/{agent-device-android-snapshot-helper-0.14.5.manifest.json → agent-device-android-snapshot-helper-0.14.7.manifest.json} +6 -6
- package/dist/src/1974.js +2 -2
- package/dist/src/9542.js +1 -1
- package/dist/src/internal/bin.js +70 -61
- package/package.json +1 -1
- package/skills/react-devtools/SKILL.md +10 -1
- package/android-snapshot-helper/dist/agent-device-android-snapshot-helper-0.14.5.apk.sha256 +0 -1
package/package.json
CHANGED
|
@@ -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
|