fix[notask]: add sdcpp-generation to CLI BUILTIN_PLUGINS#1338
Merged
donriddo merged 6 commits intoApr 6, 2026
Conversation
The mobile worker bundle generated by `qvac bundle sdk` was missing the diffusion plugin (sdcpp-generation). This caused "Plugin not found" errors when loading diffusion models on mobile (React Native / Bare Kit). The plugin is already registered in server/worker.ts (desktop Bare) and pear/pre.ts (Pear desktop). This aligns the CLI's mobile bundle with those two lists.
- Version bump 0.2.2 -> 0.2.3 - Changelog: document sdcpp-generation and parakeet-transcription additions - README: add parakeet-transcription and sdcpp-generation to built-in plugins list
simon-iribarren
approved these changes
Apr 6, 2026
NamelsKing
previously approved these changes
Apr 6, 2026
NamelsKing
approved these changes
Apr 6, 2026
Contributor
Author
|
/review |
Contributor
Tier-based Approval Status |
Proletter
added a commit
that referenced
this pull request
May 24, 2026
* fix: add sdcpp-generation to CLI BUILTIN_PLUGINS The mobile worker bundle generated by `qvac bundle sdk` was missing the diffusion plugin (sdcpp-generation). This caused "Plugin not found" errors when loading diffusion models on mobile (React Native / Bare Kit). The plugin is already registered in server/worker.ts (desktop Bare) and pear/pre.ts (Pear desktop). This aligns the CLI's mobile bundle with those two lists. * fix: bump CLI to 0.2.3, update changelog and README - Version bump 0.2.2 -> 0.2.3 - Changelog: document sdcpp-generation and parakeet-transcription additions - README: add parakeet-transcription and sdcpp-generation to built-in plugins list * fix: correct changelog - only sdcpp-generation was added to constants --------- Co-authored-by: Proletter <40578159+Proletter@users.noreply.github.com> Co-authored-by: Dmytro Medvinskyi <functionsilence@gmail.com>
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.
Note: be concise and prefer bullet points.
🎯 What problem does this PR solve?
qvac bundle sdkis missingsdcpp-generation(diffusion) pluginparakeet-transcriptionandsdcpp-generation)📝 How does it solve it?
sdcpp-generationtoBUILTIN_PLUGINSinconstants.ts🧪 How was it tested?