core-agent-ide/codex-rs/tui/src
mattsu bd65c4db87
Fix crash when backspacing placeholders adjacent to multibyte text (#2674)
Prevented panics when deleting placeholders near multibyte characters by
clamping the cursor to a valid boundary and using get-based slicing

Added a regression test to ensure backspacing after multibyte text
leaves placeholders intact without crashing

---------

Co-authored-by: Ahmed Ibrahim <aibrahim@openai.com>
2025-08-26 18:31:49 -07:00
..
bottom_pane Fix crash when backspacing placeholders adjacent to multibyte text (#2674) 2025-08-26 18:31:49 -07:00
chatwidget fix emoji spacing (#2735) 2025-08-26 17:34:24 -07:00
onboarding [config] Detect git worktrees for project trust (#2585) 2025-08-22 13:54:51 -07:00
render tui: coalesce command output; show unabridged commands in transcript (#2590) 2025-08-22 16:32:31 -07:00
snapshots fix transcript lines being added to diff view (#2721) 2025-08-27 00:03:11 +00:00
streaming tui: coalesce command output; show unabridged commands in transcript (#2590) 2025-08-22 16:32:31 -07:00
app.rs fix transcript lines being added to diff view (#2721) 2025-08-27 00:03:11 +00:00
app_backtrack.rs fix transcript lines being added to diff view (#2721) 2025-08-27 00:03:11 +00:00
app_event.rs Resume conversation from an earlier point in history (#2607) 2025-08-23 23:23:15 -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 Resume conversation from an earlier point in history (#2607) 2025-08-23 23:23:15 -07:00
chatwidget.rs Esc while there are queued messages drops the messages back into the composer (#2687) 2025-08-26 16:26:50 -07: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 Add web search tool (#2371) 2025-08-23 22:58:56 -07:00
clipboard_paste.rs Copying / Dragging image files (MacOS Terminal + iTerm) (#2567) 2025-08-25 16:39:42 -07:00
common.rs TUI: Show apply patch diff. Stack: [2/2] (#2050) 2025-08-11 18:32:59 -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 tui: show diff hunk headers to separate sections (#2488) 2025-08-21 08:54:11 -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 fix emoji spacing (#2735) 2025-08-26 17:34:24 -07:00
insert_history.rs refactor onboarding screen to a separate "app" (#2524) 2025-08-20 20:47:24 +00:00
lib.rs fix transcript lines being added to diff view (#2721) 2025-08-27 00:03:11 +00: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 Re-add markdown streaming (#2029) 2025-08-12 17:37:28 -07:00
markdown_stream.rs hide CoT by default; show headers in status indicator (#2316) 2025-08-20 16:58:56 -07:00
pager_overlay.rs fix transcript lines being added to diff view (#2721) 2025-08-27 00:03:11 +00:00
session_log.rs refactor: move slash command handling into chatwidget (#2536) 2025-08-21 10:36:58 -07: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: copy tweaks (#2502) 2025-08-20 07:26:14 +00:00
status_indicator_widget.rs queued messages rendered italic (#2693) 2025-08-26 00:36:05 +00:00
text_formatting.rs chore: upgrade to Rust 1.89 (#2465) 2025-08-19 13:22:02 -07:00
tui.rs enable alternate scroll in transcript mode (#2686) 2025-08-26 11:47:00 -07:00
updates.rs Fix release build (#2244) 2025-08-12 15:35:20 -07:00
user_approval_widget.rs [feat] Simplfy command approval UI (#2708) 2025-08-26 10:08:06 -07:00