Move voice transcription to experimental

This commit is contained in:
Jeremy Rose
2026-03-02 17:14:45 -08:00
parent 146b798129
commit c8decaaf33

View File

@@ -663,7 +663,11 @@ pub const FEATURES: &[FeatureSpec] = &[
FeatureSpec {
id: Feature::VoiceTranscription,
key: "voice_transcription",
stage: Stage::UnderDevelopment,
stage: Stage::Experimental {
name: "Voice transcription",
menu_description: "Hold space to record, release to transcribe.",
announcement: "NEW: Voice transcription is now available in /experimental.",
},
default_enabled: false,
},
FeatureSpec {