core-agent-ide/codex-rs/tui/src
dedrisian-oai 5996ee0e5f
feat: Add more /review options (#3961)
Adds the following options:

1. Review current changes
2. Review a specific commit
3. Review against a base branch (PR style)
4. Custom instructions

<img width="487" height="330" alt="Screenshot 2025-09-20 at 2 11 36 PM"
src="https://github.com/user-attachments/assets/edb0aaa5-5747-47fa-881f-cc4c4f7fe8bc"
/>

---

\+ Adds the following UI helpers:

1. Makes list selection searchable
2. Adds navigation to the bottom pane, so you could add a stack of
popups
3. Basic custom prompt view
2025-09-21 20:18:35 -07:00
..
bin replace tui_markdown with a custom markdown renderer (#3396) 2025-09-10 12:13:53 -07:00
bottom_pane feat: Add more /review options (#3961) 2025-09-21 20:18:35 -07:00
chatwidget feat: Add more /review options (#3961) 2025-09-21 20:18:35 -07:00
onboarding Unify animations (#3729) 2025-09-18 16:27:15 +01:00
render replace tui_markdown with a custom markdown renderer (#3396) 2025-09-10 12:13:53 -07:00
snapshots Reland "refactor transcript view to handle HistoryCells" (#3753) 2025-09-18 20:55:53 +00:00
streaming replace tui_markdown with a custom markdown renderer (#3396) 2025-09-10 12:13:53 -07:00
app.rs feat: Add more /review options (#3961) 2025-09-21 20:18:35 -07:00
app_backtrack.rs Reland "refactor transcript view to handle HistoryCells" (#3753) 2025-09-18 20:55:53 +00:00
app_event.rs feat: Add more /review options (#3961) 2025-09-21 20:18:35 -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
ascii_animation.rs Unify animations (#3729) 2025-09-18 16:27:15 +01:00
chatwidget.rs feat: Add more /review options (#3961) 2025-09-21 20:18:35 -07:00
citation_regex.rs Added allow-expect-in-tests / allow-unwrap-in-tests (#2328) 2025-08-14 17:59:01 -07:00
cli.rs Fix codex resume so flags (cd, model, search, etc.) still work (#3625) 2025-09-15 06:16:17 +00: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 notifications on approvals and turn end (#3329) 2025-09-15 10:22:02 -07:00
exec_command.rs feat: update splash (#3631) 2025-09-15 06:44:40 -07:00
file_search.rs chore: upgrade to Rust 1.89 (#2465) 2025-08-19 13:22:02 -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 Tui: Rate limits (#3977) 2025-09-21 10:20:49 -07: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 Tui: Rate limits (#3977) 2025-09-21 10:20:49 -07:00
live_wrap.rs Stream model responses (#1810) 2025-08-05 04:23:22 +00:00
main.rs hint for codex resume on tui exit (#3757) 2025-09-18 09:28:32 -07: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 restyle thinking outputs (#3755) 2025-09-16 16:42:43 -07:00
new_model_popup.rs Unify animations (#3729) 2025-09-18 16:27:15 +01:00
pager_overlay.rs Reland "refactor transcript view to handle HistoryCells" (#3753) 2025-09-18 20:55:53 +00:00
rate_limits_view.rs Tui: Rate limits (#3977) 2025-09-21 10:20:49 -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 feat: Add more /review options (#3961) 2025-09-21 20:18:35 -07:00
status_indicator_widget.rs Align user history message prefix width (#3467) 2025-09-14 20:51:08 +00:00
text_formatting.rs feat: update splash (#3631) 2025-09-15 06:44:40 -07:00
tui.rs Cache keyboard enhancement detection before event streams (#3950) 2025-09-19 21:38:36 +00: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 restyle thinking outputs (#3755) 2025-09-16 16:42:43 -07:00