From 7552653132fd87659a1cedc10c27193d22e3f128 Mon Sep 17 00:00:00 2001 From: Chris Caruso Date: Tue, 1 Sep 2026 10:33:48 -0700 Subject: [PATCH] chore(external): bump rayfin plugin to 0.4.0 Points the listed rayfin entry at plugin-v0.4.0. That release sources the getting-started template from the microsoft/awesome-rayfin gallery rather than a personal repository, and puts the documented scaffold command back on one line so it parses under PowerShell. marketplace.json is regenerated via npm run build. --- .github/plugin/marketplace.json | 4 ++-- plugins/external.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index ce585c8eb..c32ec50f7 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -1373,7 +1373,7 @@ { "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.", - "version": "0.3.0", + "version": "0.4.0", "author": { "name": "Microsoft", "url": "https://www.microsoft.com" @@ -1393,7 +1393,7 @@ "source": { "source": "github", "repo": "microsoft/rayfin", - "ref": "plugin-v0.3.0" + "ref": "plugin-v0.4.0" } }, { diff --git a/plugins/external.json b/plugins/external.json index 8c3442d1a..5db555c36 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -943,7 +943,7 @@ { "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.", - "version": "0.3.0", + "version": "0.4.0", "author": { "name": "Microsoft", "url": "https://www.microsoft.com" @@ -963,7 +963,7 @@ "source": { "source": "github", "repo": "microsoft/rayfin", - "ref": "plugin-v0.3.0" + "ref": "plugin-v0.4.0" } }, {