diff --git a/codex-rs/features/src/lib.rs b/codex-rs/features/src/lib.rs index e2f859c22..5cc2055cb 100644 --- a/codex-rs/features/src/lib.rs +++ b/codex-rs/features/src/lib.rs @@ -975,7 +975,11 @@ pub const FEATURES: &[FeatureSpec] = &[ FeatureSpec { id: Feature::Goals, key: "goals", - stage: Stage::UnderDevelopment, + stage: Stage::Experimental { + name: "Goals", + menu_description: "Set a persistent goal Codex can continue over time", + announcement: "", + }, default_enabled: false, }, FeatureSpec {