You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If app id is unknown, plan devices, apps, then open <discovered-app-id>. Install arguments are app/package id then artifact path. Fresh install state: open with --relaunch.
253
+
Do not open artifact paths or invent package ids. If apps lookup misses the target and no URL/artifact is provided, ask or stop.
251
254
252
255
Snapshots and refs:
253
256
snapshot reads visible state. snapshot -i gets current interactive refs.
@@ -272,11 +275,15 @@ Text entry:
272
275
Debounced field with no result selector: agent-device wait 1000. Keyboard read-only: keyboard status/get. Blocked control: keyboard dismiss.
273
276
274
277
Read-only and waits:
278
+
Read-only visible/state question: use snapshot/get/is/find.
connect and disconnect are top-level commands. Do not write agent-device remote connect or agent-device remote disconnect.
450
462
Prefer --remote-config over --daemon-base-url, --tenant, --run-id, and --lease-id in ordinary remote flows.
463
+
For self-contained scripts, pass the same --remote-config to every operational command, including disconnect; a preceding connect is optional but not required.
464
+
For remote artifact installs, use install-from-source <url> or install-from-source --github-actions-artifact org/repo:artifact; do not download CI artifacts locally first.
451
465
After connect, let the active remote connection supply runtime hints.
452
466
For remote Android React DevTools, run agent-device react-devtools normally. The CLI opens the needed local service tunnel for the DevTools daemon and cleans it up when the command exits.
453
467
Use --debug when remote connection or transport errors need diagnostic ids and remote log hints.`,
@@ -472,8 +486,13 @@ Menu bar app example:
472
486
agent-device open "Agent Device Tester Menu" --platform macos --surface menubar
0 commit comments