You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce a new codex-tui2 crate that re-exports the existing
interactive TUI surface and delegates run_main directly to
codex-tui. This keeps behavior identical while giving tui2 its own
crate for future viewport work.
Wire the codex CLI to select the frontend via the tui2 feature
flag. When the merged CLI overrides include features.tui2=true
(e.g. via --enable tui2), interactive runs are routed through
codex_tui2::run_main; otherwise they continue to use the original
codex_tui::run_main.
Register Feature::Tui2 in the core feature registry and add the
tui2 crate and dependency entries so the new frontend builds
alongside the existing TUI.
0 commit comments