mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
Keep skills feature flag default OFF for windows. (#8308)
Keep windows OFF first.
This commit is contained in:
committed by
GitHub
Unverified
parent
339b052d68
commit
6f94a90797
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user