skills feature default on. (#8297)

skills default on.
This commit is contained in:
xl-openai
2025-12-18 18:26:46 -08:00
committed by GitHub
parent ba835c3c36
commit d35337227a

View File

@@ -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,