core-agent-ide/codex-rs/tui/src
Gabriel Peal c8fab51372
Use ConversationId instead of raw Uuids (#3282)
We're trying to migrate from `session_id: Uuid` to `conversation_id:
ConversationId`. Not only does this give us more type safety but it
unifies our terminology across Codex and with the implementation of
session resuming, a conversation (which can span multiple sessions) is
more appropriate.

I started this impl on https://github.com/openai/codex/pull/3219 as part
of getting resume working in the extension but it's big enough that it
should be broken out.
2025-09-07 23:22:25 -04:00
..
bottom_pane Clear non-empty prompts with ctrl + c (#3285) 2025-09-07 23:21:53 -04:00
chatwidget Use ConversationId instead of raw Uuids (#3282) 2025-09-07 23:22:25 -04:00
onboarding Include originator in authentication URL parameters (#3117) 2025-09-03 16:51:00 -07:00
render syntax-highlight bash lines (#3142) 2025-09-05 14:10:32 +00:00
snapshots syntax-highlight bash lines (#3142) 2025-09-05 14:10:32 +00:00
streaming rework message styling (#2877) 2025-09-02 17:29:58 +00:00
app.rs refactor: remove AttachImage tui event (#3191) 2025-09-05 07:02:11 -07:00
app_backtrack.rs Use ConversationId instead of raw Uuids (#3282) 2025-09-07 23:22:25 -04:00
app_event.rs rework message styling (#2877) 2025-09-02 17:29:58 +00: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 Use ConversationId instead of raw Uuids (#3282) 2025-09-07 23:22:25 -04:00
chatwidget_stream_tests.rs Re-add markdown streaming (#2029) 2025-08-12 17:37:28 -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 feat: add Android/Termux support by gating arboard dependency (#2895) 2025-09-02 23:36:40 -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 rework message styling (#2877) 2025-09-02 17:29:58 +00: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 Use ConversationId instead of raw Uuids (#3282) 2025-09-07 23:22:25 -04:00
insert_history.rs syntax-highlight bash lines (#3142) 2025-09-05 14:10:32 +00:00
key_hint.rs Use ⌥⇧⌃ glyphs for key hints on mac (#3143) 2025-09-04 10:55:50 -07:00
lib.rs Added CLI version to /status output (#3223) 2025-09-05 16:27:31 -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 prefer ratatui Stylized for constructing lines/spans (#3068) 2025-09-02 23:19:54 +00:00
markdown_stream.rs fix (most) doubled lines and hanging list markers (#2789) 2025-08-27 13:55:59 -07:00
pager_overlay.rs syntax-highlight bash lines (#3142) 2025-09-05 14:10:32 +00:00
resume_picker.rs TUI: Add session resume picker (--resume) and quick resume (--continue) (#3135) 2025-09-04 06:20:40 +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 feat(tui): show minutes/hours in thinking timer (#3220) 2025-09-05 22:06:36 +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
updates.rs Added CLI version to /status output (#3223) 2025-09-05 16:27:31 -07:00
user_approval_widget.rs tui: fix approval dialog for large commands (#3087) 2025-09-04 23:54:53 +00:00
version.rs Added CLI version to /status output (#3223) 2025-09-05 16:27:31 -07:00
wrapping.rs syntax-highlight bash lines (#3142) 2025-09-05 14:10:32 +00:00