From 17cd9ee68d49eb4547c45831cf3eea08f2c12916 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 04:44:14 +0000 Subject: [PATCH] Add external plugin radius (#2926) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/plugin/marketplace.json | 28 ++++++++++++++++++++++++++++ plugins/external.json | 28 ++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index ffeb4cfa..f5b18d93 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -1370,6 +1370,34 @@ "description": "Complete toolkit for building Model Context Protocol (MCP) servers in Python using the official SDK with FastMCP. Includes instructions for best practices, a prompt for generating servers, and an expert chat mode for guidance.", "version": "1.0.0" }, + { + "name": "radius", + "description": "Model, visualize, and deploy applications with Radius from the GitHub Copilot app and CLI.", + "version": "0.1.0", + "author": { + "name": "Radius", + "url": "https://radapp.io" + }, + "repository": "https://github.com/radius-project/ai-extensions", + "homepage": "https://radapp.io", + "license": "Apache-2.0", + "keywords": [ + "radius", + "radapp", + "app-modeling", + "bicep", + "application-graph", + "deploy", + "canvas" + ], + "source": { + "source": "github", + "repo": "radius-project/ai-extensions", + "path": "plugins/radius", + "ref": "radius@0.1.0", + "sha": "a8648fb0df79caa6233b017634445154f1c85b76" + } + }, { "name": "rayfin", "description": "Getting-started router skill for Rayfin - scaffold a new app with the Rayfin CLI, then use the version-locked skill installed in the project.", diff --git a/plugins/external.json b/plugins/external.json index e726b165..afd857b4 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -940,6 +940,34 @@ "ref": "v2.1.0" } }, + { + "name": "radius", + "description": "Model, visualize, and deploy applications with Radius from the GitHub Copilot app and CLI.", + "version": "0.1.0", + "author": { + "name": "Radius", + "url": "https://radapp.io" + }, + "repository": "https://github.com/radius-project/ai-extensions", + "homepage": "https://radapp.io", + "license": "Apache-2.0", + "keywords": [ + "radius", + "radapp", + "app-modeling", + "bicep", + "application-graph", + "deploy", + "canvas" + ], + "source": { + "source": "github", + "repo": "radius-project/ai-extensions", + "path": "plugins/radius", + "ref": "radius@0.1.0", + "sha": "a8648fb0df79caa6233b017634445154f1c85b76" + } + }, { "name": "rayfin", "description": "Getting-started router skill for Rayfin - scaffold a new app with the Rayfin CLI, then use the version-locked skill installed in the project.",