Skip to content

Fix STT model display mismatch#5786

Merged
ComputelessComputer merged 1 commit into
mainfrom
fix/stt-model-display
Jun 26, 2026
Merged

Fix STT model display mismatch#5786
ComputelessComputer merged 1 commit into
mainfrom
fix/stt-model-display

Conversation

@ComputelessComputer

@ComputelessComputer ComputelessComputer commented Jun 26, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Keep unavailable saved STT models visible in settings.
  • Prevent settings from appearing to select a different local model.

Note

Low Risk
Localized settings display/selection helper change with unit tests; no auth or data-path changes.

Overview
Fixes a display mismatch in AI transcription settings where the saved local/cloud model could differ from what the model dropdown showed (often the first downloaded model) even though the stored preference was unchanged.

The settings UI now derives displayedSttModel via getPreferredProviderModel with keepUnavailableSavedModel: true, so a saved model that is still known to the provider but not currently selectable (e.g. not downloaded) stays visible in the selector instead of being replaced silently. getPreferredProviderModel gains that option path; behavior without the flag is unchanged (still falls back to the first selectable model or clears).

Locale messages.po files were refreshed so Lingui source references track the small line shifts in stt/select.tsx.

Reviewed by Cursor Bugbot for commit 8d665c1. Bugbot is set up for automated code reviews on this repo. Configure here.

@netlify

netlify Bot commented Jun 26, 2026

Copy link
Copy Markdown

Deploy Preview for old-char canceled.

Name Link
🔨 Latest commit 8d665c1
🔍 Latest deploy log https://app.netlify.com/projects/old-char/deploys/6a3ebd30649d9d000930e149

Keep unavailable saved STT models visible so settings do not appear to select a different local model.
@ComputelessComputer ComputelessComputer merged commit 4b08dfb into main Jun 26, 2026
10 checks passed
@ComputelessComputer ComputelessComputer deleted the fix/stt-model-display branch June 26, 2026 18:22
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.

1 participant