mirror of
https://github.com/openai/codex.git
synced 2026-09-14 11:57:03 +00:00
Move voice transcription to experimental
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user