Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ gulp*
node_modules/**
out/**
resources/readme/**
resources/changelog/**
src/**
stats.json
test-results.xml
Expand Down
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Change Log
## 0.11.6 - 2025-10-30
This release improves on Azure Activity Log integration with Copilot, giving users the ability to custom select which activities to provide as context before starting new chat sessions. Users can now select activities through the general entry-point in the activity log header ribbon, right-clicking individual activities directly, or interacting with an activity's inline context menu button. In addition, Copilot buttons have been upgraded to the newer chat icon.

![Activity Log Multi-Select with Copilot](https://github.com/microsoft/vscode-azureresourcegroups/blob/main/resources/changelog/0.11.6/activityLogMultiSelect.png)

### Added
* [[1214](https://github.com/microsoft/vscode-azureresourcegroups/pull/1214)] Enable activity item selection when providing context to Copilot; update Copilot icons

## 0.11.5 - 2025-10-14
### Added
Expand Down Expand Up @@ -41,10 +48,10 @@
This release brings Copilot integration to the Azure activity log. Users can now leverage Copilot to gain insights from the Azure activity log by clicking the new sparkle icon in the top right corner. Additionally, client extensions can now provide enhanced context to the shared Azure Resources activity log using `ActivityAttributes`, allowing them to incrementally contribute detailed command data and metadata. This enables Copilot to deliver more relevant and informative responses for users.

- Example of Copilot integration in the Azure activity log:
![Activity Log with Sparkle Icon](resources/changelog/0.11.0/activityLogWithCopilot.png)
![Activity Log with Sparkle Icon](https://github.com/microsoft/vscode-azureresourcegroups/blob/main/resources/changelog/0.11.0/activityLogWithCopilot.png)

- Example of Copilot chat with Azure activity log context:
![Copilot Chat with Activity Log Context](resources/changelog/0.11.0/copilotChatWithActivityContext.png)
![Copilot Chat with Activity Log Context](https://github.com/microsoft/vscode-azureresourcegroups/blob/main/resources/changelog/0.11.0/copilotChatWithActivityContext.png)

### Added
* [[1162](https://github.com/microsoft/vscode-azureresourcegroups/pull/1162)] Incorporate `ActivityAttributes` for use as Copilot context
Expand Down
Loading