From 330cc268b0709b153b06616ca74981a4ad5daf79 Mon Sep 17 00:00:00 2001 From: Dylan Hurd Date: Sat, 31 Jan 2026 09:03:08 -0700 Subject: [PATCH] chore(features) remove Experimental tag from UTF8 --- codex-rs/core/src/features.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/codex-rs/core/src/features.rs b/codex-rs/core/src/features.rs index 3d351172fec..6d70546f86a 100644 --- a/codex-rs/core/src/features.rs +++ b/codex-rs/core/src/features.rs @@ -495,11 +495,7 @@ pub const FEATURES: &[FeatureSpec] = &[ id: Feature::PowershellUtf8, key: "powershell_utf8", #[cfg(windows)] - stage: Stage::Experimental { - name: "Powershell UTF-8 support", - menu_description: "Enable UTF-8 output in Powershell.", - announcement: "Codex now supports UTF-8 output in Powershell. If you are seeing problems, disable in /experimental.", - }, + stage: Stage::Stable, #[cfg(windows)] default_enabled: true, #[cfg(not(windows))]