Allow updating a package from the installed packages list - #5366
Merged
Conversation
Copilot started reviewing on behalf of
Gabriel Dufresne (GabrielDuf)
September 9, 2026 19:56
View session
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The changes consistently reuse existing update-operation patterns without introducing unresolved issues.
Pull request overview
Adds direct package updates from the installed-packages context menu while simplifying automatic-update controls.
Changes:
- Adds standard and administrator update actions for available updates.
- Removes the per-package automatic-update toggle and obsolete helper.
- Removes the unused English localization key.
File summaries
| File | Description |
|---|---|
InstalledPackagesPage.cs |
Adds update menu actions and operation handling. |
SoftwareUpdatesPage.cs |
Removes the per-package auto-update toggle. |
lang_en.json |
Removes the obsolete translation entry. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 0
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
There was a problem hiding this comment.
🤖 Pull request was approved automatically: the AI review is complete and all its review threads are resolved. 🎉
Integration Details
{
"deliveryId": "fa1f6fd0-ac88-11f1-9964-f30177f54115",
"headSha": "fa50323c8898f6eb00e6e050aad8a4f8c0f6c87c",
"reviewer": "copilot-pull-request-reviewer[bot]"
}
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pull request updates the context menus for installed packages. The main changes include adding manual update options to the installed packages page, and removing the useless per-package auto-update toggle from the updates page, and cleaning up related logic. These changes streamline the user experience for updating packages and clarify the auto-update workflow.
Installed Packages Page Improvements:
Software Updates Page Simplification:
Localization Cleanup: