QVAC-19908 chore: release sdk + bare-sdk 0.13.4 — recover Qwen hybrid tool-call frames#2681
Merged
simon-iribarren merged 1 commit intoJun 18, 2026
Conversation
NamelsKing
previously approved these changes
Jun 18, 2026
Fix-only patch release: recover malformed Qwen hybrid tool-call frames (tetherto#2677). Bumps @qvac/sdk and @qvac/bare-sdk to 0.13.4 and adds the 0.13.4 changelog.
92da258 to
8fbb222
Compare
Contributor
QVAC E2E —
|
Contributor
Contributor
QVAC E2E —
|
Contributor
QVAC E2E —
|
Contributor
opaninakuffo
approved these changes
Jun 18, 2026
lauripiisang
approved these changes
Jun 18, 2026
arun-mani-j
approved these changes
Jun 18, 2026
Contributor
Author
|
/review |
Contributor
Tier-based Approval Status |
024e3a4
into
tetherto:release-sdk-0.13.4
39 of 45 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?
Publishes
@qvac/sdk+@qvac/bare-sdk0.13.4, a fix-only patch release.It recovers malformed Qwen hybrid tool-call frames (#2677), which downstream
agentic consumers (the opencode-plugin / ai-sdk-provider path) are waiting on.
This release is intentionally scoped to only the tool-call fix: the branch is
based on the previous release point (
sdk-v0.13.3) with #2677 cherry-picked ontop, so other work already merged to
main(e.g.subscribeServerLogs, inputvalidation errors, TTS test changes) is not included here and will ship in a
later release.
📝 How does it solve it?
sdk-v0.13.3+ cherry-pick of QVAC-19908 fix: recover Qwen hybrid tool-call frames #2677 (-x), so the publishedtree is
0.13.3plus only the parser fix.versionfield inpackages/sdk/package.jsonandpackages/bare-sdk/package.jsonfrom0.13.3→0.13.4(lockstep).packages/sdk/changelog/0.13.4/(CHANGELOG.md,CHANGELOG_LLM.md) andprepends the aggregated
0.13.4entry topackages/sdk/CHANGELOG.md.NOTICEfiles are unchanged and were notregenerated.
release-sdk-0.13.4triggers the GPR publish; the npm publishfollows once the companion backmerge PR lands on
main.🧪 How was it tested?
node scripts/sdk/generate-changelog-sdk-pod.cjs --package=sdk(base tagsdk-v0.13.3); it resolves to exactly one PR (QVAC-19908 fix: recover Qwen hybrid tool-call frames #2677).mainas PR QVAC-19908 fix: recover Qwen hybrid tool-call frames #2677.