mirror of
https://github.com/openai/codex.git
synced 2026-02-01 22:47:52 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user