Keep skills feature flag default OFF for windows. (#8308)

Keep windows OFF first.
This commit is contained in:
xl-openai
2025-12-18 21:57:15 -08:00
committed by GitHub
parent 339b052d68
commit 6f94a90797

View File

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