Skip to main content

handle_codex_interactive_selection

Function handle_codex_interactive_selection 

Source
pub fn handle_codex_interactive_selection(storage: &ConfigStorage) -> Result<()>
Expand description

Handle interactive Codex configuration selection with full TUI

Mirrors the Claude interactive TUI: alternate screen, arrow key / j/k navigation, number key shortcuts (1-9), pagination (9 per page), config detail preview.

§Arguments

  • storage - Reference to configuration storage

§Errors

Returns error if terminal operations fail or user selection fails