QVAC-22630 chore: release @qvac/model-fit 0.6.0 - #4008
Merged
simon-iribarren merged 1 commit intoAug 24, 2026
Conversation
Contributor
Review StatusCurrent Status: ❌ PENDING Pending reviews: Needs 1 Management or Team Lead, and 1 more from Management, Team Lead, or Member. |
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):
|
simon-iribarren
temporarily deployed
to
release
August 22, 2026 20:31 — with
GitHub Actions
Inactive
This was referenced Aug 23, 2026
opaninakuffo
approved these changes
Aug 24, 2026
Victor-Rodzko
approved these changes
Aug 24, 2026
simon-iribarren
temporarily deployed
to
release
August 24, 2026 15:12 — with
GitHub Actions
Inactive
simon-iribarren
added a commit
that referenced
this pull request
Aug 24, 2026
Resolves the conflict main created after this branch was cut, and reduces the backmerge to changelog-only. - packages/model-fit/package.json: keep main's 0.7.0. #3883 bumped main to 0.6.0 for the fabric b10297 sync and #4028 renamed that to 0.7.0 precisely because #4008 was claiming 0.6.0 for protocol v2. Main is therefore ahead of the version being released, and a backmerge must not regress it. - packages/model-fit/CHANGELOG.md: keep main's 0.7.0 section at the top and insert the released 0.6.0 section verbatim beneath it, so the history reads 0.7.0, 0.6.0, 0.5.0 and main records the protocol-v2 release it was missing.
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/model-fit0.5.0 is the published version, and #3930 has since merged tomain— the disposable-process protocol v2, the completion/embedding load normalization behind it, and the review fixes that came out of it. None of it is installable yet.📝 How does it solve it?
Bumps
packages/model-fit/package.jsonto0.6.0and records the release inpackages/model-fit/CHANGELOG.md. No source change.A minor bump, not a patch or a breaking one:
loadKind,encodeFitLlamaProcessRequest, and theFitLlamaResult/FitLlamaReasontypes carrying theunsupported-configoutcome.FitResultgainedunsupported-configand then lost it again inside QVAC-22630 feat[api]: add config normalization to model-fit addon #3930, both before release:index.d.tsonrelease-model-fit-0.5.0already declares the status-2 reasons as'model-unreadable' | 'no-backend-device', exactly what 0.6.0 ships.fitParams()'s contract is byte-identical to 0.5.0's.🧪 How was it tested?
Verified at the merge commit before cutting the branch:
ctest --test-dir build --output-on-failure— 3/3npm run test:process—process.test.js21/21,llama-config.test.js17/17 (328 asserts)bare test/integration/fit.test.js— 27/27 against a real GGUFnpm run test:node— 2/2npm run test:types— typecheck, declaration consumer andcheck:generatednpm run lint,clang-format,clang-tidy(0 user-code warnings)run-desktop-addon-tests.This PR itself contains no source change, so it inherits that state.
🔌 API Changes
Additive.
fitParams()andFitResultare untouched relative to 0.5.0.The raw load-config fitter is deliberately not in-process public API:
./binding.jsre-exportsparamsFitonly, and the runner reaches the fitter through the unexported./binding-internal.js.📦 Release
release-model-fit-0.6.0, cut frommainat975b36ea3.mainfollows and triggers npm.