QVAC-24065 chore[mod]: release @qvac/ai-sdk-provider 0.8.0 - #4547
Draft
opaninakuffo wants to merge 4 commits into
Draft
opaninakuffo wants to merge 4 commits into
opaninakuffo wants to merge 4 commits into
Conversation
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):
|
Provider constants.ts is public API. 0.8.0 adds 126 names and removes 118; the notes only showed the first few.
simon-iribarren
previously approved these changes
Sep 18, 2026
… AI SDK provider The provider keeps its own copy of the model-naming pipeline and did not pick up the NEMOTRON variant branch, so it generated PARAKEET_0_6B_* for registry paths the SDK contract exports as PARAKEET_NEMOTRON_0_6B_*. No compatibility alias: 0.7.0 never exported PARAKEET_0_6B_*. (cherry picked from commit b6c9b76)
0.7.0 never exported PARAKEET_0_6B_*; the catalog adds PARAKEET_NEMOTRON_0_6B_* to match the SDK contract.
simon-iribarren
approved these changes
Sep 18, 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?
Cuts
@qvac/ai-sdk-provider0.8.0 fromrelease-ai-sdk-provider-0.8.0. Follows@qvac/cli0.14.0. Changelog base is the 0.7.0 backmerge0c0611509.Metadata only. Do not publish until
@qvac/cli@0.14.0is on npm.📝 How does it solve it?
0.7.0→0.8.0; peer@qvac/cli^0.13.0→^0.14.0#4234VAE export names,#4384catalog.#3543skipped (invalid PR title / nx infra)constants.tsis public API: 126 added / 118 removed vs 0.7.0#4587: Nemotron Parakeet constants namedPARAKEET_NEMOTRON_0_6B_*(0.7.0 never exportedPARAKEET_0_6B_*)^0.14.0NOTICE was not regenerated (JS-only package; no model scan).
🧪 How was it tested?
--package=ai-sdk-provider --base-commit=0c0611509 --base-version=0.7.0 --release-type=minorprettier --checkon changelog + READMEtest/update-models-naming.test.ts: 12 pass after#4587💥 Breaking Changes
BEFORE:
{ "peerDependencies": { "@qvac/cli": "^0.13.0" } }AFTER:
{ "peerDependencies": { "@qvac/cli": "^0.14.0" } }Exported
constants.tsnames are the provider API. 0.8.0 removes 118 of them (OCR recognizer/detector aliases,PARAKEET_TDT_*splits, allTTS_SUPERTONIC*exports, and other TTS/Parakeet CTC identifiers). Importing those names from 0.7.0 will not compile.📦 Models
Added models
Removed models