diff --git a/codex-rs/core/src/features.rs b/codex-rs/core/src/features.rs index 22fd310b9..1b7923341 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: true, + default_enabled: !cfg!(windows), }, FeatureSpec { id: Feature::Tui2,