From 44f3f0d06a4485d37eea31b97d180c8f4a404fa7 Mon Sep 17 00:00:00 2001 From: qinezh Date: Fri, 24 Jul 2026 01:50:19 +0800 Subject: [PATCH] Rename foundry-agent-canvas plugin to microsoft-foundry (#2405) Update external plugin registration: rename identity and source.path to microsoft-foundry, bump version to 1.0.3, refresh description and source.sha, and regenerate marketplace.json. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 68571581-f9d1-4b01-a5d7-0a49c4a6b3b5 --- .github/plugin/marketplace.json | 54 ++++++++++++++++----------------- plugins/external.json | 10 +++--- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index c11200f9..044f9786 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -550,33 +550,6 @@ "description": "Give your AI agent full visibility into Power Automate cloud flows via the FlowStudio MCP server. Connect, debug, build, monitor health, and govern flows at scale — action-level inputs and outputs, not just status codes.", "version": "2.0.0" }, - { - "name": "foundry-agent-canvas", - "description": "Interactive Copilot canvas for designing, configuring, testing, and deploying Microsoft Foundry hosted agents.", - "version": "1.0.2", - "author": { - "name": "Microsoft", - "url": "https://www.microsoft.com" - }, - "repository": "https://github.com/microsoft/foundry-toolkit", - "homepage": "https://github.com/microsoft/foundry-toolkit", - "license": "MIT", - "keywords": [ - "agent-builder", - "agent-inspector", - "azure-ai", - "foundry", - "hosted-agents", - "microsoft-foundry", - "canvas" - ], - "source": { - "source": "github", - "repo": "microsoft/foundry-toolkit", - "path": "foundry-agent-canvas", - "sha": "4f2d5fe02f6d89cac43e1a06de39c127cb53a55d" - } - }, { "name": "frontend-web-dev", "source": "plugins/frontend-web-dev", @@ -767,6 +740,33 @@ "repo": "microsoft/Build-CLI" } }, + { + "name": "microsoft-foundry", + "description": "Skills and interactive Copilot canvas for designing, configuring, testing and deploying agents to Microsoft Foundry.", + "version": "1.0.3", + "author": { + "name": "Microsoft", + "url": "https://www.microsoft.com" + }, + "repository": "https://github.com/microsoft/foundry-toolkit", + "homepage": "https://github.com/microsoft/foundry-toolkit", + "license": "MIT", + "keywords": [ + "agent-builder", + "agent-inspector", + "azure-ai", + "foundry", + "hosted-agents", + "microsoft-foundry", + "canvas" + ], + "source": { + "source": "github", + "repo": "microsoft/foundry-toolkit", + "path": "microsoft-foundry", + "sha": "9e5fae9942514a8b90281886285052a99fc1932b" + } + }, { "name": "modernize-dotnet", "description": "AI-powered .NET modernization and upgrade assistant. Helps upgrade .NET Framework and .NET applications to the latest versions of .NET.", diff --git a/plugins/external.json b/plugins/external.json index e8c8e344..9e4d2157 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -337,9 +337,9 @@ } }, { - "name": "foundry-agent-canvas", - "description": "Interactive Copilot canvas for designing, configuring, testing, and deploying Microsoft Foundry hosted agents.", - "version": "1.0.2", + "name": "microsoft-foundry", + "description": "Skills and interactive Copilot canvas for designing, configuring, testing and deploying agents to Microsoft Foundry.", + "version": "1.0.3", "author": { "name": "Microsoft", "url": "https://www.microsoft.com" @@ -359,8 +359,8 @@ "source": { "source": "github", "repo": "microsoft/foundry-toolkit", - "path": "foundry-agent-canvas", - "sha": "4f2d5fe02f6d89cac43e1a06de39c127cb53a55d" + "path": "microsoft-foundry", + "sha": "9e5fae9942514a8b90281886285052a99fc1932b" } }, {