mirror of
https://github.com/openai/codex.git
synced 2026-05-02 04:11:39 +03:00
Enable tui_app_server feature by default (#15661)
This commit is contained in:
@@ -822,12 +822,8 @@ pub const FEATURES: &[FeatureSpec] = &[
|
||||
FeatureSpec {
|
||||
id: Feature::TuiAppServer,
|
||||
key: "tui_app_server",
|
||||
stage: Stage::Experimental {
|
||||
name: "App-server TUI",
|
||||
menu_description: "Use the app-server-backed TUI implementation.",
|
||||
announcement: "",
|
||||
},
|
||||
default_enabled: false,
|
||||
stage: Stage::Stable,
|
||||
default_enabled: true,
|
||||
},
|
||||
FeatureSpec {
|
||||
id: Feature::PreventIdleSleep,
|
||||
|
||||
Reference in New Issue
Block a user