mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +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 {
|
FeatureSpec {
|
||||||
id: Feature::Personality,
|
id: Feature::Personality,
|
||||||
key: "personality",
|
key: "personality",
|
||||||
stage: Stage::Experimental {
|
stage: Stage::UnderDevelopment,
|
||||||
name: "Personality",
|
|
||||||
menu_description: "Choose a communication style for Codex.",
|
|
||||||
announcement: "NEW! Update codex's communication style with /personality. Enable in /experimental!",
|
|
||||||
},
|
|
||||||
default_enabled: false,
|
default_enabled: false,
|
||||||
},
|
},
|
||||||
FeatureSpec {
|
FeatureSpec {
|
||||||
|
|||||||
Reference in New Issue
Block a user