Files
codex/codex-rs/core/src
Ruslan Nigmatullin e9bd8b20a1 app-server: Add streaming and tty/pty capabilities to command/exec (#13640)
* Add an ability to stream stdin, stdout, and stderr
* Streaming of stdout and stderr has a configurable cap for total amount
of transmitted bytes (with an ability to disable it)
* Add support for overriding environment variables
* Add an ability to terminate running applications (using
`command/exec/terminate`)
* Add TTY/PTY support, with an ability to resize the terminal (using
`command/exec/resize`)
2026-03-06 17:30:17 -08:00
..
2026-03-04 09:41:29 +00:00
2026-03-03 23:11:28 -08:00
2026-03-06 00:03:39 +00:00
2026-03-04 16:41:54 +00:00
2026-03-06 00:03:39 +00:00
2025-11-28 11:34:57 +00:00
2026-02-21 20:08:02 -08:00