From d35337227a82818dc34631e3623b368cc92477d8 Mon Sep 17 00:00:00 2001 From: xl-openai Date: Thu, 18 Dec 2025 18:26:46 -0800 Subject: [PATCH] skills feature default on. (#8297) skills default on. --- 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 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,