chore: exp flag (#17921)

This commit is contained in:
jif-oai
2026-04-15 11:47:01 +01:00
committed by GitHub
Unverified
parent b6244f776d
commit af9230d74d
+5 -1
View File
@@ -672,7 +672,11 @@ pub const FEATURES: &[FeatureSpec] = &[
FeatureSpec {
id: Feature::MemoryTool,
key: "memories",
stage: Stage::UnderDevelopment,
stage: Stage::Experimental {
name: "Memories",
menu_description: "Allow Codex to create new memories from conversations and bring relevant memories into new conversations.",
announcement: "NEW: Codex can now generate and uses memories. Try is now with `/memories`",
},
default_enabled: false,
},
FeatureSpec {