core-agent-ide/codex-rs/tui/src
jif-oai bba567cee9
bug: fix model save (#3525)
Fix those 2 behaviors:
1. The model does not get saved if we don't CTRL + S
2. The reasoning effort get saved
2025-09-12 10:38:12 -07:00
..
bin replace tui_markdown with a custom markdown renderer (#3396) 2025-09-10 12:13:53 -07:00
bottom_pane chore: enable clippy::redundant_clone (#3489) 2025-09-11 11:59:37 -07:00
chatwidget bug: fix model save (#3525) 2025-09-12 10:38:12 -07: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 replace tui_markdown with a custom markdown renderer (#3396) 2025-09-10 12:13:53 -07:00
streaming replace tui_markdown with a custom markdown renderer (#3396) 2025-09-10 12:13:53 -07:00
app.rs bug: fix model save (#3525) 2025-09-12 10:38:12 -07:00
app_backtrack.rs Clear composer on fork (#3445) 2025-09-11 11:45:17 -07:00
app_event.rs Change forking to read the rollout from file (#3440) 2025-09-10 17:42:54 -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
backtrack_helpers.rs syntax-highlight bash lines (#3142) 2025-09-05 14:10:32 +00:00
chatwidget.rs bug: fix model save (#3525) 2025-09-12 10:38:12 -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 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 feat: include reasoning_effort in NewConversationResponse (#3506) 2025-09-11 21:04:40 -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 feat: TUI onboarding (#3398) 2025-09-11 15:04:29 -07: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 feat: TUI onboarding (#3398) 2025-09-11 15:04:29 -07:00
pager_overlay.rs syntax-highlight bash lines (#3142) 2025-09-05 14:10:32 +00: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 Add spacing to timer duration formats (#3471) 2025-09-12 12:05:57 -04: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
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