Skip to content

Update upgrade-agent plugin to 1.1.514 - #3010

Open
anvillan wants to merge 1 commit into
github:mainfrom
tlmii:anvillan/update-upgrade-agent-1.1.514
Open

Update upgrade-agent plugin to 1.1.514#3010
anvillan wants to merge 1 commit into
github:mainfrom
tlmii:anvillan/update-upgrade-agent-1.1.514

Conversation

@anvillan

Copy link
Copy Markdown
Contributor

Automated version bump of the upgrade-agent external plugin entry from UpgradeAssistant build 2026-09-09-20260909.2 (version 1.1.514). Pinned to tag v1.1.514 / commit edfa6465916b5f4b9c6f8ca558b69518621ab810 in microsoft/upgrade-agent-plugins.

Copilot AI balanced review requested due to automatic review settings September 10, 2026 04:29
@github-actions github-actions Bot added external-plugin Public external plugin submission plugin PR touches plugins labels Sep 10, 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 requires-submitter-fixes Submission has quality-gate findings that submitter must fix before maintainer review label Sep 10, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🛑 External plugin PR checks failed (submitter fixes required)

  • Changed entries detected: 1
  • Workflow state label: requires-submitter-fixes
  • Status legend: ✅ pass · ⚠️ warning · 🛑 fail

Per-plugin quality summary

Plugin spec compliance (non-blocking) vally lint install smoke test version match ref/sha consistency canvas structure overall source tree
upgrade-agent ⚠️ warning 🛑 fail ✅ pass ✅ pass ✅ pass 🛑 fail 🛑 fail edfa6465916b5f4b9c6f8ca558b69518621ab810

Gate output details

upgrade-agent - spec compliance (⚠️ warning)

Agent Plugins v1.0.0 manifest warnings:
- $schema should be "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json"
- top-level field "logo" is not part of Agent Plugins v1.0.0
- top-level field "hooks" 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: manifest must NOT have additional properties
upgrade-agent - vally lint (🛑 fail)

❌ aspire-integration (1/2 checks passed, 1 failed)
    ✗ [spec-compliance] 1 of 1 skill(s) have spec violations.
        ✗ spec-compliance: Spec checks failed.
            ✗ Metadata values must be strings. Non-string values found for key(s): weight, scenarioTraitsSet.
    ✓ [valid-refs] All file references across 1 skill(s) are valid.
        ✓ valid-refs: All file references resolve to existing files within the skill directory.
❌ aspire-version-upgrade (0/2 checks passed, 2 failed)
    ✗ [spec-compliance] 1 of 1 skill(s) have spec violations.
        ✗ spec-compliance: Spec checks failed.
            ✗ Metadata values must be strings. Non-string values found for key(s): weight, scenarioTraitsSet.
    ✗ [valid-refs] 1 of 1 skill(s) have invalid file references.
        ✗ valid-refs: Found 2 invalid file reference(s): ../aspire-integration/SKILL.md (outside-skill-dir) at line 21, ../aspire-integration/aspire-cli.md (outside-skill-dir) at line 195.
❌ azure-functions-upgrade (1/2 checks passed, 1 failed)
    ✗ [spec-compliance] 1 of 1 skill(s) have spec violations.
        ✗ spec-compliance: Spec checks failed.
            ✗ Metadata values must be strings. Non-string values found for key(s): scenarioTraitsSet.
    ✓ [valid-refs] All file references across 1 skill(s) are valid.
        ✓ valid-refs: All file references resolve to existing files within the skill directory.
❌ azure-migrate (1/2 checks passed, 1 failed)
    ✗ [spec-compliance] 1 of 1 skill(s) have spec violations.
        ✗ spec-compliance: Spec checks failed.
            ✗ Metadata values must be strings. Non-string values found for key(s): weight, scenarioTraitsSet.
    ✓ [valid-refs] All file references across 1 skill(s) are valid.
        ✓ valid-refs: All file references resolve to existing files within the skill directory.
❌ dotnet-arm64-migration (1/2 checks passed, 1 failed)
    ✗ [spec-compliance] 1 of 1 skill(s) have spec violations.
        ✗ spec-compliance: Spec checks
...output truncated...
upgrade-agent - install smoke test (✅ pass)

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

- v1.1.514: matched version "1.1.514" at "plugins/upgrade-agent/plugin.json".
- edfa6465916b5f4b9c6f8ca558b69518621ab810: matched version "1.1.514" at "plugins/upgrade-agent/plugin.json".
upgrade-agent - ref/sha consistency (pass)

source.ref "v1.1.514" resolves to the same commit as source.sha "edfa6465916b5f4b9c6f8ca558b69518621ab810".
upgrade-agent - canvas structure (fail)

- v1.1.514: missing required canvas extension directory "plugins/upgrade-agent/com.github.copilot/extensions".
- edfa6465916b5f4b9c6f8ca558b69518621ab810: missing required canvas extension directory "plugins/upgrade-agent/com.github.copilot/extensions".
- upgrade-agent: spec=warning, vally-lint=fail, install-smoke=pass, version-match=pass, ref-sha-consistency=pass, canvas-structure=fail, overall=fail

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.

Copilot review overview

🟢 Approval recommended

The version, tag, and commit pin are consistent across both changed files.

Review tier: Balanced
Findings: None

What changed in this PR

Updates the external Upgrade Agent plugin to version 1.1.514.

Changes:

  • Updates the version, tag, and pinned commit.
  • Synchronizes the generated marketplace entry.
File Description
plugins/​external.json Updates the external plugin source metadata.
.github/​plugin/​marketplace.json Mirrors the updated marketplace metadata.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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.

3 participants