From f61226d32a490e26560c2bb8a7c2c2702025fa34 Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Thu, 5 Feb 2026 22:19:09 -0800 Subject: [PATCH] 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 --- codex-rs/tui/src/chatwidget.rs | 4 +--- ...x_tui__chatwidget__tests__personality_selection_popup.snap | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/codex-rs/tui/src/chatwidget.rs b/codex-rs/tui/src/chatwidget.rs index 39e757fa7..23e63820b 100644 --- a/codex-rs/tui/src/chatwidget.rs +++ b/codex-rs/tui/src/chatwidget.rs @@ -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), diff --git a/codex-rs/tui/src/chatwidget/snapshots/codex_tui__chatwidget__tests__personality_selection_popup.snap b/codex-rs/tui/src/chatwidget/snapshots/codex_tui__chatwidget__tests__personality_selection_popup.snap index 3cd887f2e..d9a6e0a23 100644 --- a/codex-rs/tui/src/chatwidget/snapshots/codex_tui__chatwidget__tests__personality_selection_popup.snap +++ b/codex-rs/tui/src/chatwidget/snapshots/codex_tui__chatwidget__tests__personality_selection_popup.snap @@ -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.