chore(feature) Experimental: Personality (#10212)

## Summary
Let users start opting in to trying out personalities

## Testing
- [x] existing tests pass
This commit is contained in:
Dylan Hurd
2026-01-30 10:41:22 -07:00
committed by GitHub
parent 377ab0c77c
commit dfafc546ab

View File

@@ -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 {