core-agent-ide/codex-rs/tui/src
Ahmed Ibrahim f9c38f531c
add none personality option (#10688)
- add none personality enum value and empty placeholder behavior\n- add
docs/schema updates and e2e coverage
2026-02-04 15:40:33 -08:00
..
bin replace tui_markdown with a custom markdown renderer (#3396) 2025-09-10 12:13:53 -07:00
bottom_pane Fix jitter in TUI apps/connectors picker (#10593) 2026-02-04 13:51:31 -08:00
chatwidget feat(tui): pace catch-up stream chunking with hysteresis (#10461) 2026-02-03 15:01:51 -08:00
exec_cell Render exec output deltas inline (#9194) 2026-01-14 08:11:12 -08:00
notifications Added tui.notifications_method config option (#10043) 2026-01-28 12:00:32 -08:00
onboarding chore: rename ChatGpt -> Chatgpt in type names (#10244) 2026-01-30 11:18:39 -08:00
public_widgets Persist text elements through TUI input and history (#9393) 2026-01-19 23:49:34 -08:00
render chore: upgrade to Rust 1.92.0 (#8860) 2026-01-16 11:12:52 -08:00
snapshots Session picker shows thread_name if set (#10340) 2026-02-02 08:13:17 +00:00
status chore: rename ChatGpt -> Chatgpt in type names (#10244) 2026-01-30 11:18:39 -08:00
streaming feat(tui): pace catch-up stream chunking with hysteresis (#10461) 2026-02-03 15:01:51 -08:00
tui feat(tui): pace catch-up stream chunking with hysteresis (#10461) 2026-02-03 15:01:51 -08:00
additional_dirs.rs feat: introduce ExternalSandbox policy (#8290) 2025-12-18 17:02:03 -08:00
app.rs add none personality option (#10688) 2026-02-04 15:40:33 -08:00
app_backtrack.rs Persist text element ranges and attached images across history/resume (#9116) 2026-01-23 10:18:19 -08:00
app_event.rs [connectors] Support connectors part 2 - slash command and tui (#9728) 2026-01-28 19:51:58 -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 add none personality option (#10688) 2026-02-04 15:40:33 -08:00
cli.rs chore: nuke chat/completions API (#10157) 2026-02-03 11:31:57 +00:00
clipboard_paste.rs Fixed TUI regression related to image paste in WSL (#9473) 2026-01-18 23:02:02 -08:00
collab.rs nit: better collab tui (#9551) 2026-01-21 11:53:58 +00:00
collaboration_modes.rs Cleanup collaboration mode variants (#10404) 2026-02-03 09:23:53 -08:00
color.rs update composer + user message styling (#4240) 2025-09-26 16:35:56 -07:00
custom_terminal.rs feat: tui beta for collab (#9690) 2026-01-23 13:57:59 +01:00
cwd_prompt.rs Ask for cwd choice when resuming session from different cwd (#9731) 2026-01-24 21:57:19 -08:00
debug_config.rs Add /debug-config slash command (#10642) 2026-02-04 22:26:17 +00:00
diff_render.rs fix: render cwd-relative paths in tui (#8771) 2026-01-06 03:17:40 +00:00
exec_command.rs fix(windows) shell_command on windows, minor parsing (#6811) 2025-11-17 22:23:53 -08:00
external_editor.rs feat: open prompt in configured external editor (#7606) 2025-12-22 15:12:23 -08:00
file_search.rs fix: update file search directory when session CWD changes (#9279) 2026-01-30 14:59:20 -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 feat: log webscocket timing into runtime metrics (#10577) 2026-02-03 18:04:07 -08: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 Add /debug-config slash command (#10642) 2026-02-04 22:26:17 +00: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 Use markdown for migration screen (#8952) 2026-01-13 07:41:42 +00:00
oss_selection.rs chore: nuke chat/completions API (#10157) 2026-02-03 11:31:57 +00:00
pager_overlay.rs feat(tui): pace catch-up stream chunking with hysteresis (#10461) 2026-02-03 15:01:51 -08:00
resume_picker.rs Session picker shows thread_name if set (#10340) 2026-02-02 08:13:17 +00:00
selection_list.rs splash screen (#8270) 2025-12-18 10:59:53 -08: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
skills_helpers.rs [connectors] Support connectors part 2 - slash command and tui (#9728) 2026-01-28 19:51:58 -08:00
slash_command.rs Add /debug-config slash command (#10642) 2026-02-04 22:26:17 +00:00
status_indicator_widget.rs [tui] add optional details to TUI status header (#8293) 2025-12-23 12:40:40 -08:00
style.rs Make plan highlight use popup grey background (#10253) 2026-01-30 12:39:15 -08:00
terminal_palette.rs perf(tui2): cache transcript view rendering (#8693) 2026-01-03 11:44:27 -08:00
test_backend.rs feat: Constrain values for approval_policy (#7778) 2025-12-17 16:19:27 +00:00
text_formatting.rs [tui] add optional details to TUI status header (#8293) 2025-12-23 12:40:40 -08:00
tooltips.rs app tool tip (#10454) 2026-02-03 02:37:01 +00:00
tui.rs feat(tui): pace catch-up stream chunking with hysteresis (#10461) 2026-02-03 15:01:51 -08:00
ui_consts.rs Fixes (#4458) 2025-09-30 00:10:04 +00:00
update_action.rs fix: use brew upgrade --cask codex to avoid warnings and ambiguity (#9823) 2026-01-26 16:21:09 -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