From dfafc546ab127aac45a16b73ae3d859203da66d6 Mon Sep 17 00:00:00 2001 From: Dylan Hurd Date: Fri, 30 Jan 2026 10:41:22 -0700 Subject: [PATCH] chore(feature) Experimental: Personality (#10212) ## Summary Let users start opting in to trying out personalities ## Testing - [x] existing tests pass --- codex-rs/core/src/features.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/codex-rs/core/src/features.rs b/codex-rs/core/src/features.rs index 961b7a56f6..97fa1022c4 100644 --- a/codex-rs/core/src/features.rs +++ b/codex-rs/core/src/features.rs @@ -560,7 +560,11 @@ pub const FEATURES: &[FeatureSpec] = &[ FeatureSpec { id: Feature::Personality, key: "personality", - stage: Stage::UnderDevelopment, + stage: Stage::Experimental { + name: "Personality", + menu_description: "Choose a communication style for Codex.", + announcement: "NEW: Pick a personality for Codex. Enable in /experimental!", + }, default_enabled: false, }, FeatureSpec {