fix(plugins): bump memory plugin versions after workspace peer update#3126
Merged
Conversation
bdf3580 to
a7777d4
Compare
yufeng201
approved these changes
Jul 10, 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.
Description
Bump the versioned OpenViking memory plugins affected by the workspace-derived peer ID change in #3099.
#3099 added workspace peer routing without changing plugin versions. Version-based caches could therefore keep serving older plugin snapshots, and the OpenCode release workflow skipped publishing because
@openviking/opencode-plugin@0.2.0already existed.Related Issue
Follow-up to #3099.
Type of Change
Changes Made
0.4.0to0.4.1.0.7.0to0.7.1.0.2.0to0.2.1.package.jsonandpackage-lock.jsonmetadata in sync.The pi extension has no independent version field, so it does not require a version change.
Testing
Validation:
npm run check --prefix examples/opencode-pluginnpm test --prefix examples/opencode-plugin— 14 passedgit diff --checkChecklist
Screenshots (if applicable)
Not applicable.
Additional Notes
The version files were audited from the #3099 merge commit through the latest
main; none had received a later version bump. No runtime code changes are included.