What's New
- Adds native support for Cohere Transcribe Arabic (
cohere-transcribe-arabic-07-2026) as a cloud transcription model. - Makes Arabic/multilingual cloud onboarding recommend Cohere by default with an
arlanguage hint. - Adds Cohere API key storage, Settings UI, and validation, so setup only requires a Cohere API key.
- Sends custom vocabulary as prompt guidance for Cohere transcription.
- Updates cloud setup copy to clearly say audio segments may be sent for cloud transcription.
Verification
- PR checks passed:
validate-swift,package-smoke,ui-smoke. - Local verification before merge:
swift testpassed with 700 tests and 0 failures. - Local release build/install check passed via
./scripts/build_swift_app.sh.