From c8decaaf33847009b99b6cfe37b8418500d36613 Mon Sep 17 00:00:00 2001 From: Jeremy Rose Date: Mon, 2 Mar 2026 17:14:45 -0800 Subject: [PATCH] Move voice transcription to experimental --- codex-rs/core/src/features.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 {