Skip to content

Adding logic to render external plugins with canvases in the canvas gallery#2323

Merged
aaronpowell merged 3 commits into
mainfrom
external-plugin-canvas-rendering
Jul 16, 2026
Merged

Adding logic to render external plugins with canvases in the canvas gallery#2323
aaronpowell merged 3 commits into
mainfrom
external-plugin-canvas-rendering

Conversation

@aaronpowell

Copy link
Copy Markdown
Contributor

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have read and followed the Guidance for submissions involving paid services.
  • My contribution adds a new instruction, prompt, agent, skill, workflow, or canvas extension file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, skill, workflow, or canvas extension with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.
  • I am targeting the main branch for this pull request.

Description


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • New agentic workflow.
  • New canvas extension.
  • Update to existing instruction, prompt, agent, plugin, skill, workflow, or canvas extension.
  • Other (please specify):

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

Copilot AI review requested due to automatic review settings July 16, 2026 07:41

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds external canvas plugins to the website’s canvas gallery.

Changes:

  • Reads validated external plugin metadata.
  • Generates gallery entries, preview URLs, source links, and filters.
  • Deduplicates external entries against existing extensions.
Show a summary per file
File Description
eng/generate-website-data.mjs Adds external canvas discovery and manifest generation.

Review details

  • Files reviewed: 1/1 changed files
  • Comments generated: 3
  • Review effort level: Medium

Comment thread eng/generate-website-data.mjs
Comment thread eng/generate-website-data.mjs Outdated
Comment thread eng/generate-website-data.mjs
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: db85480e-d839-4f69-8271-08f8cc845596
Copilot AI review requested due to automatic review settings July 16, 2026 07:55

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review details

  • Files reviewed: 1/1 changed files
  • Comments generated: 2
  • Review effort level: Medium

Comment thread eng/generate-website-data.mjs Outdated
Comment thread eng/generate-website-data.mjs Outdated
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: db85480e-d839-4f69-8271-08f8cc845596
Copilot AI review requested due to automatic review settings July 16, 2026 08:14
@github-actions github-actions Bot added the website-update PR touches website content or code label Jul 16, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review details

  • Files reviewed: 3/3 changed files
  • Comments generated: 2
  • Review effort level: Medium

}
<button
${
!item.external
<PluginInstall
slot="install"
isExternal={true}
externalSource={externalSource || null}
@aaronpowell
aaronpowell merged commit f0da81e into main Jul 16, 2026
18 of 19 checks passed
@aaronpowell
aaronpowell deleted the external-plugin-canvas-rendering branch July 16, 2026 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

website-update PR touches website content or code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants