mirror of
https://github.com/openai/codex.git
synced 2026-02-01 22:47:52 +00:00
chore(core) personality under development (#10133)
## Summary Have one or two more changes coming in for this.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user