core-agent-ide/codex-rs/tui/src
2025-12-16 17:03:19 +00:00
..
bin replace tui_markdown with a custom markdown renderer (#3396) 2025-09-10 12:13:53 -07:00
bottom_pane Revert "feat: unified exec footer" (#8109) 2025-12-16 17:03:19 +00:00
chatwidget Revert "feat: unified exec footer" (#8109) 2025-12-16 17:03:19 +00:00
exec_cell Slightly better status display for unified exec (#7563) 2025-12-04 08:32:54 -08:00
notifications Fix toasts on Windows under WSL 2 (#7137) 2025-12-11 15:09:00 -08:00
onboarding fix: dont quit on 'q' in onboarding ApiKeyEntry state (#7869) 2025-12-11 09:57:59 -08:00
public_widgets tui: refactor ChatWidget and BottomPane to use Renderables (#5565) 2025-11-05 09:50:40 -08:00
render tui: refactor ChatWidget and BottomPane to use Renderables (#5565) 2025-11-05 09:50:40 -08:00
snapshots Make migration screen dynamic (#7896) 2025-12-11 16:41:04 -08:00
status make model optional in config (#7769) 2025-12-10 11:19:00 -08:00
streaming tui: drop citation rendering (#4855) 2025-10-20 21:08:19 +00:00
tui refactor TUI event loop to enable dropping + recreating crossterm event stream (#7961) 2025-12-16 01:14:03 -08:00
additional_dirs.rs fix: warn when --add-dir would be ignored (#5351) 2025-10-20 12:08:06 -07:00
app.rs Reimplement skills loading using SkillsManager + skills/list op. (#7914) 2025-12-14 09:58:17 -08:00
app_backtrack.rs Inject SKILL.md when it's explicitly mentioned. (#7763) 2025-12-10 13:59:17 -08:00
app_event.rs Make migration screen dynamic (#7896) 2025-12-11 16:41:04 -08: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 chore: remove model upgrade popup (#4332) 2025-09-27 13:25:09 -07:00
chatwidget.rs Revert "feat: unified exec footer" (#8109) 2025-12-16 17:03:19 +00:00
cli.rs tui: add branch to 'codex resume', filter by cwd (#6232) 2025-11-19 00:47:37 +00:00
clipboard_paste.rs FIX: WSL Paste image does not work (#6793) 2025-12-04 10:50:20 -08:00
color.rs update composer + user message styling (#4240) 2025-09-26 16:35:56 -07:00
custom_terminal.rs refactor(terminal): cleanup deprecated flush logic (#6373) 2025-11-07 15:54:07 -08:00
diff_render.rs tui: refactor ChatWidget and BottomPane to use Renderables (#5565) 2025-11-05 09:50:40 -08:00
exec_command.rs fix(windows) shell_command on windows, minor parsing (#6811) 2025-11-17 22:23:53 -08:00
file_search.rs Bumped number of fuzzy search results from 8 to 20 (#7013) 2025-11-20 12:33:12 -08: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 Revert "feat: unified exec footer" (#8109) 2025-12-16 17:03:19 +00:00
insert_history.rs fix(tui): propagate errors in insert_history_lines_to_writer (#4266) 2025-10-30 18:07:51 -07:00
key_hint.rs Add vim navigation keys to transcript pager (#7550) 2025-12-09 10:23:11 -08:00
lib.rs [codex] add otel tracing (#7844) 2025-12-12 17:07:17 -08: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 tui: drop citation rendering (#4855) 2025-10-20 21:08:19 +00:00
markdown_render.rs Changed default wrap algorithm from OptimalFit to FirstFit (#7960) 2025-12-12 21:47:37 -08:00
markdown_render_tests.rs tui: centralize markdown styling and make inline code cyan (#7023) 2025-11-20 21:06:22 +00:00
markdown_stream.rs tui: drop citation rendering (#4855) 2025-10-20 21:08:19 +00:00
model_migration.rs Make migration screen dynamic (#7896) 2025-12-11 16:41:04 -08:00
oss_selection.rs LM Studio OSS Support (#2312) 2025-11-17 11:49:09 -08:00
pager_overlay.rs Add vim navigation keys to transcript pager (#7550) 2025-12-09 10:23:11 -08:00
resume_picker.rs add slash resume (#7302) 2025-12-03 11:25:44 -08:00
selection_list.rs feat: Auto update approval (#5185) 2025-10-15 16:11:20 -07:00
session_log.rs tui: bring the transcript closer to display mode (#4848) 2025-10-07 16:18:48 -07:00
shimmer.rs tui: hardcode xterm palette, shimmer blends between fg and bg (#4957) 2025-10-08 20:23:13 +00:00
skill_error_prompt.rs feat: experimental support for skills.md (#7412) 2025-12-01 20:22:35 -08:00
slash_command.rs feat: Support listing and selecting skills via $ or /skills (#7506) 2025-12-03 15:12:46 -08:00
status_indicator_widget.rs Revert "Only show Worked for after the final assistant message" (#7884) 2025-12-11 09:11:42 -08:00
style.rs tui: hardcode xterm palette, shimmer blends between fg and bg (#4957) 2025-10-08 20:23:13 +00:00
terminal_palette.rs tui: patch crossterm for better color queries (#5935) 2025-10-31 16:36:41 -07:00
test_backend.rs tui: fix wrapping in trust_directory (#5007) 2025-10-09 17:39:45 +00:00
text_formatting.rs feat: update splash (#3631) 2025-09-15 06:44:40 -07:00
tooltips.rs feat: codex tool tips (#7440) 2025-12-03 16:29:13 +00:00
tui.rs refactor TUI event loop to enable dropping + recreating crossterm event stream (#7961) 2025-12-16 01:14:03 -08:00
ui_consts.rs Fixes (#4458) 2025-09-30 00:10:04 +00:00
update_action.rs fix: update brew auto update version check (#6238) 2025-11-10 09:05:00 -08:00
update_prompt.rs fix: update brew auto update version check (#6238) 2025-11-10 09:05:00 -08:00
updates.rs Allow enterprises to skip upgrade checks and messages (#7213) 2025-11-24 15:04:49 -05:00
version.rs Added CLI version to /status output (#3223) 2025-09-05 16:27:31 -07:00
wrapping.rs Changed default wrap algorithm from OptimalFit to FirstFit (#7960) 2025-12-12 21:47:37 -08:00