gsxdsm
fb0863f660
FN-8753: enable installed voice input in project settings
Make Voice Input available only after its local model and runtime are ready.
- Bundle the optional sherpa runtime with the published CLI.
- Gate the project setting on model installation and stable runtime status codes.
- Add localized recovery guidance, documentation, and coverage.
Files changed:
.changeset/fn-8753-voice-input-enable.md | 7 ++++
docs/dashboard-guide.md | 2 +-
docs/settings-reference.md | 8 +++--
packages/cli/package.json | 3 ++
packages/cli/src/__tests__/package-config.test.ts | 16 +++++++++
.../settings/__tests__/VoiceInputSection.test.tsx | 36 ++++++++++++++++----
.../settings/sections/VoiceInputSection.tsx | 30 ++++++++++++-----
packages/dashboard/package.json | 2 +-
.../routes/__tests__/register-voice-routes.test.ts | 39 ++++++++++++++++++++++
.../dashboard/src/stt/__tests__/voice-stt.test.ts | 27 ++++++++++++---
packages/dashboard/src/stt/parakeet-service.ts | 26 ++++++++++-----
packages/i18n/locales/en/app.json | 6 ++++
pnpm-lock.yaml | 6 +++-
13 files changed, 175 insertions(+), 33 deletions(-)
Fusion-Task-Id: FN-8753
Fusion-Task-Lineage: db92b148-37f0-45d2-b616-ed2e3f2d54f6
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-08-02 23:09:48 -07:00
..
2026-08-02 23:09:48 -07:00
2026-08-02 20:31:14 -07:00
2026-08-02 20:31:14 -07:00
2026-08-02 23:09:48 -07:00
2026-08-02 20:31:14 -07:00
2026-08-02 20:31:14 -07:00
2026-08-02 20:31:14 -07:00
2026-08-02 23:09:48 -07:00
2026-08-02 20:31:14 -07:00
2026-08-02 20:31:14 -07:00
2026-07-27 19:40:08 -07:00
2026-08-02 20:31:14 -07:00