mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
Revert "Keep skills feature flag default OFF for windows." (#8325)
Reverts openai/codex#8308
This commit is contained in:
@@ -395,7 +395,7 @@ pub const FEATURES: &[FeatureSpec] = &[
|
||||
id: Feature::Skills,
|
||||
key: "skills",
|
||||
stage: Stage::Experimental,
|
||||
default_enabled: !cfg!(windows),
|
||||
default_enabled: true,
|
||||
},
|
||||
FeatureSpec {
|
||||
id: Feature::Tui2,
|
||||
|
||||
Reference in New Issue
Block a user