chore(core) personality under development (#10133)

## Summary
Have one or two more changes coming in for this.
This commit is contained in:
Dylan Hurd
2026-01-28 22:00:48 -07:00
committed by GitHub
parent b9cd089d1f
commit 335713f7e9

View File

@@ -552,11 +552,7 @@ pub const FEATURES: &[FeatureSpec] = &[
FeatureSpec {
id: Feature::Personality,
key: "personality",
stage: Stage::Experimental {
name: "Personality",
menu_description: "Choose a communication style for Codex.",
announcement: "NEW! Update codex's communication style with /personality. Enable in /experimental!",
},
stage: Stage::UnderDevelopment,
default_enabled: false,
},
FeatureSpec {