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
-`AGENT_DEVICE_DAEMON_BASE_URL` makes the CLI skip local daemon discovery/startup and call the remote HTTP daemon directly.
159
160
-`AGENT_DEVICE_DAEMON_AUTH_TOKEN` is sent in both the JSON-RPC request token and HTTP auth headers.
160
161
- In remote daemon mode, `--debug` does not tail a local `daemon.log`; inspect logs on the remote host instead.
@@ -189,19 +190,22 @@ For local iOS QA in mixed simulator/device environments, use `ensure-simulator`
189
190
For session-bound automation, prefer `AGENT_DEVICE_SESSION` + `AGENT_DEVICE_PLATFORM`; that bound-session default now enables lock mode automatically.
190
191
191
192
Isolation scoping quick reference:
193
+
192
194
-`--ios-simulator-device-set <path>` scopes iOS simulator discovery + command execution to one simulator set.
193
195
-`--android-device-allowlist <serials>` scopes Android discovery/selection to comma/space separated serials.
194
196
- Scope is applied before selectors (`--device`, `--udid`, `--serial`); out-of-scope selectors fail with `DEVICE_NOT_FOUND`.
195
197
- With iOS simulator-set scope enabled, iOS physical devices are not enumerated.
196
198
- In bound-session `strip` mode, conflicting per-call scope/selectors are ignored and the configured binding is restored for the request. Batch steps still inherit the parent `--platform` when they do not set their own.
197
199
198
200
Simulator provisioning quick reference:
201
+
199
202
- Use `ensure-simulator` to create or reuse a named iOS simulator inside a device set before starting a session.
200
203
-`--device <name>` is required (e.g. `"iPhone 16 Pro"`). `--runtime <id>` pins the runtime; omit to use the newest compatible one.
|**Scope**| Full app |`Focus on onboarding and profile`|
22
+
|**Authentication**| None |`Sign in to user@example.com`|
23
23
24
24
If the user gives enough context to start, begin immediately with defaults. Ask follow-up only when a required detail is missing (for example platform or credentials).
25
25
@@ -172,12 +172,12 @@ agent-device --session {SESSION} close
0 commit comments