Skip to content

fix[notask]: bump @qvac/transcription-whispercpp to ^0.7.0 in SDK#2015

Merged
gianni-cor merged 3 commits into
mainfrom
chore/bump-whispercpp-0.7.0
May 13, 2026
Merged

fix[notask]: bump @qvac/transcription-whispercpp to ^0.7.0 in SDK#2015
gianni-cor merged 3 commits into
mainfrom
chore/bump-whispercpp-0.7.0

Conversation

@GustavoA1604
Copy link
Copy Markdown
Contributor

@GustavoA1604 GustavoA1604 commented May 12, 2026

🎯 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 to inference-addon-cpp@1.1.5#1.

📝 How does it solve it?
Bump the @qvac/transcription-whispercpp dependency to 0.7.0 to 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.

@GustavoA1604 GustavoA1604 requested review from a team as code owners May 12, 2026 22:35
@GustavoA1604 GustavoA1604 changed the title Bump whisper-cpp version to 0.7.0 fix[notask]: bump @qvac/transcription-whispercpp to ^0.7.0 in SDK May 12, 2026
gianni-cor
gianni-cor previously approved these changes May 12, 2026
@gianni-cor gianni-cor added the test-e2e-smoke Triggers smoke e2e test suite [Currently SDK-only] label May 12, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 12, 2026

Tier-based Approval Status

**PR Tier:** TIER1

**Current Status:** ✅ APPROVED

**Requirements:**
- 1 Team Member approval ❌ (0/1)
- 1 Team Lead OR Management approval ✅ (2/1)

**Bypass rule:** Triggered (2+ Team Lead approvals (Tier 1 exception)). This PR is approved regardless of tier.

---
*This comment is automatically updated when reviews change.*

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 12, 2026

QVAC E2E — windows — ✅ all tests passed (91/91, 483s)

Config: suite=smoke · filter=(none) · exclude=(none)
View run · Artifacts: reports

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 12, 2026

QVAC E2E — linux — ✅ all tests passed (91/91, 362s)

Config: suite=smoke · filter=(none) · exclude=(none)
View run · Artifacts: reports

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 12, 2026

QVAC E2E — macos — ✅ all tests passed (91/91, 339s)

Config: suite=smoke · filter=(none) · exclude=(none)
View run · Artifacts: reports

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 12, 2026

QVAC E2E — android⚠️ no results

Config: suite=smoke · filter=(none) · exclude=(none)
View run · Artifacts: reports

The test job did not produce a results artifact. Check the run for job-level failures.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 12, 2026

QVAC E2E — ios — ❌ failed

Totals: 1/91 passed · 90 failed · 1.1% · 1060s
Config: suite=smoke · filter=(none) · exclude=(none)
View run · Artifacts: reports

Results by section

  • addon-logging: 0/2 ❌
  • completion: 0/8 ❌
  • config: 0/1 ❌
  • config-reload: 0/2 ❌
  • delegated-inference: 0/4 ❌
  • diffusion: 0/2 ❌
  • download: 0/1 ❌
  • embedding: 0/2 ❌
  • error: 0/5 ❌
  • finetune: 0/1 ❌
  • http: 0/2 ❌
  • kv-cache: 0/4 ❌
  • lifecycle: 0/2 ❌
  • model: 1/8 ❌
  • model-info: 0/4 ❌
  • multi-gpu: 0/2 ❌
  • ocr: 0/4 ❌
  • parakeet: 0/4 ❌
  • rag: 0/3 ❌
  • registry: 0/4 ❌
  • sharded-model: 0/3 ❌
  • tools: 0/2 ❌
  • transcription: 0/5 ❌
  • translation-afriquegemma: 0/1 ❌
  • translation-bergamot: 0/3 ❌
  • translation-indictrans: 0/2 ❌
  • translation-llm: 0/2 ❌
  • translation-salamandra: 0/2 ❌
  • tts: 0/2 ❌
  • vision: 0/3 ❌
  • wrong-model: 0/1 ❌

Failed tests

  • 88 tests: Consumer died before test could be executed
    Affected: model-load-invalid, model-unload, model-load-concurrent, parakeet-tdt-wav, parakeet-tdt-corrupted-wav, and 83 more
  • model-load-llm: Handler execution failed: Failed to load model: Failed to initialize model
  • model-load-ocr: Consumer became unresponsive (no heartbeat for 124s)

Victor-Rodzko
Victor-Rodzko previously approved these changes May 13, 2026
@gianni-cor gianni-cor dismissed stale reviews from Victor-Rodzko and themself via 07c8b07 May 13, 2026 08:08
@gianni-cor
Copy link
Copy Markdown
Contributor

/review

@gianni-cor
Copy link
Copy Markdown
Contributor

/review

@gianni-cor gianni-cor merged commit c262a70 into main May 13, 2026
17 of 18 checks passed
@gianni-cor gianni-cor deleted the chore/bump-whispercpp-0.7.0 branch May 13, 2026 08:21
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test-e2e-smoke Triggers smoke e2e test suite [Currently SDK-only] tier1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants