Personality setting is no longer available in experimental menu (#10852)
This PR removes the inaccurate "Disable in /experimental." statement now that the "personality" feature flag is no longer experimental. This addresses #10850
This commit is contained in:
parent
e5c1a2d6fb
commit
f61226d32a
2 changed files with 2 additions and 4 deletions
|
|
@ -4572,9 +4572,7 @@ impl ChatWidget {
|
|||
|
||||
let mut header = ColumnRenderable::new();
|
||||
header.push(Line::from("Select Personality".bold()));
|
||||
header.push(Line::from(
|
||||
"Choose a communication style for Codex. Disable in /experimental.".dim(),
|
||||
));
|
||||
header.push(Line::from("Choose a communication style for Codex.".dim()));
|
||||
|
||||
self.bottom_pane.show_selection_view(SelectionViewParams {
|
||||
header: Box::new(header),
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ source: tui/src/chatwidget/tests.rs
|
|||
expression: popup
|
||||
---
|
||||
Select Personality
|
||||
Choose a communication style for Codex. Disable in /experimental.
|
||||
Choose a communication style for Codex.
|
||||
|
||||
1. Friendly Warm, collaborative, and helpful.
|
||||
› 2. Pragmatic (current) Concise, task-focused, and direct.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue