From de1e5405fd3f2f9fa7afd7e677f3d1a19348d596 Mon Sep 17 00:00:00 2001 From: anvillan Date: Wed, 15 Jul 2026 13:31:48 -0700 Subject: [PATCH 1/2] Add upgrade-agent plugin 1.1.202 --- .github/plugin/marketplace.json | 23 +++++++++++++++++++++++ plugins/external.json | 23 +++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 8e09f9482..bcb7a5bd3 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -1030,6 +1030,29 @@ "sha": "80f2d93287054f9d30dd990e842e15bcfca581c9" } }, + { + "name": "upgrade-agent", + "description": "AI-powered upgrade assistant for upgrading and migrating applications. Helps modernize legacy code and upgrade .NET applications to current frameworks.", + "version": "1.1.202", + "author": { + "name": "Microsoft", + "url": "https://www.microsoft.com" + }, + "homepage": "https://github.com/microsoft/upgrade-agent-plugins", + "keywords": [ + "modernization", + "upgrade", + "migration", + "dotnet" + ], + "license": "MIT", + "repository": "https://github.com/microsoft/upgrade-agent-plugins", + "source": { + "source": "github", + "repo": "microsoft/upgrade-agent-plugins", + "path": "plugins/upgrade-agent" + } + }, { "name": "vercel-plugin", "description": "Build and deploy web apps and agents. Comprehensive Vercel ecosystem plugin — relational knowledge graph, skills for every major product, specialized agents, and Vercel conventions. Turns any AI agent into a Vercel expert.", diff --git a/plugins/external.json b/plugins/external.json index 65a8fa159..edd3aabf8 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -623,6 +623,29 @@ "sha": "80f2d93287054f9d30dd990e842e15bcfca581c9" } }, + { + "name": "upgrade-agent", + "description": "AI-powered upgrade assistant for upgrading and migrating applications. Helps modernize legacy code and upgrade .NET applications to current frameworks.", + "version": "1.1.202", + "author": { + "name": "Microsoft", + "url": "https://www.microsoft.com" + }, + "homepage": "https://github.com/microsoft/upgrade-agent-plugins", + "keywords": [ + "modernization", + "upgrade", + "migration", + "dotnet" + ], + "license": "MIT", + "repository": "https://github.com/microsoft/upgrade-agent-plugins", + "source": { + "source": "github", + "repo": "microsoft/upgrade-agent-plugins", + "path": "plugins/upgrade-agent" + } + }, { "name": "vercel-plugin", "description": "Build and deploy web apps and agents. Comprehensive Vercel ecosystem plugin — relational knowledge graph, skills for every major product, specialized agents, and Vercel conventions. Turns any AI agent into a Vercel expert.", From 7f8b48a6f47b190cf0707ab673fb0549e908c016 Mon Sep 17 00:00:00 2001 From: anvillan Date: Wed, 15 Jul 2026 15:13:44 -0700 Subject: [PATCH 2/2] Pin upgrade-agent source to reviewed commit SHA Add source.sha (7360a7e7df442761a36909de0e8fe5c3b00a01e7) to the upgrade-agent entry in plugins/external.json and .github/plugin/marketplace.json so installs resolve the reviewed plugin contents rather than the moving default branch, per the public-submission policy (CONTRIBUTING.md:227). --- .github/plugin/marketplace.json | 3 ++- plugins/external.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index bcb7a5bd3..0bc042935 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -1050,7 +1050,8 @@ "source": { "source": "github", "repo": "microsoft/upgrade-agent-plugins", - "path": "plugins/upgrade-agent" + "path": "plugins/upgrade-agent", + "sha": "7360a7e7df442761a36909de0e8fe5c3b00a01e7" } }, { diff --git a/plugins/external.json b/plugins/external.json index edd3aabf8..4a58346db 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -643,7 +643,8 @@ "source": { "source": "github", "repo": "microsoft/upgrade-agent-plugins", - "path": "plugins/upgrade-agent" + "path": "plugins/upgrade-agent", + "sha": "7360a7e7df442761a36909de0e8fe5c3b00a01e7" } }, {