chore[notask]: release @qvac/openclaw-plugin 0.2.1 - #3996
Merged
opaninakuffo merged 2 commits intoAug 25, 2026
Merged
Conversation
Dependency floor alignment for the @qvac/cli 0.12 line. No plugin behaviour changes. - version 0.2.0 -> 0.2.1 (package.json + openclaw.plugin.json) - @qvac/cli dependency ^0.11.0 -> ^0.12.0 - changelog/0.2.1/ (CHANGELOG.md, CHANGELOG_LLM.md) - aggregated CHANGELOG.md rebuilt
Contributor
License compliance — cleanNo new dependency license findings in this PR. 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):
|
Victor-Rodzko
previously approved these changes
Aug 21, 2026
opaninakuffo
previously approved these changes
Aug 24, 2026
The 0.2.1 notes claimed nothing changes for users. That was wrong: createQvacServeModels writes every catalog model with preload: entry.id === options.model, so the 7 non-selected models were preload:false. On CLI 0.11 those never loaded and returned 503 model_not_ready forever, making model switching in OpenClaw fail. CLI 0.12 lazy-loads them on first request. - CHANGELOG.md: add the fix entry - CHANGELOG_LLM.md: lead with the model-switching fix - aggregated CHANGELOG.md rebuilt
simon-iribarren
dismissed stale reviews from opaninakuffo and Victor-Rodzko
via
August 24, 2026 11:41
69731e4
opaninakuffo
marked this pull request as ready for review
August 25, 2026 11:15
Contributor
Review StatusCurrent Status: ❌ PENDING Pending reviews: Needs 1 Management or Team Lead, and 1 more from Management, Team Lead, or Member. |
opaninakuffo
approved these changes
Aug 25, 2026
Victor-Rodzko
approved these changes
Aug 25, 2026
arun-mani-j
approved these changes
Aug 25, 2026
opaninakuffo
merged commit Aug 25, 2026
441140f
into
release-openclaw-plugin-0.2.1
15 of 16 checks passed
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?
@qvac/openclaw-pluginpins@qvac/cliat^0.11.0. With CLI 0.12.0 cutting (chore[notask]: release @qvac/cli 0.12.0 #3990), that range no longer resolves to the host the bundledlocal-service.jslauncher should start, and a 0.x caret does not cross a minor.cli→ai-sdk-provider→opencode-plugin/openclaw-plugin).📝 How does it solve it?
plugins/openclaw/package.json— version0.2.0→0.2.1plugins/openclaw/package.json—@qvac/cli^0.11.0→^0.12.0plugins/openclaw/openclaw.plugin.json— manifestversion0.2.0→0.2.1plugins/openclaw/changelog/0.2.1/—CHANGELOG.md,CHANGELOG_LLM.mdplugins/openclaw/CHANGELOG.md— aggregate rebuilt (6 versions)@qvac/ai-sdk-providerstays at^0.6.0— the caret already covers the 0.6.1 peer-range release (#3992).Patch bump per the 0.x policy: no source change has landed in this package since 0.2.0 — the only commit touching it is its own
[skiplog]backmerge (#3842) — so this is dependency-floor alignment only, with no[bc]/[api]surface move and nobreaking.md. Unlike the OpenCode plugin in this same cascade (#3994), OpenClaw had notoolsModepin to drop, so there is no code change and no host-pairing break to document.The changelog was hand-authored: with the only in-range commit carrying
[skiplog], the generator has nothing to emit.README.mdis unchanged. Its "older than 0.11.0" mention describes the launcher's runtime CLI-version detection and--api-keyfallback, which is still accurate — it is not a dependency-floor statement.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?
prettier --checkclean onchangelog/0.2.1/**/*.md,CHANGELOG.md, andopenclaw.plugin.json.package.jsonandopenclaw.plugin.json) are both at0.2.1.