core-agent-ide/codex-rs/tui/src
Michael Bolin 6f87f4c69f
feat: drop support for q in the Rust TUI since we already support ctrl+d (#799)
Out of the box, we will make `/` the only official "escape sequence" for
commands in the Rust TUI. We will look to support `q` (or any string you
want to use as a "macro") via a plugin, but not make it part of the
default experience.

Existing `q` users will have to get by with `ctrl+d` for now.
2025-05-06 16:34:17 -07:00
..
app.rs feat: make it possible to set disable_response_storage = true in config.toml (#714) 2025-04-28 15:39:34 -07:00
app_event.rs feat(tui-rs): add support for mousewheel scrolling (#641) 2025-04-25 12:01:52 -07:00
bottom_pane.rs feat: initial import of Rust implementation of Codex CLI in codex-rs/ (#629) 2025-04-24 13:31:40 -07:00
chatwidget.rs feat: drop support for q in the Rust TUI since we already support ctrl+d (#799) 2025-05-06 16:34:17 -07:00
cli.rs feat: make cwd a required field of Config so we stop assuming std::env::current_dir() in a session (#800) 2025-05-04 10:57:12 -07:00
conversation_history_widget.rs feat: show MCP tool calls in TUI (#836) 2025-05-06 16:12:15 -07:00
exec_command.rs feat: initial import of Rust implementation of Codex CLI in codex-rs/ (#629) 2025-04-24 13:31:40 -07:00
git_warning_screen.rs feat: initial import of Rust implementation of Codex CLI in codex-rs/ (#629) 2025-04-24 13:31:40 -07:00
history_cell.rs feat: show MCP tool calls in TUI (#836) 2025-05-06 16:12:15 -07:00
lib.rs fix: is_inside_git_repo should take the directory as a param (#809) 2025-05-04 11:39:10 -07:00
log_layer.rs feat: initial import of Rust implementation of Codex CLI in codex-rs/ (#629) 2025-04-24 13:31:40 -07:00
main.rs feat: initial import of Rust implementation of Codex CLI in codex-rs/ (#629) 2025-04-24 13:31:40 -07:00
scroll_event_helper.rs feat(tui-rs): add support for mousewheel scrolling (#641) 2025-04-25 12:01:52 -07:00
status_indicator_widget.rs feat: initial import of Rust implementation of Codex CLI in codex-rs/ (#629) 2025-04-24 13:31:40 -07:00
tui.rs feat(tui-rs): add support for mousewheel scrolling (#641) 2025-04-25 12:01:52 -07:00
user_approval_widget.rs feat: initial import of Rust implementation of Codex CLI in codex-rs/ (#629) 2025-04-24 13:31:40 -07:00