From 28f3a718095ba34a636152d4878310469a26bfdb Mon Sep 17 00:00:00 2001 From: Dylan Hurd Date: Sat, 31 Jan 2026 13:17:24 -0700 Subject: [PATCH] chore(features) remove Experimental tag from UTF8 (#10296) ## Summary This has been default on for some time, it should now be the default. ## Testing - [x] Existing tests pass --- 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 0882b2ae76..0d81b18a0b 100644 --- a/codex-rs/core/src/features.rs +++ b/codex-rs/core/src/features.rs @@ -503,11 +503,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))]