Update Fig spec for Azure Developer CLI (azd)#308613
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the azd Fig completion spec used by the Terminal Suggest extension to reflect newer Azure Developer CLI commands/options (notably around AI/agent workflows, Copilot consent management, hooks layering, and update).
Changes:
- Refreshes
azd ai agentsubcommands/options (addsinvoke/run, updatesmonitor, revisesinitflags). - Adds
azd copilot consentcommand tree and removes the priormcp consententries. - Adds new top-level commands/options like
azd update,hooks run --layer, and a persistent--environmentflag.
Updated action type descriptions and removed redundant environment options from multiple commands.
Added support for --protocol option with description and repeatable argument.
auto-merge was automatically disabled
April 10, 2026 17:22
Head branch was pushed to by a user without write access
Update protocol and session ID descriptions
meganrogge
previously approved these changes
Apr 20, 2026
Add file management commands for agents extension
Added commands for managing Azure development tools including check, install, list, show, and upgrade.
meganrogge
approved these changes
May 5, 2026
dmitrivMS
approved these changes
May 5, 2026
Member
Author
|
Thank you! Could you also consider taking a look at #309539? azd uses OSC 8 links in several places and the stale tooltip can be pretty annoying for users. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves Azure/azure-dev#7587
This PR updates azd terminal completions for some extension and core commands (copied from https://github.com/Azure/azure-dev/blob/main/cli/azd/cmd/testdata/TestFigSpec.ts):
cc: @meganrogge