Hotfix: sync Claude/Codex adapter manifest versions to 0.6.1 - #179
Merged
Conversation
The Agent Plugins 1.0 package migration bumped plugins/winui/agent-plugin/plugin.json, .github/plugin/marketplace.json, and .claude-plugin/marketplace.json to 0.6.0, but left plugins/winui/.claude-plugin/plugin.json and plugins/winui/.codex-plugin/plugin.json at 0.3.0 -- neither the release helper nor CI tracked them. This blocks the Claude Code plugin submission in MARKETPLACE-DISTRIBUTION.md, which requires the Claude adapter manifest to carry the release version. - Bump all 7 version fields to 0.6.1 (patch, per the hotfix path in CONTRIBUTING.md -- no user-facing behavior changed). - Add the two adapter manifests to open-release-pr.ps1's Set-JsonField calls so future releases keep them in sync automatically. - Add the two adapter manifests to the version-sync and version-bump CI jobs in release-policy.yml (now checks 7 fields, not 5). - version-bump's main-side drift check stays advisory (::warning::, no exit) rather than hard-failing: Rule 1 already forces all 7 PR-head fields into sync, and a hard fail on main-side drift would deadlock this exact corrective PR against the inconsistency it's fixing. - Update RELEASING.md/CONTRIBUTING.md field counts and CHANGELOG.md. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Niels Laute (niels9001)
force-pushed
the
hotfix/sync-adapter-versions
branch
from
September 9, 2026 13:18
7406da5 to
54c3581
Compare
This was referenced Sep 9, 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.
Summary
Catches up two version fields that fell out of sync during the Agent Plugins 1.0 package migration, and closes the gap that let it happen.