diff --git a/codex-rs/core/src/features.rs b/codex-rs/core/src/features.rs index f6cec4a5ea..ba829b7203 100644 --- a/codex-rs/core/src/features.rs +++ b/codex-rs/core/src/features.rs @@ -292,7 +292,7 @@ pub const FEATURES: &[FeatureSpec] = &[ id: Feature::GhostCommit, key: "ghost_commit", stage: Stage::Experimental, - default_enabled: false, + default_enabled: true, }, FeatureSpec { id: Feature::WindowsSandbox,