From eeda6a5004db373c50dbf8062003b91022425535 Mon Sep 17 00:00:00 2001 From: xl-openai Date: Fri, 19 Dec 2025 08:22:14 -0800 Subject: [PATCH] Revert "Keep skills feature flag default OFF for windows." (#8325) Reverts openai/codex#8308 --- codex-rs/core/src/features.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/core/src/features.rs b/codex-rs/core/src/features.rs index 1b7923341..22fd310b9 100644 --- a/codex-rs/core/src/features.rs +++ b/codex-rs/core/src/features.rs @@ -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,