instar 1.3.1284 → 1.3.1285

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.
@@ -13894,7 +13894,7 @@ export async function startServer(options) {
13894
13894
  ? `A ${doorway} subscription sign-in needs repair. Open Subscriptions and tap Repair sign-in once.`
13895
13895
  : kind === 'operator-only'
13896
13896
  ? (episode.failureClass === 'automation-permission'
13897
- ? `${doorway} sign-in repair needs a one-time permission on this machine: allow the agent to control Google Chrome (System Settings, Privacy & Security, Automation). Then open Subscriptions and tap Try repair again.`
13897
+ ? `${doorway} sign-in repair needs a one-time permission on this machine: allow the agent to control Google Chrome. On that machine, signed in as the Mac user the agent runs as, click Allow on the "control Google Chrome" prompt if one is showing, or turn it on in System Settings, Privacy & Security, Automation. Then open Subscriptions and tap Try repair again.`
13898
13898
  : 'Automated sign-in paused at a provider security challenge. Open Subscriptions to continue.')
13899
13899
  : episode.state === 'succeeded'
13900
13900
  ? `${doorway} subscription sign-in was repaired and verified.`