core-agent-ide/codex-rs/tui/src
Ahmed Ibrahim 8227a5ba1b
Send limits when getting rate limited (#4102)
Users need visibility on rate limits when they are rate limited.
2025-09-23 22:56:34 +00:00
..
bin replace tui_markdown with a custom markdown renderer (#3396) 2025-09-10 12:13:53 -07:00
bottom_pane chore: clippy on redundant closure (#4058) 2025-09-22 19:30:16 +00:00
chatwidget Rate limits warning (#4075) 2025-09-23 09:15:16 -07:00
onboarding chore: clippy on redundant closure (#4058) 2025-09-22 19:30:16 +00:00
render replace tui_markdown with a custom markdown renderer (#3396) 2025-09-10 12:13:53 -07:00
snapshots Fix pager overlay clear between pages (#3952) 2025-09-22 15:12:29 -07:00
streaming simplify StreamController (#3928) 2025-09-22 11:14:04 -07:00
app.rs feat: Add view stack to BottomPane (#4026) 2025-09-22 11:29:39 -07:00
app_backtrack.rs Tui: fix backtracking (#4020) 2025-09-22 11:16:25 -07:00
app_event.rs feat: Add view stack to BottomPane (#4026) 2025-09-22 11:29:39 -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 Send limits when getting rate limited (#4102) 2025-09-23 22:56:34 +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 chore: clippy on redundant closure (#4058) 2025-09-22 19:30:16 +00: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: clippy on redundant closure (#4058) 2025-09-22 19:30:16 +00:00
exec_command.rs chore: clippy on redundant closure (#4058) 2025-09-22 19:30:16 +00: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 Send limits when getting rate limited (#4102) 2025-09-23 22:56:34 +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 feat: git tooling for undo (#3914) 2025-09-23 16:59:52 +01:00
live_wrap.rs Stream model responses (#1810) 2025-08-05 04:23:22 +00:00
main.rs fix codex resume message at end of session (#3957) 2025-09-22 22:24:31 +00:00
markdown.rs replace tui_markdown with a custom markdown renderer (#3396) 2025-09-10 12:13:53 -07:00
markdown_render.rs chore: clippy on redundant closure (#4058) 2025-09-22 19:30:16 +00: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 simplify StreamController (#3928) 2025-09-22 11:14:04 -07:00
new_model_popup.rs chore: clippy on redundant closure (#4058) 2025-09-22 19:30:16 +00:00
pager_overlay.rs Fix pager overlay clear between pages (#3952) 2025-09-22 15:12:29 -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: git tooling for undo (#3914) 2025-09-23 16:59:52 +01: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 chore: clippy on redundant closure (#4058) 2025-09-22 19:30:16 +00:00