core-agent-ide/codex-rs/tui/src
2025-09-14 20:51:08 +00:00
..
bin replace tui_markdown with a custom markdown renderer (#3396) 2025-09-10 12:13:53 -07:00
bottom_pane Align user history message prefix width (#3467) 2025-09-14 20:51:08 +00:00
chatwidget Align user history message prefix width (#3467) 2025-09-14 20:51:08 +00:00
onboarding chore: enable clippy::redundant_clone (#3489) 2025-09-11 11:59:37 -07:00
render replace tui_markdown with a custom markdown renderer (#3396) 2025-09-10 12:13:53 -07:00
snapshots Align user history message prefix width (#3467) 2025-09-14 20:51:08 +00:00
streaming replace tui_markdown with a custom markdown renderer (#3396) 2025-09-10 12:13:53 -07:00
app.rs refactor transcript view to handle HistoryCells (#3538) 2025-09-13 19:23:14 -07:00
app_backtrack.rs refactor transcript view to handle HistoryCells (#3538) 2025-09-13 19:23:14 -07:00
app_event.rs feat: reasoning effort as optional (#3527) 2025-09-12 12:06:33 -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
chatwidget.rs Review Mode (Core) (#3401) 2025-09-12 23:25:10 +00:00
citation_regex.rs Added allow-expect-in-tests / allow-unwrap-in-tests (#2328) 2025-08-14 17:59:01 -07:00
cli.rs hide resume until it's complete (#3218) 2025-09-05 13:12:46 -07:00
clipboard_paste.rs tui: paste with ctrl+v checks file_list (#3211) 2025-09-08 09:31:42 -07:00
custom_terminal.rs improve performance of 'cargo test -p codex-tui' (#2593) 2025-08-22 14:03:58 -07:00
diff_render.rs chore: enable clippy::redundant_clone (#3489) 2025-09-11 11:59:37 -07:00
exec_command.rs tui: coalesce command output; show unabridged commands in transcript (#2590) 2025-08-22 16:32:31 -07:00
file_search.rs chore: upgrade to Rust 1.89 (#2465) 2025-08-19 13:22:02 -07:00
get_git_diff.rs Show progress indicator for /diff command (#2245) 2025-08-15 15:32:41 -07:00
history_cell.rs Align user history message prefix width (#3467) 2025-09-14 20:51:08 +00:00
insert_history.rs replace tui_markdown with a custom markdown renderer (#3396) 2025-09-10 12:13:53 -07:00
key_hint.rs Use ⌥⇧⌃ glyphs for key hints on mac (#3143) 2025-09-04 10:55:50 -07:00
lib.rs Align user history message prefix width (#3467) 2025-09-14 20:51:08 +00:00
live_wrap.rs Stream model responses (#1810) 2025-08-05 04:23:22 +00:00
main.rs First pass at a TUI onboarding (#1876) 2025-08-06 18:22:14 -04:00
markdown.rs replace tui_markdown with a custom markdown renderer (#3396) 2025-09-10 12:13:53 -07:00
markdown_render.rs replace tui_markdown with a custom markdown renderer (#3396) 2025-09-10 12:13:53 -07:00
markdown_render_tests.rs replace tui_markdown with a custom markdown renderer (#3396) 2025-09-10 12:13:53 -07:00
markdown_stream.rs replace tui_markdown with a custom markdown renderer (#3396) 2025-09-10 12:13:53 -07:00
new_model_popup.rs w 2025-09-12 22:44:05 -07:00
pager_overlay.rs refactor transcript view to handle HistoryCells (#3538) 2025-09-13 19:23:14 -07:00
resume_picker.rs Introduce rollout items (#3380) 2025-09-09 23:52:33 +00:00
session_log.rs rework message styling (#2877) 2025-09-02 17:29:58 +00:00
shimmer.rs tweak thresholds for shimmer on non-true-color terminals (#2533) 2025-08-21 11:44:18 -07:00
slash_command.rs Fix CI release build (#2864) 2025-08-29 03:06:10 +00:00
status_indicator_widget.rs Align user history message prefix width (#3467) 2025-09-14 20:51:08 +00:00
text_formatting.rs chore: upgrade to Rust 1.89 (#2465) 2025-08-19 13:22:02 -07:00
tui.rs refactor: remove AttachImage tui event (#3191) 2025-09-05 07:02:11 -07:00
ui_consts.rs Align user history message prefix width (#3467) 2025-09-14 20:51:08 +00:00
updates.rs Replace config.responses_originator_header_internal_override with CODEX_INTERNAL_ORIGINATOR_OVERRIDE_ENV_VAR (#3388) 2025-09-09 17:23:23 -04:00
user_approval_widget.rs chore: enable clippy::redundant_clone (#3489) 2025-09-11 11:59:37 -07:00
version.rs Added CLI version to /status output (#3223) 2025-09-05 16:27:31 -07:00
wrapping.rs replace tui_markdown with a custom markdown renderer (#3396) 2025-09-10 12:13:53 -07:00