mirror of
https://github.com/openai/codex.git
synced 2026-02-01 22:47:52 +00:00
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:
@@ -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))]
|
||||
|
||||
Reference in New Issue
Block a user