Skip to content

fix(vscode): default speech to text to Parakeet - #13162

Merged
marius-kilocode merged 2 commits into
mainfrom
extreme-wallet
Aug 17, 2026
Merged

fix(vscode): default speech to text to Parakeet#13162
marius-kilocode merged 2 commits into
mainfrom
extreme-wallet

Conversation

@marius-kilocode

Copy link
Copy Markdown
Collaborator

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.

Comment thread packages/kilo-vscode/src/speech-to-text/models.ts
@kilo-code-bot

kilo-code-bot Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (4 files)
  • .changeset/dynamic-speech-to-text-models.md
  • packages/kilo-vscode/src/speech-to-text/models.ts
  • packages/kilo-vscode/tests/unit/speech-to-text-catalog.test.ts
  • packages/kilo-vscode/tests/unit/speech-to-text-models-sync.test.ts

The previous finding is resolved: speech-to-text-catalog.test.ts now asserts DEFAULT_SPEECH_TO_TEXT_MODEL.id is "nvidia/parakeet-tdt-0.6b-v3", matching the reordered catalog in models.ts. The incremental change is a single correct test assertion update; no memory-leak-relevant code paths are touched.

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

Severity Count
CRITICAL 0
WARNING 1
SUGGESTION 0
Issue Details (click to expand)

WARNING

File Line Issue
packages/kilo-vscode/src/speech-to-text/models.ts 10 Default changed to Parakeet, but tests/unit/speech-to-text-catalog.test.ts:36 still asserts the old Whisper fallback default and will fail
Files Reviewed (3 files)
  • .changeset/dynamic-speech-to-text-models.md - 0 issues
  • packages/kilo-vscode/src/speech-to-text/models.ts - 1 issue
  • packages/kilo-vscode/tests/unit/speech-to-text-models-sync.test.ts - 0 issues

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.

Fix these issues in Kilo Cloud


Reviewed by kimi-k3 · Input: 56.9K · Output: 2K · Cached: 130.6K

Review guidance: REVIEW.md from base branch main

@marius-kilocode
marius-kilocode merged commit a40d37c into main Aug 17, 2026
24 checks passed
@marius-kilocode
marius-kilocode deleted the extreme-wallet branch August 17, 2026 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants