PREVIEW_START_STEER
PREVIEW_START_STEER(
command):string
Defined in: src/service.ts:697
Build the steer text sent to an agent to start its dev server in the background. Must instruct the agent to run the command in the background so it does NOT block on the dev server (a foreground dev server never exits and would hang the agent’s turn forever), and to report the tailnet HTTPS URL — operators reach previews over the tailnet, so a localhost-only confirmation is useless to them. The FQDN is resolved by the agent at runtime (never baked into this prompt — it would leak the operator’s tailnet name into every transcript template). Agent-facing, NOT i18n’d.
Parameters
Section titled “Parameters”command
Section titled “command”string
Returns
Section titled “Returns”string