core-agent-ide/codex-rs/tui/src
Eric Traut d37dcca7e0
Revert tui code so it does not rely on in-process app server (#14899)
PR https://github.com/openai/codex/pull/14512 added an in-process app
server and started to wire up the tui to use it. We were originally
planning to modify the `tui` code in place, converting it to use the app
server a bit at a time using a hybrid adapter. We've since decided to
create an entirely new parallel `tui_app_server` implementation and do
the conversion all at once but retain the existing `tui` while we work
the bugs out of the new implementation.

This PR undoes the changes to the `tui` made in the PR #14512 and
restores the old initialization to its previous state. This allows us to
modify the `tui_app_server` without the risk of regressing the old `tui`
code. For example, we can start to remove support for all legacy core
events, like the ones that PR https://github.com/openai/codex/pull/14892
needed to ignore.

Testing:
* I manually verified that the old `tui` starts and shuts down without a
problem.
2026-03-17 00:56:32 -06:00
..
app Revert tui code so it does not rely on in-process app server (#14899) 2026-03-17 00:56:32 -06:00
bin replace tui_markdown with a custom markdown renderer (#3396) 2025-09-10 12:13:53 -07:00
bottom_pane Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
chatwidget [stack 4/4] Reduce realtime self-interruptions during playback (#14827) 2026-03-17 05:19:51 +00:00
exec_cell Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
notifications Added tui.notifications_method config option (#10043) 2026-01-28 12:00:32 -08:00
onboarding Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
public_widgets Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
render fix(tui): decode ANSI alpha-channel encoding in syntax themes (#13382) 2026-03-04 12:03:34 -08:00
snapshots feat: make interrupt state not final for multi-agents (#13850) 2026-03-16 16:39:40 +00:00
status Use model catalog default for reasoning summary fallback (#12873) 2026-02-26 09:31:13 -08:00
streaming Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
tui feat(tui): pace catch-up stream chunking with hysteresis (#10461) 2026-02-03 15:01:51 -08:00
additional_dirs.rs chore: remove codex-core public protocol/shell re-exports (#12432) 2026-02-20 23:45:35 -08:00
app.rs Revert tui code so it does not rely on in-process app server (#14899) 2026-03-17 00:56:32 -06:00
app_backtrack.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
app_event.rs Add Smart Approvals guardian review across core, app-server, and TUI (#13860) 2026-03-13 15:27:00 -07:00
app_event_sender.rs tui: switch to using tokio + EventStream for processing crossterm events (#2489) 2025-08-20 17:11:09 +00:00
app_server_tui_dispatch.rs Move TUI on top of app server (parallel code) (#14717) 2026-03-16 10:49:19 -06:00
ascii_animation.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
audio_device.rs Align TUI voice transcription audio with 4o ASR (#13030) 2026-02-27 18:22:48 +00:00
chatwidget.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
cli.rs feat: split codex-common into smaller utils crates (#11422) 2026-02-11 12:59:24 +00:00
clipboard_paste.rs Fixed TUI regression related to image paste in WSL (#9473) 2026-01-18 23:02:02 -08:00
clipboard_text.rs Slash copy osc52 wsl support (#13201) 2026-03-13 14:00:58 -07:00
collaboration_modes.rs Sync collaboration mode naming across Default prompt, tools, and TUI (#10666) 2026-02-04 23:03:28 -08:00
color.rs update composer + user message styling (#4240) 2025-09-26 16:35:56 -07:00
custom_terminal.rs tweaked /clear to support clear + new chat, also fix minor bug for macos terminal (#12520) 2026-02-23 09:11:05 -08:00
cwd_prompt.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
debug_config.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
diff_render.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
exec_command.rs chore: remove codex-core public protocol/shell re-exports (#12432) 2026-02-20 23:45:35 -08:00
external_editor.rs feat: open prompt in configured external editor (#7606) 2025-12-22 15:12:23 -08:00
file_search.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
frames.rs Login flow polish (#3632) 2025-09-15 00:42:53 -07:00
get_git_diff.rs Show progress indicator for /diff command (#2245) 2025-08-15 15:32:41 -07:00
history_cell.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
insert_history.rs feat(tui) /clear (#12444) 2026-02-21 22:06:56 -08:00
key_hint.rs Add vim navigation keys to transcript pager (#7550) 2025-12-09 10:23:11 -08:00
lib.rs Revert tui code so it does not rely on in-process app server (#14899) 2026-03-17 00:56:32 -06:00
line_truncation.rs fix: add ellipsis for truncated status indicator (#12540) 2026-02-23 11:45:46 -08:00
live_wrap.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
main.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
markdown.rs render local file links from target paths (#13857) 2026-03-11 12:33:09 -07:00
markdown_render.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
markdown_render_tests.rs render local file links from target paths (#13857) 2026-03-11 12:33:09 -07:00
markdown_stream.rs render local file links from target paths (#13857) 2026-03-11 12:33:09 -07:00
mention_codec.rs chore: use @plugin instead of $plugin for plaintext mentions (#13921) 2026-03-08 01:36:39 +00:00
model_migration.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
multi_agents.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
oss_selection.rs chore: nuke chat/completions API (#10157) 2026-02-03 11:31:57 +00:00
pager_overlay.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
resume_picker.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
selection_list.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
session_log.rs feat(tui) /clear (#12444) 2026-02-21 22:06:56 -08:00
shimmer.rs tui: hardcode xterm palette, shimmer blends between fg and bg (#4957) 2025-10-08 20:23:13 +00:00
skills_helpers.rs feat: split codex-common into smaller utils crates (#11422) 2026-02-11 12:59:24 +00:00
slash_command.rs Preserve background terminals on interrupt and rename cleanup command to /stop (#14602) 2026-03-15 22:17:25 -07:00
status_indicator_widget.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
style.rs Make plan highlight use popup grey background (#10253) 2026-01-30 12:39:15 -08:00
terminal_palette.rs feat(tui): add theme-aware diff backgrounds with capability-graded palettes (#12581) 2026-02-24 11:55:01 -08:00
test_backend.rs feat: Constrain values for approval_policy (#7778) 2025-12-17 16:19:27 +00:00
text_formatting.rs feat(tui): add /statusline command for interactive status line configuration (#10546) 2026-02-05 08:50:21 -08:00
theme_picker.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00
tooltips.rs Updated out-of-date tip about availability on free and go plans (#14471) 2026-03-12 09:12:38 -06:00
tui.rs feat(tui) /clear (#12444) 2026-02-21 22:06:56 -08:00
ui_consts.rs Fixes (#4458) 2025-09-30 00:10:04 +00:00
update_action.rs fix: use brew upgrade --cask codex to avoid warnings and ambiguity (#9823) 2026-01-26 16:21:09 -08:00
update_prompt.rs fix: update brew auto update version check (#6238) 2025-11-10 09:05:00 -08:00
updates.rs updates: use brew api for version check (#10809) 2026-02-05 15:12:27 -08:00
version.rs Added CLI version to /status output (#3223) 2025-09-05 16:27:31 -07:00
voice.rs [stack 4/4] Reduce realtime self-interruptions during playback (#14827) 2026-03-17 05:19:51 +00:00
wrapping.rs Apply argument comment lint across codex-rs (#14652) 2026-03-16 16:48:15 -07:00