Upgrade microsoft-foundry plugin to 1.0.11 - #2930
Open
qinezh wants to merge 1 commit into
Open
Conversation
Contributor
🔒 PR Risk Scan ResultsScanned 2 changed file(s).
✅ No matching risk patterns were detected in changed files.
|
Contributor
|
| Plugin | spec compliance (non-blocking) | vally lint | install smoke test | version match | ref/sha consistency | canvas structure | overall | source tree |
|---|---|---|---|---|---|---|---|---|
| microsoft-foundry | ✅ pass | ✅ pass | ✅ pass | ⚪ not_run | ✅ pass | ✅ pass | 553365e9b0193a740daa293e6716415939f804e7 |
Gate output details
microsoft-foundry - spec compliance (⚠️ warning)
Agent Plugins v1.0.0 manifest warnings:
- manifest location is ".github/plugin/plugin.json"; expected "plugin.json" at plugin root
- $schema should be "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json"
- field "extensions" must be an object when provided
- top-level field "logo" is not part of Agent Plugins v1.0.0
- schema validation: manifest must have required property '$schema'
- schema validation: manifest must NOT have additional properties
- schema validation: /extensions must be object
microsoft-foundry - vally lint (✅ pass)
0 skill(s) linted
microsoft-foundry - install smoke test (✅ pass)
Install smoke test succeeded. Verified /tmp/external-plugin-quality-CBW6q0/copilot-home/.copilot/installed-plugins/external-plugin-intake/microsoft-foundry/.github/plugin/plugin.json.
microsoft-foundry - version match (pass)
- 553365e9b0193a740daa293e6716415939f804e7: matched version "1.0.11" at "microsoft-foundry/.github/plugin/plugin.json".
microsoft-foundry - ref/sha consistency (not_run)
Ref/SHA consistency gate skipped because one of source.ref or source.sha was not provided.
microsoft-foundry - canvas structure (pass)
- 553365e9b0193a740daa293e6716415939f804e7: found "microsoft-foundry/extensions" with entry point "microsoft-foundry/extensions/microsoft-foundry/extension.mjs".
- microsoft-foundry: spec=warning, vally-lint=pass, install-smoke=pass, version-match=pass, ref-sha-consistency=not_run, canvas-structure=pass, overall=pass
Contributor
There was a problem hiding this comment.
🔵 Needs a closer look
External plugin quality gates and maintainer source review are still pending.
Pull request overview
Updates the existing Microsoft Foundry external plugin listing to version 1.0.11.
Changes:
- Updates the pinned version and immutable source commit.
- Synchronizes the generated marketplace entry.
File summaries
| File | Description |
|---|---|
plugins/external.json |
Updates plugin version and source SHA. |
.github/plugin/marketplace.json |
Mirrors the updated external listing. |
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.
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
Upgrades the external
microsoft-foundryplugin from version1.0.10to1.0.11using source commit553365e9b0193a740daa293e6716415939f804e7.Regenerates
.github/plugin/marketplace.jsonfrom the updated external plugin catalog.Type of Contribution
Validation
1.0.11.npm startbash eng/fix-line-endings.shnpm run plugin:validategit diff --checkAdditional Notes
This updates a previously approved external plugin listing. The source repository remains
microsoft/foundry-dev-tools, and the plugin path remainsmicrosoft-foundry.By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.