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,