From 1e7c07a138eab0c2240ed064bf794fa6684d73fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 01:41:14 +0000 Subject: [PATCH] chore: publish from main --- .github/plugin/marketplace.json | 6 +++--- extensions/color-orb/extension.mjs | 2 -- .../com.github.copilot/extensions/color-orb/extension.mjs | 2 -- plugins/external.json | 6 +++--- 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 20df5876..4cf95988 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -2029,7 +2029,7 @@ { "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.514", + "version": "1.1.539", "author": { "name": "Microsoft", "url": "https://www.microsoft.com" @@ -2048,8 +2048,8 @@ "source": "github", "repo": "microsoft/upgrade-agent-plugins", "path": "plugins/upgrade-agent", - "ref": "v1.1.514", - "sha": "edfa6465916b5f4b9c6f8ca558b69518621ab810" + "ref": "v1.1.539", + "sha": "681dbf0b0dc470f63776f44728e76bbc6acc5c45" } }, { diff --git a/extensions/color-orb/extension.mjs b/extensions/color-orb/extension.mjs index 1dd4c9d2..63e9fe06 100644 --- a/extensions/color-orb/extension.mjs +++ b/extensions/color-orb/extension.mjs @@ -261,8 +261,6 @@ function getHTML() { es.addEventListener('color', (e) => { const { color } = JSON.parse(e.data); 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) => { const { entries } = JSON.parse(e.data); diff --git a/plugins/color-orb/com.github.copilot/extensions/color-orb/extension.mjs b/plugins/color-orb/com.github.copilot/extensions/color-orb/extension.mjs index 1dd4c9d2..63e9fe06 100644 --- a/plugins/color-orb/com.github.copilot/extensions/color-orb/extension.mjs +++ b/plugins/color-orb/com.github.copilot/extensions/color-orb/extension.mjs @@ -261,8 +261,6 @@ function getHTML() { es.addEventListener('color', (e) => { const { color } = JSON.parse(e.data); 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) => { const { entries } = JSON.parse(e.data); diff --git a/plugins/external.json b/plugins/external.json index 25c01553..f005482b 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -1443,7 +1443,7 @@ { "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.514", + "version": "1.1.539", "author": { "name": "Microsoft", "url": "https://www.microsoft.com" @@ -1462,8 +1462,8 @@ "source": "github", "repo": "microsoft/upgrade-agent-plugins", "path": "plugins/upgrade-agent", - "ref": "v1.1.514", - "sha": "edfa6465916b5f4b9c6f8ca558b69518621ab810" + "ref": "v1.1.539", + "sha": "681dbf0b0dc470f63776f44728e76bbc6acc5c45" } }, {