core-agent-ide/codex-rs/exec/src
jif-oai 6cf61725d0
feat: do not close unified exec processes across turns (#10799)
With this PR we do not close the unified exec processes (i.e. background
terminals) at the end of a turn unless:
* The user interrupt the turn
* The user decide to clean the processes through `app-server` or
`/clean`

I made sure that `codex exec` correctly kill all the processes
2026-02-09 10:27:46 +00:00
..
cli.rs feat: wire ephemeral in codex exec (#10758) 2026-02-05 15:49:57 +00:00
event_processor.rs Minor cleanup of codex exec output (#4585) 2025-10-02 14:17:42 -07:00
event_processor_with_human_output.rs Add resume_agent collab tool (#10903) 2026-02-07 17:31:45 +01:00
event_processor_with_jsonl_output.rs Handle exec shutdown on Interrupt (fixes immortal codex exec with websockets) (#10519) 2026-02-03 14:38:21 -08:00
exec_events.rs feat: replace custom mcp-types crate with equivalents from rmcp (#10349) 2026-02-02 17:41:55 -08:00
lib.rs feat: do not close unified exec processes across turns (#10799) 2026-02-09 10:27:46 +00:00
main.rs feat: codex exec auto-subscribe to new threads (#9821) 2026-01-28 14:03:20 +01:00