mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
Revert "Keep skills feature flag default OFF for windows." (#8325)
Reverts openai/codex#8308
This commit is contained in:
committed by
GitHub
Unverified
parent
6f94a90797
commit
eeda6a5004
@@ -395,7 +395,7 @@ pub const FEATURES: &[FeatureSpec] = &[
|
||||
id: Feature::Skills,
|
||||
key: "skills",
|
||||
stage: Stage::Experimental,
|
||||
default_enabled: !cfg!(windows),
|
||||
default_enabled: true,
|
||||
},
|
||||
FeatureSpec {
|
||||
id: Feature::Tui2,
|
||||
|
||||
Reference in New Issue
Block a user