Releases: microsoft/GitHub-Copilot-for-Azure
Releases · microsoft/GitHub-Copilot-for-Azure
v0.3.97
New Features and Improvements
- Improved ability of
@azure
to handle cost management prompts which use subscription name instead of ID. - Improved ability of
@azure
to handle Azure AI Platform prompts which use subscription name instead of ID. - Added a walkthrough for
@azure
. This walkthrough will automatically launch after the first install of@azure
on your machine if you have activated GitHub Copilot Chat. If you'd like to view the walkthrough in the future, you can open it via the Command Palette (ctrl/cmd+p
). - Improved how documentation is given to the LLM.
- Updated to a newer version of GPT-4o.
Fixes
- Fixed #105.
- Fixed error handling for cost management prompts.
- Fixed sometimes not correctly routing Copilot API requests based on user Copilot subscription configuration.
- Added additional output logging for frequent user issues.
(#a1e1fbe9/0.2.366)
v0.3.87
There are no significant changes since the last release. Only minor bug fixes and improvements have been made.
(#602259/0.2.351)
v0.3.85
New Features and Improvements
- Improved the speed at which
@azure
can answer questions about the costs of your Azure resources. - When asking questions about Azure,
@azure
can now reference documentation found on GitHub. - When
@azure
queries your app's logs, if you use the "Query Logs in Azure Portal" button, the portal query editor will now be pre-filled with the query@azure
used. - Improved how
@azure
responds when functionality needed to answer your question relies on installing another VS Code extension.
Fixes
- Fix for #8
- Fix for #58
- Fixed
@azure
becoming confused when asking questions about "functions" resources. - Fixed
/help
not working properly when not signed in. - Fixed incorrect answers to questions like "Am I signed in?"
- Fixed uncessary errors when cancelling a request to
@azure
.
(#918dc7c9/0.2.351)
v0.3.61
There are no significant changes since the last release. Only minor bug fixes and improvements have been made.
v0.3.58
New Features and Improvements
- Improvements have been made to the automatically gathered context when asking
@azure
about your workspace. - When
@azure
uses App Lens to diagnose Azure application issues , the steps it takes while diagnosing are saved in references. - When asking
@azure
questions related to the Azure SDKs,@azure
now has additional context as to the latest versions of SDKs. - The current tenant setting is no longer synced by default.
Fixes
- Fix
@azure
being unable to deploy certain Azure Open AI models for various reasons. - Fix not handling all response types from App Lens when diagnosing your Azure application issues .
v0.3.42
New Features and Improvements
- You can now ask
@azure
for help getting new or existing code ready to deploy to Azure. For example:- "Analyze my project and recommend Azure services for me."
- "I'd like to use Azure App Service instead of Azure Container Apps for my project."
- "Generate Bicep files for an OpenAI based chat app."
- You can now ask
@azure
to deploy Azure OpenAI resources for you. For example: "Deploy a gpt-40 model in my intelligent-app resource group." - Improved response quality when asking
@azure
for help with Azure CLI commands. For example:- "I need an az script to setup autostart for my VM."
- "How to get the storage account access key using Azure CLI?"
- "Create a security group using Azure CLI."
- Improved search quality against Microsoft Learn documentation.
- Improved results when asking about Azure SDK documentation.
Fixes
- Fix incorrect logic for Azure Open AI resource quota checking.
- Fix
@azure
not immediately picking up functionality from other extensions. - Various other fixes and minor improvements.
v0.3.7
This release adds several small changes and fixes on top of v0.3.1. These include:
- Updated README.
- Updated extension description.
- Fix unhandled exception when request to
@azure
is cancelled. - Fix copilot access check UX blocking sign-in UX.
v0.3.1
GitHub Copilot for Azure has now officially reached public preview! For users coming from our last private preview build, there are no major changes between that release and this one. For users new to GitHub Copilot for Azure, welcome! You can learn more about GitHub Copilot for Azure here.
Please file issues for any feedback, bug reports, or features ideas you have to share. Thank you!