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
This commit is contained in:
Dylan Hurd
2026-01-31 13:17:24 -07:00
committed by GitHub
parent 9a10121fd6
commit 28f3a71809

View File

@@ -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))]