diff --git a/codex-rs/core/src/features.rs b/codex-rs/core/src/features.rs index 98cfca74a..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: false, + default_enabled: true, }, FeatureSpec { id: Feature::Tui2,