Revert "Keep skills feature flag default OFF for windows." (#8325)

Reverts openai/codex#8308
This commit is contained in:
xl-openai
2025-12-19 08:22:14 -08:00
committed by GitHub
parent 6f94a90797
commit eeda6a5004

View File

@@ -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,