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
When \�zd ai agent init\ fails in non-interactive mode, error messages are raw and don't suggest fixes. Users must discover workarounds through trial and error.
Examples of unhelpful messages:
o default response for prompt 'Enter a unique environment name:'\ -- should suggest -e \
\subscription selection required but cannot prompt in --no-prompt mode\ -- should suggest \�zd config set defaults.subscription \
Problem
When \�zd ai agent init\ fails in non-interactive mode, error messages are raw and don't suggest fixes. Users must discover workarounds through trial and error.
Examples of unhelpful messages:
o default response for prompt 'Enter a unique environment name:'\ -- should suggest -e \
Proposed Solution
Apply the hint pattern established in core azd (PRs #6801-6804, #6810) to extension error messages:
Related Issues
azd ai agent initto run non-interactively in CI and AI assistants #6819 - Documentation