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:
Eric Traut 2026-02-05 22:19:09 -08:00 committed by GitHub
parent e5c1a2d6fb
commit f61226d32a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View file

@ -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),

View file

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