Skip to content

chore[notask]: release @qvac/openclaw-plugin 0.2.1 - #3996

Merged
opaninakuffo merged 2 commits into
release-openclaw-plugin-0.2.1from
chore/openclaw-plugin-0.2.1-changelog
Aug 25, 2026
Merged

chore[notask]: release @qvac/openclaw-plugin 0.2.1#3996
opaninakuffo merged 2 commits into
release-openclaw-plugin-0.2.1from
chore/openclaw-plugin-0.2.1-changelog

Conversation

@simon-iribarren

Copy link
Copy Markdown
Contributor

🎯 What problem does this PR solve?

  • @qvac/openclaw-plugin pins @qvac/cli at ^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 bundled local-service.js launcher should start, and a 0.x caret does not cross a minor.
  • Last package in the agent-stack cascade (cliai-sdk-provideropencode-plugin / openclaw-plugin).

📝 How does it solve it?

  • plugins/openclaw/package.json — version 0.2.00.2.1
  • plugins/openclaw/package.json@qvac/cli ^0.11.0^0.12.0
  • plugins/openclaw/openclaw.plugin.json — manifest version 0.2.00.2.1
  • plugins/openclaw/changelog/0.2.1/CHANGELOG.md, CHANGELOG_LLM.md
  • plugins/openclaw/CHANGELOG.md — aggregate rebuilt (6 versions)

@qvac/ai-sdk-provider stays 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 no breaking.md. Unlike the OpenCode plugin in this same cascade (#3994), OpenClaw had no toolsMode pin 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.md is unchanged. Its "older than 0.11.0" mention describes the launcher's runtime CLI-version detection and --api-key fallback, which is still accurate — it is not a dependency-floor statement.

No third-party dependency changed, so NOTICE is unchanged and was not regenerated.

Release-order note: publish only after @qvac/cli@0.12.0 is live on npm (which itself waits on @qvac/sdk@0.18.0).

🧪 How was it tested?

  • Release metadata only — no source changes, so no behavioural test surface.
  • prettier --check clean on changelog/0.2.1/**/*.md, CHANGELOG.md, and openclaw.plugin.json.
  • Confirmed the two version fields that must move together (package.json and openclaw.plugin.json) are both at 0.2.1.

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
@github-actions

github-actions Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

License compliance — clean

No 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):

  • ./.github/actions/release-merge-guard
  • ./docs/website
  • ./packages/ggml-coload-smoke
  • ./packages/fabric/test/integration
  • ./packages/inference-addon-cpp/mobile
  • ./packages/sdk/e2e
  • ./packages/llm-llamacpp/benchmarks/performance
  • ./packages/llm-llamacpp/benchmarks/server
  • ./packages/vla-ggml/sim/server
  • ./packages/embed-llamacpp/benchmarks/performance
  • ./packages/embed-llamacpp/benchmarks/server
  • ./packages/asr-ggml/benchmarks/server

Victor-Rodzko
Victor-Rodzko previously approved these changes Aug 21, 2026
opaninakuffo
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
@opaninakuffo
opaninakuffo marked this pull request as ready for review August 25, 2026 11:15
@opaninakuffo
opaninakuffo requested review from a team as code owners August 25, 2026 11:15
@github-actions

Copy link
Copy Markdown
Contributor

Review Status

Current Status: ❌ PENDING
Approvals so far: none

Pending reviews: Needs 1 Management or Team Lead, and 1 more from Management, Team Lead, or Member.

@opaninakuffo
opaninakuffo merged commit 441140f into release-openclaw-plugin-0.2.1 Aug 25, 2026
15 of 16 checks passed
@opaninakuffo
opaninakuffo deleted the chore/openclaw-plugin-0.2.1-changelog branch August 25, 2026 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants