-
Notifications
You must be signed in to change notification settings - Fork 267
make azd init alpha feature more discoverable #6499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR makes the agent mode alpha feature more discoverable in azd init by always displaying it as an option in the initialization menu, regardless of whether the feature flag is enabled. When users select agent mode without enabling the feature, they receive clear instructions on how to enable it.
Changes:
- Agent mode option now always appears in the initialization type selection menu
- Added helpful error message with step-by-step instructions when agent mode is selected but the alpha.llm feature is not enabled
- Removed obsolete fallthrough case in the switch statement
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
related #6390 |
@hemarina , what if, instead of returning this error, we tell and ask the user if they want to turn the alpha feature ON to continue? That would save the user the copy/paste - manual invocation. @kristenwomack @tg-msft |
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash: pwsh: WindowsPowerShell install MSI install Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|

fix #6488