mirror of
https://github.com/github/awesome-copilot.git
synced 2026-09-17 04:11:16 +00:00
chore: publish from main
This commit is contained in:
@@ -2029,7 +2029,7 @@
|
|||||||
{
|
{
|
||||||
"name": "upgrade-agent",
|
"name": "upgrade-agent",
|
||||||
"description": "AI-powered upgrade assistant for upgrading and migrating applications. Helps modernize legacy code and upgrade .NET applications to current frameworks.",
|
"description": "AI-powered upgrade assistant for upgrading and migrating applications. Helps modernize legacy code and upgrade .NET applications to current frameworks.",
|
||||||
"version": "1.1.514",
|
"version": "1.1.539",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Microsoft",
|
"name": "Microsoft",
|
||||||
"url": "https://www.microsoft.com"
|
"url": "https://www.microsoft.com"
|
||||||
@@ -2048,8 +2048,8 @@
|
|||||||
"source": "github",
|
"source": "github",
|
||||||
"repo": "microsoft/upgrade-agent-plugins",
|
"repo": "microsoft/upgrade-agent-plugins",
|
||||||
"path": "plugins/upgrade-agent",
|
"path": "plugins/upgrade-agent",
|
||||||
"ref": "v1.1.514",
|
"ref": "v1.1.539",
|
||||||
"sha": "edfa6465916b5f4b9c6f8ca558b69518621ab810"
|
"sha": "681dbf0b0dc470f63776f44728e76bbc6acc5c45"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -261,8 +261,6 @@ function getHTML() {
|
|||||||
es.addEventListener('color', (e) => {
|
es.addEventListener('color', (e) => {
|
||||||
const { color } = JSON.parse(e.data);
|
const { color } = JSON.parse(e.data);
|
||||||
orb.style.setProperty('--orb-color', color);
|
orb.style.setProperty('--orb-color', color);
|
||||||
orb.style.background = color;
|
|
||||||
orb.style.boxShadow = '0 0 60px ' + color + ', 0 0 120px ' + color + '66';
|
|
||||||
});
|
});
|
||||||
es.addEventListener('log', (e) => {
|
es.addEventListener('log', (e) => {
|
||||||
const { entries } = JSON.parse(e.data);
|
const { entries } = JSON.parse(e.data);
|
||||||
|
|||||||
@@ -261,8 +261,6 @@ function getHTML() {
|
|||||||
es.addEventListener('color', (e) => {
|
es.addEventListener('color', (e) => {
|
||||||
const { color } = JSON.parse(e.data);
|
const { color } = JSON.parse(e.data);
|
||||||
orb.style.setProperty('--orb-color', color);
|
orb.style.setProperty('--orb-color', color);
|
||||||
orb.style.background = color;
|
|
||||||
orb.style.boxShadow = '0 0 60px ' + color + ', 0 0 120px ' + color + '66';
|
|
||||||
});
|
});
|
||||||
es.addEventListener('log', (e) => {
|
es.addEventListener('log', (e) => {
|
||||||
const { entries } = JSON.parse(e.data);
|
const { entries } = JSON.parse(e.data);
|
||||||
|
|||||||
@@ -1443,7 +1443,7 @@
|
|||||||
{
|
{
|
||||||
"name": "upgrade-agent",
|
"name": "upgrade-agent",
|
||||||
"description": "AI-powered upgrade assistant for upgrading and migrating applications. Helps modernize legacy code and upgrade .NET applications to current frameworks.",
|
"description": "AI-powered upgrade assistant for upgrading and migrating applications. Helps modernize legacy code and upgrade .NET applications to current frameworks.",
|
||||||
"version": "1.1.514",
|
"version": "1.1.539",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Microsoft",
|
"name": "Microsoft",
|
||||||
"url": "https://www.microsoft.com"
|
"url": "https://www.microsoft.com"
|
||||||
@@ -1462,8 +1462,8 @@
|
|||||||
"source": "github",
|
"source": "github",
|
||||||
"repo": "microsoft/upgrade-agent-plugins",
|
"repo": "microsoft/upgrade-agent-plugins",
|
||||||
"path": "plugins/upgrade-agent",
|
"path": "plugins/upgrade-agent",
|
||||||
"ref": "v1.1.514",
|
"ref": "v1.1.539",
|
||||||
"sha": "edfa6465916b5f4b9c6f8ca558b69518621ab810"
|
"sha": "681dbf0b0dc470f63776f44728e76bbc6acc5c45"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user