core-agent-ide/codex-rs/tui
ae a575effbb0
feat: interrupt running task on ctrl-z (#1880)
- Arguably a bugfix as previously CTRL-Z didn't do anything.
- Only in TUI mode for now. This may make sense in other modes... to be
researched.
- The TUI runs the terminal in raw mode and the signals arrive as key
events, so we handle CTRL-Z as a key event just like CTRL-C.
- Not adding UI for it as a composer redesign is coming, and we can just
add it then.
- We should follow with CTRL-Z a second time doing the native terminal
action.
2025-08-06 21:56:34 +00:00
..
src feat: interrupt running task on ctrl-z (#1880) 2025-08-06 21:56:34 +00:00
tests Stream model responses (#1810) 2025-08-05 04:23:22 +00:00
Cargo.toml Introduce --oss flag to use gpt-oss models (#1848) 2025-08-05 11:31:11 -07:00
prompt_for_init_command.md chore: rename INIT.md to prompt_for_init_command.md and move closer to usage (#1886) 2025-08-06 11:58:57 -07:00