chore[notask]: release @qvac/opencode-plugin 0.3.0 - #3994
Draft
simon-iribarren wants to merge 1 commit into
Draft
Conversation
Pairs the plugin with the @qvac/cli 0.12 line. - version 0.2.0 -> 0.3.0 - @qvac/cli dependency ^0.11.0 -> ^0.12.0 - README requirements updated (CLI 0.12, SDK 0.18 runtime) - changelog/0.3.0/ (CHANGELOG.md, CHANGELOG_LLM.md, breaking.md) - aggregated CHANGELOG.md rebuilt
Contributor
License compliance — findings detected (warn-only)Critical: 0 · High: 1 · Medium: 0
How to resolve a blocking finding:
Warn-only (shadow) mode — this check does not block merges yet. Updated automatically by the canonical license compliance workflow. NOTICE presence (advisory)Missing NOTICE (advisory, does not block):
|
This was referenced Aug 21, 2026
Victor-Rodzko
approved these changes
Aug 21, 2026
opaninakuffo
approved these changes
Aug 24, 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.
🎯 What problem does this PR solve?
toolsMode: 'static'on the managed serve's model config. That change is unreleased.toolsModerather than ignoring it, a0.2.xplugin cannot drive a@qvac/cli0.12 /@qvac/sdk0.18 serve. The plugin needs a release whose manifest ties it to the new host.cli→ai-sdk-provider→opencode-plugin/openclaw-plugin).📝 How does it solve it?
plugins/opencode/package.json— version0.2.0→0.3.0plugins/opencode/package.json—@qvac/cli^0.11.0→^0.12.0plugins/opencode/README.md— Requirements now name CLI^0.12.0/ SDK 0.18 runtimeplugins/opencode/changelog/0.3.0/—CHANGELOG.md,CHANGELOG_LLM.md,breaking.mdplugins/opencode/CHANGELOG.md— aggregate rebuilt (5 versions)@qvac/ai-sdk-providerstays at^0.6.0— the caret already covers the 0.6.1 peer-range release (#3992), so no floor move is needed.Minor bump per the 0.x policy: the required
@qvac/clifloor crosses a minor, and 0.x carets do not cross minors, so consumers pinned to CLI 0.11 are affected.On the changelog wording: the generator rendered #3380 under Features using the SDK-side PR title, and produced a
breaking.mdcopied from the SDK's migration example plus that PR's internal release-coordination notes and an Asana link. Both were rewritten to describe the plugin's change. #3380 states outright that the plugin-side edit is behaviour-neutral (staticwas already the default), so this release is titledchore[notask], not[bc]— the plugin's own surface does not break.breaking.mdis kept, scoped to the one thing that genuinely breaks for installers: the plugin and host must now move together.No third-party dependency changed, so
NOTICEis unchanged and was not regenerated.Release-order note: publish only after
@qvac/cli@0.12.0is live on npm (which itself waits on@qvac/sdk@0.18.0).🧪 How was it tested?
toolsModepin) already merged and was tested in QVAC-22567 feat[bc]: remove SDK dynamic tools mode (toolsMode) #3380.prettier --checkclean onchangelog/0.3.0/**/*.md,CHANGELOG.md, andREADME.md.ai@^7.0.0and@ai-sdk/openai-compatible@^3.0.0, matching the provider'sai@^7.0/^3.0peers.