QVAC-19908 chore: release opencode-plugin 0.1.0#2676
Merged
simon-iribarren merged 3 commits intoJun 19, 2026
Merged
Conversation
… ai-sdk 0.2.2 / cli 0.7 (tetherto#2654) * infra: add @qvac/opencode-plugin release pipeline (QVAC-19908) Add the package CI/CD workflow and 0.1.0 changelog artifacts so @qvac/opencode-plugin can build, publish to npm/GPR, and create a GitHub Release from a release-opencode-plugin-* branch. The publish-release-npm job is gated by a verify-release-notes job that runs the same CHANGELOG extraction contract as create-github-release.yml, so a missing or malformed "## [<version>]" section fails before npm publishes rather than after. * chore: target ai-sdk-provider 0.2.2 and cli 0.7 in opencode-plugin (QVAC-19908) Bump @qvac/ai-sdk-provider to ^0.2.2 (whose @qvac/cli peer range is ^0.6.0 || ^0.7.0) and @qvac/cli to ^0.7.0 so the managed host runs the current CLI line and installs cleanly without ERESOLVE. Pin toolsMode: "static" in the managed serve config so the OpenAI-compatible client surface is explicit across CLI versions; the invalid "auto" value otherwise leaves the serve with no loaded model. Update README and changelog requirement references to match. * doc: drop empty Unreleased section from opencode-plugin changelog
opaninakuffo
previously approved these changes
Jun 17, 2026
lauripiisang
previously approved these changes
Jun 17, 2026
0dff076
…908)" This reverts commit 0dff076.
opaninakuffo
approved these changes
Jun 18, 2026
arun-mani-j
approved these changes
Jun 19, 2026
Contributor
Author
|
/review |
Contributor
Review StatusCurrent Status: ✅ APPROVED |
Contributor
Tier-based Approval Status |
Proletter
approved these changes
Jun 19, 2026
Contributor
|
review |
bb99ee6
into
tetherto:release-opencode-plugin-0.1.0
5 of 8 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/opencode-plugin@0.1.0release once the lower-level Qwen tool-call parser fix is available through the SDK/CLI stack.@qvac/ai-sdk-provider@^0.2.2and@qvac/cli@^0.7.0.📝 How does it solve it?
release-opencode-plugin-0.1.0branch.CHANGELOG.mdentry,changelog/0.1.0files, updated README requirements, and the CLI 0.7 static tools-mode setting.General CI/CD (opencode-plugin)onrelease-opencode-plugin-0.1.0and publish@qvac/opencode-plugin@0.1.0via the npm release job.🧪 How was it tested?
General CI/CD (opencode-plugin)passing onmain.@qvac/opencode-plugin@0.1.0,@qvac/ai-sdk-provider@^0.2.2, and@qvac/cli@^0.7.0.npm view @qvac/opencode-plugin@0.1.0still returns 404 before this release, so the version is not already published.