| .. |
|
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
|
feat: update splash (#3631)
|
2025-09-15 06:44:40 -07:00 |
|
onboarding
|
fix stray login url characters persisting in login (#3639)
|
2025-09-15 15:44:53 +00:00 |
|
render
|
replace tui_markdown with a custom markdown renderer (#3396)
|
2025-09-10 12:13:53 -07:00 |
|
snapshots
|
Revert "refactor transcript view to handle HistoryCells" (#3614)
|
2025-09-15 03:39:36 +00:00 |
|
streaming
|
replace tui_markdown with a custom markdown renderer (#3396)
|
2025-09-10 12:13:53 -07:00 |
|
app.rs
|
Revert "refactor transcript view to handle HistoryCells" (#3614)
|
2025-09-15 03:39:36 +00:00 |
|
app_backtrack.rs
|
Revert "refactor transcript view to handle HistoryCells" (#3614)
|
2025-09-15 03:39:36 +00:00 |
|
app_event.rs
|
feat: update model save (#3589)
|
2025-09-14 16:25:43 -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
|
Revert "refactor transcript view to handle HistoryCells" (#3614)
|
2025-09-15 03:39:36 +00:00 |
|
chatwidget.rs
|
Show the header when resuming a conversation (#3615)
|
2025-09-15 03:31:08 +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
|
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
|
chore: enable clippy::redundant_clone (#3489)
|
2025-09-11 11:59:37 -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
|
feat: update splash (#3631)
|
2025-09-15 06:44: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
|
chore: rename (#3648)
|
2025-09-15 08:17:13 -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: tweak onboarding strings (#3650)
|
2025-09-15 08:49:37 -07:00 |
|
pager_overlay.rs
|
Revert "refactor transcript view to handle HistoryCells" (#3614)
|
2025-09-15 03:39:36 +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
|
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
|
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 |