chore(external): bump rayfin plugin to 0.4.0 - #2896
Merged
Merged
Conversation
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.
Contributor
🔒 PR Risk Scan ResultsScanned 2 changed file(s).
✅ No matching risk patterns were detected in changed files.
|
Contributor
✅ External plugin PR checks passed
Per-plugin quality summary
Gate output detailsrayfin - spec compliance (✅ pass)rayfin - vally lint (✅ pass)rayfin - install smoke test (✅ pass)rayfin - version match (pass)rayfin - ref/sha consistency (not_run)rayfin - canvas structure (not_run) |
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The version and supported immutable tag are updated consistently across canonical and generated metadata.
Pull request overview
Updates the Rayfin external plugin listing to version 0.4.0 and refreshes generated marketplace metadata.
Changes:
- Bumps Rayfin from
0.3.0to0.4.0. - Updates the source tag to
plugin-v0.4.0.
File summaries
| File | Description |
|---|---|
plugins/external.json |
Updates canonical Rayfin metadata. |
.github/plugin/marketplace.json |
Updates generated marketplace metadata. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Contributor
|
/approve |
Contributor
|
D'oh, I thought the slash commands worked on PRs too 🤣 |
aaronpowell
approved these changes
Sep 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.mainbranch for this pull request.Description
Version bump for the already-listed
rayfinexternal plugin, approved in #2836. No new listing.version:0.3.0to0.4.0source.ref:plugin-v0.3.0toplugin-v0.4.0The new tag points at
0b06bcfonmicrosoft/rayfin's default branch.Two user-facing fixes ship in
0.4.0, both reported by a reviewer against the listed0.3.0:microsoft/awesome-rayfingallery instead of a personal repository, so the template it points users at is governed and carries its own license.\line continuation, which is a bash construct that PowerShell does not honor: the line fails to parse withMissing expression after unary operator '--', so the command died beforenpxran for anyone on Windows.The bundled getting-started skill also moves
0.1.0to0.2.0, since its documented behavior changed.Type of Contribution
Additional Notes
plugins/external.jsonis the only hand-edited file..github/plugin/marketplace.jsonis regenerated output fromnpm run build, not a manual edit.npm run plugin:validatepasses:external.json is valid (50 external plugins),All 99 plugins and the external catalog are valid.The diff is four lines, two per file, all within the
rayfinentry. Worth noting for review that"version": "0.3.0"appears three times inexternal.jsonacross unrelated listings, so the edit was scoped to therayfinentry rather than applied as a file-wide replacement.plugin-v0.4.0is a lightweight tag on a commit, matching howplugin-v0.3.0was cut.By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.