Added 60dB integration - #53
Conversation
|
Thanks for the contribution. I am not merging this yet because the PR adds a new external STT provider but does not include enough validation to make it safe to land: the PR body has no completed test plan, the provider API assumptions need a linked reference or live/manual verification, and the current checks are red/expired. Before this can be merged, please add or document: response format/error handling verification for 60dB, local unit tests for parsing and failure mapping, a provider selector/UI test, and a completed test plan showing at least npm test/build plus Rust tests. Once that is in place, this can be reviewed again. |
|
Review update: this still should not merge as-is. The main blocker is at the API boundary: 60dB documents the multipart audio field as Before this can land, please update and verify:
This was not merged into the local issue-remediation branch I just validated. |
Summary
Change Type
Changes
Test Plan
npm run buildpassesnpx vitest runpassescargo clippy -- -D warningspassesScreenshots / Recordings
Related Issues