Skip to content

Update foundry-agent-canvas version to 1.0.2#2372

Open
qinezh wants to merge 1 commit into
github:mainfrom
qinezh:main
Open

Update foundry-agent-canvas version to 1.0.2#2372
qinezh wants to merge 1 commit into
github:mainfrom
qinezh:main

Conversation

@qinezh

@qinezh qinezh commented Jul 21, 2026

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 21, 2026 05:19
@qinezh
qinezh requested a review from aaronpowell as a code owner July 21, 2026 05:19
@github-actions github-actions Bot added external-plugin Public external plugin submission plugin PR touches plugins labels Jul 21, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🔒 PR Risk Scan Results

Scanned 2 changed file(s).

Severity Count
🔴 High 0
🟠 Medium 0
ℹ️ Info 0

✅ No matching risk patterns were detected in changed files.

This is an automated soft-gate report. Findings indicate review targets and do not block merge by themselves.

@github-actions github-actions Bot added the awaiting-review Submission is waiting for automated intake validation label Jul 21, 2026
@github-actions

github-actions Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

⚠️ External plugin PR checks require submitter fixes

  • Changed entries detected: 1
  • Workflow state label: requires-submitter-fixes

Per-plugin quality summary

Plugin vally lint install smoke test version match canvas structure overall source tree
foundry-agent-canvas pass pass pass fail fail 4f2d5fe02f6d89cac43e1a06de39c127cb53a55d

Gate output details

foundry-agent-canvas - vally lint (pass)

0 skill(s) linted
foundry-agent-canvas - install smoke test (pass)

Install smoke test succeeded. Verified /tmp/external-plugin-quality-nuaXio/copilot-home/.copilot/installed-plugins/external-plugin-intake/foundry-agent-canvas/.github/plugin/plugin.json.
foundry-agent-canvas - version match (pass)

- 4f2d5fe02f6d89cac43e1a06de39c127cb53a55d: matched version "1.0.2" at "foundry-agent-canvas/.github/plugin/plugin.json".
foundry-agent-canvas - canvas structure (fail)

- 4f2d5fe02f6d89cac43e1a06de39c127cb53a55d: missing required canvas extension entry point "foundry-agent-canvas/extensions/extension.mjs".
  • foundry-agent-canvas: vally-lint=pass, install-smoke=pass, version-match=pass, canvas-structure=fail, overall=fail

@github-actions github-actions Bot added requires-submitter-fixes Submission has quality-gate findings that submitter must fix before maintainer review and removed awaiting-review Submission is waiting for automated intake validation labels Jul 21, 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.

Pull request overview

Updates foundry-agent-canvas to version 1.0.2 and pins its matching upstream commit.

Changes:

  • Bumps the external plugin version and SHA.
  • Synchronizes generated marketplace metadata.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
plugins/external.json Updates canonical plugin metadata.
.github/plugin/marketplace.json Mirrors the updated marketplace entry.

@qinezh

qinezh commented Jul 21, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ External plugin PR checks require submitter fixes

foundry-agent-canvas - canvas structure (fail)


- 4f2d5fe02f6d89cac43e1a06de39c127cb53a55d: missing required canvas extension entry point "foundry-agent-canvas/extensions/extension.mjs".
  • foundry-agent-canvas: vally-lint=pass, install-smoke=pass, version-match=pass, canvas-structure=fail, overall=fail

@aaronpowell For the canvas structure check, the canvas entry point is at foundry-agent-canvas/extensions/foundry-agent-canvas/extension.mjs, not foundry-agent-canvas/extensions/extension.mjs. This layout was already used successfully in v1.0.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

external-plugin Public external plugin submission plugin PR touches plugins requires-submitter-fixes Submission has quality-gate findings that submitter must fix before maintainer review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants