From 2d9826098e2c24542a1cee1134dd10d9842d2c1a Mon Sep 17 00:00:00 2001 From: Koichi Shiraishi Date: Fri, 19 Dec 2025 08:55:47 +0900 Subject: [PATCH] fix: remove duplicate shell_snapshot FeatureSpec (#8274) regression: #8199 Signed-off-by: Koichi Shiraishi --- codex-rs/core/src/features.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/codex-rs/core/src/features.rs b/codex-rs/core/src/features.rs index 83bf22949..98cfca74a 100644 --- a/codex-rs/core/src/features.rs +++ b/codex-rs/core/src/features.rs @@ -397,12 +397,6 @@ pub const FEATURES: &[FeatureSpec] = &[ stage: Stage::Experimental, default_enabled: false, }, - FeatureSpec { - id: Feature::ShellSnapshot, - key: "shell_snapshot", - stage: Stage::Experimental, - default_enabled: false, - }, FeatureSpec { id: Feature::Tui2, key: "tui2",