core-agent-ide/codex-rs/tui
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
..
src feat: drop support for q in the Rust TUI since we already support ctrl+d (#799) 2025-05-06 16:34:17 -07:00
tests feat: initial import of Rust implementation of Codex CLI in codex-rs/ (#629) 2025-04-24 13:31:40 -07:00
Cargo.toml feat: show MCP tool calls in TUI (#836) 2025-05-06 16:12:15 -07:00