Summary
The Tier 2 live E2E driver can misread an already-answered azd ai agent init starter-template prompt as still active while the extension is downloading the GitHub sample.
Symptoms
The live run fails during init with:
init stuck in prompt loop: "? select a starter template"
Downloading sample from GitHub...
The sample download has already started, so the prompt is stale screen content rather than an active survey prompt.
Expected outcome
The driver should ignore stale prompts when init progress appears after the prompt and continue waiting for the next real prompt or init completion.
Summary
The Tier 2 live E2E driver can misread an already-answered
azd ai agent initstarter-template prompt as still active while the extension is downloading the GitHub sample.Symptoms
The live run fails during init with:
The sample download has already started, so the prompt is stale screen content rather than an active survey prompt.
Expected outcome
The driver should ignore stale prompts when init progress appears after the prompt and continue waiting for the next real prompt or init completion.