Skip to content

Commit 71df974

Browse files
Add external plugin upgrade-agent (#2338)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 40665c2 commit 71df974

2 files changed

Lines changed: 48 additions & 0 deletions

File tree

.github/plugin/marketplace.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1247,6 +1247,30 @@
12471247
"sha": "80f2d93287054f9d30dd990e842e15bcfca581c9"
12481248
}
12491249
},
1250+
{
1251+
"name": "upgrade-agent",
1252+
"description": "GitHub Copilot upgrade is an AI-powered agent that helps you upgrade applications to newer versions of languages, frameworks, and runtimes. It assesses your application, creates an upgrade plan, applies code changes, and validates the results through an interactive upgrade workflow.",
1253+
"version": "1.1.222",
1254+
"author": {
1255+
"name": "Microsoft",
1256+
"url": "https://www.microsoft.com"
1257+
},
1258+
"repository": "https://github.com/microsoft/upgrade-agent-plugins",
1259+
"license": "MIT",
1260+
"keywords": [
1261+
"modernization",
1262+
"upgrade",
1263+
"migration",
1264+
"dotnet",
1265+
"canvas"
1266+
],
1267+
"source": {
1268+
"source": "github",
1269+
"repo": "microsoft/upgrade-agent-plugins",
1270+
"path": "plugins/upgrade-agent",
1271+
"sha": "379d344e42823b25223f878c002f38fb3a2c1d2b"
1272+
}
1273+
},
12501274
{
12511275
"name": "vercel-plugin",
12521276
"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.",

plugins/external.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,30 @@
733733
"sha": "80f2d93287054f9d30dd990e842e15bcfca581c9"
734734
}
735735
},
736+
{
737+
"name": "upgrade-agent",
738+
"description": "GitHub Copilot upgrade is an AI-powered agent that helps you upgrade applications to newer versions of languages, frameworks, and runtimes. It assesses your application, creates an upgrade plan, applies code changes, and validates the results through an interactive upgrade workflow.",
739+
"version": "1.1.222",
740+
"author": {
741+
"name": "Microsoft",
742+
"url": "https://www.microsoft.com"
743+
},
744+
"repository": "https://github.com/microsoft/upgrade-agent-plugins",
745+
"license": "MIT",
746+
"keywords": [
747+
"modernization",
748+
"upgrade",
749+
"migration",
750+
"dotnet",
751+
"canvas"
752+
],
753+
"source": {
754+
"source": "github",
755+
"repo": "microsoft/upgrade-agent-plugins",
756+
"path": "plugins/upgrade-agent",
757+
"sha": "379d344e42823b25223f878c002f38fb3a2c1d2b"
758+
}
759+
},
736760
{
737761
"name": "vercel-plugin",
738762
"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.",

0 commit comments

Comments
 (0)