From f4e40a9f7c6a3f585fa1408e9aa5db13c59a677f Mon Sep 17 00:00:00 2001 From: Qinen Zhu Date: Thu, 23 Jul 2026 17:38:01 +0800 Subject: [PATCH 1/3] chore: update microsoft-foundry plugin description and sync workflow name Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: cb64d939-2ee4-4adb-a418-4cd6b6d92959 --- .github/workflows/sync-microsoft-foundry.yml | 4 ++-- microsoft-foundry/.github/plugin/plugin.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync-microsoft-foundry.yml b/.github/workflows/sync-microsoft-foundry.yml index 0e23f89..4cd86cb 100644 --- a/.github/workflows/sync-microsoft-foundry.yml +++ b/.github/workflows/sync-microsoft-foundry.yml @@ -1,4 +1,4 @@ -name: Sync Microsoft Foundry +name: Sync microsoft-foundry canvas on: workflow_dispatch: @@ -187,7 +187,7 @@ jobs: echo "has_changes=true" >> "$GITHUB_OUTPUT" { - echo "## Microsoft Foundry Sync" + echo "## Sync microsoft-foundry canvas" echo echo "- Source: \`SmallBlackHole/foundry-agent-canvas@${{ needs.build.outputs.source_sha }}\`" echo "- Marketplace version: \`${{ steps.metadata.outputs.version_label }}\`" diff --git a/microsoft-foundry/.github/plugin/plugin.json b/microsoft-foundry/.github/plugin/plugin.json index 9babde4..169d3a7 100644 --- a/microsoft-foundry/.github/plugin/plugin.json +++ b/microsoft-foundry/.github/plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "microsoft-foundry", - "description": "Interactive Copilot canvas for designing, configuring, testing and deploying hosted agents to Microsoft Foundry.", + "description": "Skills and interactive Copilot canvas for designing, configuring, testing and deploying agents to Microsoft Foundry.", "version": "1.0.2", "author": { "name": "Microsoft", From 1ba814a4659e2808b42bc499b37083d4d1df3989 Mon Sep 17 00:00:00 2001 From: Qinen Zhu Date: Thu, 23 Jul 2026 17:38:59 +0800 Subject: [PATCH 2/3] docs: update microsoft-foundry README title Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: cb64d939-2ee4-4adb-a418-4cd6b6d92959 --- microsoft-foundry/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsoft-foundry/README.md b/microsoft-foundry/README.md index 3e442e0..497b9c5 100644 --- a/microsoft-foundry/README.md +++ b/microsoft-foundry/README.md @@ -1,4 +1,4 @@ -# Microsoft Foundry +# Microsoft Foundry Canvas A GitHub Copilot App canvas extension for designing Microsoft Foundry hosted agents from a side panel. It combines live Foundry project discovery with From 84da08a3b73ab4031fae1a393614ad337eeccb69 Mon Sep 17 00:00:00 2001 From: Qinen Zhu Date: Thu, 23 Jul 2026 17:59:41 +0800 Subject: [PATCH 3/3] chore: bump microsoft-foundry plugin version to 1.0.3 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: cb64d939-2ee4-4adb-a418-4cd6b6d92959 --- microsoft-foundry/.github/plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsoft-foundry/.github/plugin/plugin.json b/microsoft-foundry/.github/plugin/plugin.json index 169d3a7..d50dcf1 100644 --- a/microsoft-foundry/.github/plugin/plugin.json +++ b/microsoft-foundry/.github/plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "microsoft-foundry", "description": "Skills and interactive Copilot canvas for designing, configuring, testing and deploying agents to Microsoft Foundry.", - "version": "1.0.2", + "version": "1.0.3", "author": { "name": "Microsoft", "url": "https://github.com/microsoft"