diff --git a/codex-rs/core/src/features.rs b/codex-rs/core/src/features.rs index 97fa1022c4..934ab1c0ba 100644 --- a/codex-rs/core/src/features.rs +++ b/codex-rs/core/src/features.rs @@ -464,7 +464,11 @@ pub const FEATURES: &[FeatureSpec] = &[ FeatureSpec { id: Feature::RequestRule, key: "request_rule", - stage: Stage::UnderDevelopment, + stage: Stage::Experimental { + name: "Smart approvals", + menu_description: "Get smarter \"Don't ask again\" rule requests.", + announcement: "NEW: Try Smart approvals to get smarter \"Don't ask again\" requests. Enable in /experimental!", + }, default_enabled: false, }, FeatureSpec {