fix[notask]: bump @qvac/transcription-whispercpp to ^0.7.0 in SDK#2015
Merged
Conversation
gianni-cor
previously approved these changes
May 12, 2026
Tier-based Approval Status |
QVAC E2E —
|
Victor-Rodzko
previously approved these changes
May 13, 2026
Contributor
|
/review |
gianni-cor
approved these changes
May 13, 2026
NamelsKing
approved these changes
May 13, 2026
Contributor
|
/review |
Victor-Rodzko
added a commit
that referenced
this pull request
May 13, 2026
The native iOS transcribe() crash (Mach exception 309 after FFmpegDecoder unload) was fixed by the whisper.cpp bump to @qvac/transcription-whispercpp ^0.7.0 (#2015). Remove the iOS skip filters for transcription-*, transcribe-stream-events-*, addon-logging-whisper, config-reload-then-transcribe and error-transcription-failed so iOS smoke covers the full transcription surface again. Co-authored-by: Cursor <cursoragent@cursor.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.
🎯 What problem does this PR solve?
SDK 0.11.0 should have all addon dependencies containing
inference-addon-cpp@1.1.7#1. However@qvac/transcription-whispercpp@0.6.*only goes up toinference-addon-cpp@1.1.5#1.📝 How does it solve it?
Bump the
@qvac/transcription-whispercppdependency to0.7.0to ensure consistency with all addons.🧪 How was it tested?
bun install succeeds
Verified the new version resolves against npm (npm view @qvac/transcription-whispercpp versions shows 0.7.0 is published).
No source changes — only dependency-range update.
🔌 API Changes
None.