fix(vscode): default speech to text to Parakeet - #13162
Conversation
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (4 files)
The previous finding is resolved: Previous Review Summary (commit 8ad3f90)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 8ad3f90)Status: 1 Issue Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
Files Reviewed (3 files)
The catalog reorder itself is clean: the Parakeet entry keeps its shape, the sync test and changeset are updated, and no memory-leak-relevant code paths (listeners, timers, subscriptions) are touched. The only gap is the second fallback test that was not updated alongside the default change. Reviewed by kimi-k3 · Input: 56.9K · Output: 2K · Cached: 130.6K Review guidance: REVIEW.md from base branch |
Speech-to-text currently falls back to Whisper Large V3 Turbo even though NVIDIA Parakeet TDT 0.6B v3 is available in the model catalog. Make Parakeet the first catalog entry so it is selected by default and used whenever no valid model override is configured. Update the fallback test and release notes to document the new default.