diff --git a/codex-rs/core/src/features.rs b/codex-rs/core/src/features.rs index cd8af6aa18..822174302c 100644 --- a/codex-rs/core/src/features.rs +++ b/codex-rs/core/src/features.rs @@ -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 {