Upgrade microsoft-foundry plugin to 1.0.10 - #2891
Merged
aaronpowell merged 1 commit intoSep 2, 2026
Merged
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 | e0199e45c066a2c96f3f3342d5960b227324f05a |
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-bcjzm7/copilot-home/.copilot/installed-plugins/external-plugin-intake/microsoft-foundry/.github/plugin/plugin.json.
microsoft-foundry - version match (pass)
- e0199e45c066a2c96f3f3342d5960b227324f05a: matched version "1.0.10" 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)
- e0199e45c066a2c96f3f3342d5960b227324f05a: 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
The pinned external source could not be independently inspected, and its quality gates remain pending.
Pull request overview
Updates the external microsoft-foundry plugin to version 1.0.10 at a new pinned commit.
Changes:
- Updates the catalog version and SHA.
- Synchronizes the generated marketplace entry.
File summaries
| File | Description |
|---|---|
plugins/external.json |
Updates the external plugin source metadata. |
.github/plugin/marketplace.json |
Mirrors the catalog update in generated output. |
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.
aaronpowell
approved these changes
Sep 2, 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
Upgrades the external
microsoft-foundryplugin from version1.0.9to1.0.10using source commite0199e45c066a2c96f3f3342d5960b227324f05a.Regenerates
.github/plugin/marketplace.jsonfrom the updated external plugin catalog.Type of Contribution
Validation
1.0.10.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.